Skip to content
This repository has been archived by the owner on Apr 13, 2018. It is now read-only.

Commit

Permalink
Update release version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosani, Adnan committed Jun 1, 2015
1 parent f891271 commit 6318f5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Amazon Kinesis Storm Spout for Java
Bundle-SymbolicName: com.amazonaws.kinesis.stormspout;singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 1.1.1
Bundle-Vendor: Amazon Technologies, Inc
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: org.apache.commons.codec;bundle-version="1.3.0",
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>kinesis-storm-spout</artifactId>
<packaging>jar</packaging>
<name>Amazon Kinesis Storm Spout for Java</name>
<version>1.1.0</version>
<version>1.1.1</version>
<description> The Amazon Kinesis Storm Spout helps Java developers integrate Amazon Kinesis with Storm.</description>
<url>https://aws.amazon.com/kinesis</url>

Expand Down Expand Up @@ -78,6 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class KinesisHelper implements IShardListGetter {
private static final Logger LOG = LoggerFactory.getLogger(KinesisHelper.class);
private static final ShardIdComparator SHARD_ID_COMPARATOR = new ShardIdComparator();
private static final Integer DESCRIBE_STREAM_LIMIT = 1000;
private static final String KINESIS_STORM_SPOUT_USER_AGENT = "kinesis-storm-spout-java-1.1.0";
private static final String KINESIS_STORM_SPOUT_USER_AGENT = "kinesis-storm-spout-java-1.1.1";
private static final long BACKOFF_MILLIS = 1000L;

private final byte[] serializedKinesisCredsProvider;
Expand Down

0 comments on commit 6318f5c

Please sign in to comment.