File tree 4 files changed +4
-4
lines changed
src/main/java/software/amazon/kinesis/retrieval
amazon-kinesis-client-multilang
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >amazon-kinesis-client-pom</artifactId >
23
23
<groupId >software.amazon.kinesis</groupId >
24
- <version >2.7.0 -SNAPSHOT</version >
24
+ <version >2.6.2 -SNAPSHOT</version >
25
25
</parent >
26
26
<modelVersion >4.0.0</modelVersion >
27
27
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >software.amazon.kinesis</groupId >
25
25
<artifactId >amazon-kinesis-client-pom</artifactId >
26
- <version >2.7.0 -SNAPSHOT</version >
26
+ <version >2.6.2 -SNAPSHOT</version >
27
27
</parent >
28
28
29
29
<artifactId >amazon-kinesis-client</artifactId >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public class RetrievalConfig {
49
49
*/
50
50
public static final String KINESIS_CLIENT_LIB_USER_AGENT = "amazon-kinesis-client-library-java" ;
51
51
52
- public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.7.0 -SNAPSHOT" ;
52
+ public static final String KINESIS_CLIENT_LIB_USER_AGENT_VERSION = "2.6.2 -SNAPSHOT" ;
53
53
54
54
/**
55
55
* Client used to make calls to Kinesis for records retrieval
Original file line number Diff line number Diff line change 22
22
<artifactId >amazon-kinesis-client-pom</artifactId >
23
23
<packaging >pom</packaging >
24
24
<name >Amazon Kinesis Client Library</name >
25
- <version >2.7.0 -SNAPSHOT</version >
25
+ <version >2.6.2 -SNAPSHOT</version >
26
26
<description >The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data
27
27
from Amazon Kinesis.
28
28
</description >
You can’t perform that action at this time.
0 commit comments