Skip to content

Commit

Permalink
fix: updating version in pom in order to build in test-release (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella authored Sep 1, 2021
1 parent 286eeb2 commit 722e25b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<artifactId>dynamodbencryptionclient-sdk1examples</artifactId>
<packaging>jar</packaging>
<version>2.0.1</version>
<version>2.0.2</version>
<name>aws-dynamodb-encryption-java :: SDK1 Examples</name>
<description>Examples for AWS DynamoDB Encryption Client for AWS Java SDK v1</description>

Expand All @@ -23,7 +23,7 @@
<maven-surefire-plugin.version>3.0.0-M3</maven-surefire-plugin.version>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<ddbec.version>2.0.1</ddbec.version>
<ddbec.version>2.0.2</ddbec.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sdk1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amazonaws</groupId>
<artifactId>aws-dynamodb-encryption-java</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>
<name>aws-dynamodb-encryption-java :: SDK1</name>
<description>AWS DynamoDB Encryption Client for AWS Java SDK v1</description>
Expand Down

0 comments on commit 722e25b

Please sign in to comment.