Fixed duplication of project version in children pom.xml (#1045)
This commit is contained in:
parent
1c8bd8e71e
commit
70cfc7d7ce
3 changed files with 4 additions and 3 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
3
pom.xml
3
pom.xml
|
|
@ -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>
|
||||
|
|
@ -33,6 +33,7 @@
|
|||
</scm>
|
||||
|
||||
<properties>
|
||||
<revision>2.4.6-SNAPSHOT</revision>
|
||||
<awssdk.version>2.19.31</awssdk.version>
|
||||
</properties>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue