Update version
This commit is contained in:
parent
e8439d7b71
commit
7cf8336eae
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>25.05.05</version>
|
<version>25.05.06</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>25.05.05</version>
|
<version>25.05.06</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>25.05.05</version>
|
<version>25.05.06</version>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
<module>../common</module>
|
<module>../common</module>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>ctbrec</groupId>
|
<groupId>ctbrec</groupId>
|
||||||
<artifactId>master</artifactId>
|
<artifactId>master</artifactId>
|
||||||
<version>25.05.05</version>
|
<version>25.05.06</version>
|
||||||
<relativePath>../master</relativePath>
|
<relativePath>../master</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -8,8 +8,7 @@ if [[ -z "$NEW_VERSION" ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pushd master
|
pushd ./master
|
||||||
|
|
||||||
echo "Updating Maven project version to $NEW_VERSION..."
|
echo "Updating Maven project version to $NEW_VERSION..."
|
||||||
|
|
||||||
# Step 1: Update the parent POM and all modules
|
# Step 1: Update the parent POM and all modules
|
||||||
|
@ -19,5 +18,4 @@ mvn versions:set -DnewVersion="$NEW_VERSION"
|
||||||
mvn versions:commit
|
mvn versions:commit
|
||||||
|
|
||||||
echo "Version updated to $NEW_VERSION in all modules."
|
echo "Version updated to $NEW_VERSION in all modules."
|
||||||
|
|
||||||
popd
|
popd
|
Loading…
Reference in New Issue