Revert changes to pom property (#1077)
Co-authored-by: Noah Thomas <noahbt@amazon.com>
This commit is contained in:
parent
9d07af403d
commit
26a692530d
3 changed files with 3 additions and 4 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<parent>
|
||||
<artifactId>amazon-kinesis-client-pom</artifactId>
|
||||
<groupId>software.amazon.kinesis</groupId>
|
||||
<version>${revision}</version>
|
||||
<version>2.4.7</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<parent>
|
||||
<groupId>software.amazon.kinesis</groupId>
|
||||
<artifactId>amazon-kinesis-client-pom</artifactId>
|
||||
<version>${revision}</version>
|
||||
<version>2.4.7</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>${revision}</version>
|
||||
<version>2.4.7</version>
|
||||
<description>The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data
|
||||
from Amazon Kinesis.
|
||||
</description>
|
||||
|
|
@ -33,7 +33,6 @@
|
|||
</scm>
|
||||
|
||||
<properties>
|
||||
<revision>2.4.7</revision>
|
||||
<awssdk.version>2.20.8</awssdk.version>
|
||||
</properties>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue