We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef37c8 commit 79ad1dcCopy full SHA for 79ad1dc
scripts/set-version.sh
@@ -12,9 +12,7 @@ newVersion=$1
12
grep "\<module\>" pom.xml | sed 's/<\/module>//g' | sed 's/.*<module>//g' | sed 's/.*\///g' | while IFS= read -r module
13
do
14
# set the version of the module
15
- # and update reference to this module into others modules
16
- mvn versions:set -DgenerateBackupPoms=false -DartifactId="$module" \
17
- -DnewVersion="$newVersion" -DupdateMatchingVersions=true
+ mvn versions:set -DgenerateBackupPoms=false -DartifactId="$module" -DnewVersion="$newVersion"
18
done
19
# set the version of the aggregator pom
20
mvn versions:set -DnewVersion="$newVersion" -DgenerateBackupPoms=false
0 commit comments