Skip to content

Commit 4743e28

Browse files
committed
'Version 1.2.1 of the DynamoDB Streams Kinesis Adapter'
1 parent 4163f82 commit 4743e28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add the following to your Maven pom file:
3232
<dependency>
3333
<groupId>com.amazonaws</groupId>
3434
<artifactId>dynamodb-streams-kinesis-adapter</artifactId>
35-
<version>1.2.1-SNAPSHOT</version>
35+
<version>1.2.1</version>
3636
</dependency>
3737
```
3838

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>dynamodb-streams-kinesis-adapter</artifactId>
77
<packaging>jar</packaging>
88
<name>DynamoDB Streams Adapter for Java</name>
9-
<version>1.2.1-SNAPSHOT</version>
9+
<version>1.2.1</version>
1010
<description>The DynamoDB Streams Adapter implements the AmazonKinesis interface so that your application can use KCL to consume and process data from a DynamoDB stream.</description>
1111
<url>https://aws.amazon.com/dynamodb</url>
1212

0 commit comments

Comments
 (0)