We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ad7cb commit 66a54a6Copy full SHA for 66a54a6
update-version.sh
@@ -23,7 +23,7 @@ pushd $WORKSPACE
23
24
source "$SCRIPTS_DIR/mvn-setup.sh"
25
26
-if [ -f bom/pom.xml ]; then
+if [ -f bom/pom.xml ] && [ "$PROJECT" == "ogm" ]; then
27
./mvnw -Prelocation clean versions:set -DnewVersion=$NEW_VERSION -DgenerateBackupPoms=false -f bom/pom.xml
28
elif [ -z "$VERSION_INHERITED" ]; then
29
./mvnw -Prelocation clean versions:set -DnewVersion=$NEW_VERSION -DgenerateBackupPoms=false
0 commit comments