Skip to content

Commit

Permalink
Fixed duplication of project version in children pom.xml (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeyuLi-AWS authored Feb 20, 2023
1 parent 1c8bd8e commit 70cfc7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amazon-kinesis-client-multilang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>amazon-kinesis-client-pom</artifactId>
<groupId>software.amazon.kinesis</groupId>
<version>2.4.6-SNAPSHOT</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion amazon-kinesis-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.kinesis</groupId>
<artifactId>amazon-kinesis-client-pom</artifactId>
<version>2.4.6-SNAPSHOT</version>
<version>${revision}</version>
</parent>

<artifactId>amazon-kinesis-client</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>amazon-kinesis-client-pom</artifactId>
<packaging>pom</packaging>
<name>Amazon Kinesis Client Library</name>
<version>2.4.6-SNAPSHOT</version>
<version>${revision}</version>
<description>The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data
from Amazon Kinesis.
</description>
Expand All @@ -33,6 +33,7 @@
</scm>

<properties>
<revision>2.4.6-SNAPSHOT</revision>
<awssdk.version>2.19.31</awssdk.version>
</properties>

Expand Down

0 comments on commit 70cfc7d

Please sign in to comment.