From 9c49c57d447278ee91397bfac1c299cbb52c5663 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Fri, 26 Feb 2021 15:41:05 -0500 Subject: [PATCH] Releast train next version updates: 2020.0.2-SNAPSHOT --- applications/pom.xml | 2 +- etc/release-tools/apps-upgrade-dryrun.sh | 46 +++++++++++------------ stream-applications-release-train/pom.xml | 6 +-- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/applications/pom.xml b/applications/pom.xml index 21600090..63dfa6ea 100644 --- a/applications/pom.xml +++ b/applications/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.cloud.stream.app applications - 3.0.1 + 3.0.2-SNAPSHOT applications Infrastructure for stream applications pom diff --git a/etc/release-tools/apps-upgrade-dryrun.sh b/etc/release-tools/apps-upgrade-dryrun.sh index 78362e96..bef364c2 100755 --- a/etc/release-tools/apps-upgrade-dryrun.sh +++ b/etc/release-tools/apps-upgrade-dryrun.sh @@ -24,35 +24,35 @@ function iterate_through_apps_folders_and_update { echo "FOLDER NAME - ${folder}" pushd ${folder} ../../../mvnw -Ddisable.checks=true versions:set -DnewVersion=$VERSION -DgenerateBackupPoms=false - #../../../mvnw -Ddisable.checks=true versions:update-parent -DparentVersion=$PARENT_VERSION -Pspring -DgenerateBackupPoms=false + ../../../mvnw -Ddisable.checks=true versions:update-parent -DparentVersion=$PARENT_VERSION -Pspring -DgenerateBackupPoms=false # only used after a release for updating parent versions. - sed -i '' 's/3.0.3/'3.0.4-SNAPSHOT'/g' pom.xml + # sed -i '' 's/3.0.3/'3.0.4-SNAPSHOT'/g' pom.xml popd done cd ../../ -# if [[ $VERSION =~ M[0-9]|RC[0-9] ]]; then -# lines=$(find $BASE_DIR -type f -name pom.xml | xargs grep SNAPSHOT | grep -v ".contains(" | grep -v "