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 "