File tree 3 files changed +4
-3
lines changed
src/main/java/com/amazonaws/services/kinesis/stormspout
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Amazon Kinesis Storm Spout for Java
4
4
Bundle-SymbolicName : com.amazonaws.kinesis.stormspout;singleton:=true
5
- Bundle-Version : 1.0.0
5
+ Bundle-Version : 1.1.1
6
6
Bundle-Vendor : Amazon Technologies, Inc
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-1.7
8
8
Require-Bundle : org.apache.commons.codec;bundle-version="1.3.0",
Original file line number Diff line number Diff line change 6
6
<artifactId >kinesis-storm-spout</artifactId >
7
7
<packaging >jar</packaging >
8
8
<name >Amazon Kinesis Storm Spout for Java</name >
9
- <version >1.1.0 </version >
9
+ <version >1.1.1 </version >
10
10
<description > The Amazon Kinesis Storm Spout helps Java developers integrate Amazon Kinesis with Storm.</description >
11
11
<url >https://aws.amazon.com/kinesis</url >
12
12
78
78
<plugin >
79
79
<groupId >org.apache.maven.plugins</groupId >
80
80
<artifactId >maven-compiler-plugin</artifactId >
81
+ <version >3.2</version >
81
82
<configuration >
82
83
<source >1.7</source >
83
84
<target >1.7</target >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ class KinesisHelper implements IShardListGetter {
44
44
private static final Logger LOG = LoggerFactory .getLogger (KinesisHelper .class );
45
45
private static final ShardIdComparator SHARD_ID_COMPARATOR = new ShardIdComparator ();
46
46
private static final Integer DESCRIBE_STREAM_LIMIT = 1000 ;
47
- private static final String KINESIS_STORM_SPOUT_USER_AGENT = "kinesis-storm-spout-java-1.1.0 " ;
47
+ private static final String KINESIS_STORM_SPOUT_USER_AGENT = "kinesis-storm-spout-java-1.1.1 " ;
48
48
private static final long BACKOFF_MILLIS = 1000L ;
49
49
50
50
private final byte [] serializedKinesisCredsProvider ;
You can’t perform that action at this time.
0 commit comments