From 70cfc7d7ce1bd782a49916394bce592b29f548b4 Mon Sep 17 00:00:00 2001 From: ZeyuLi-AWS <125080976+ZeyuLi-AWS@users.noreply.github.com> Date: Mon, 20 Feb 2023 15:53:57 -0800 Subject: [PATCH] Fixed duplication of project version in children pom.xml (#1045) --- amazon-kinesis-client-multilang/pom.xml | 2 +- amazon-kinesis-client/pom.xml | 2 +- pom.xml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/amazon-kinesis-client-multilang/pom.xml b/amazon-kinesis-client-multilang/pom.xml index 879f7cf9..8ec7c5a7 100644 --- a/amazon-kinesis-client-multilang/pom.xml +++ b/amazon-kinesis-client-multilang/pom.xml @@ -21,7 +21,7 @@ amazon-kinesis-client-pom software.amazon.kinesis - 2.4.6-SNAPSHOT + ${revision} 4.0.0 diff --git a/amazon-kinesis-client/pom.xml b/amazon-kinesis-client/pom.xml index 19119ed0..4fe771b7 100644 --- a/amazon-kinesis-client/pom.xml +++ b/amazon-kinesis-client/pom.xml @@ -22,7 +22,7 @@ software.amazon.kinesis amazon-kinesis-client-pom - 2.4.6-SNAPSHOT + ${revision} amazon-kinesis-client diff --git a/pom.xml b/pom.xml index 8475338f..d7b6d42a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ amazon-kinesis-client-pom pom Amazon Kinesis Client Library - 2.4.6-SNAPSHOT + ${revision} The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data from Amazon Kinesis. @@ -33,6 +33,7 @@ + 2.4.6-SNAPSHOT 2.19.31