We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0470ee8 commit 28c6886Copy full SHA for 28c6886
bumpver_isis.sh
@@ -7,9 +7,9 @@ fi
7
8
# edit parent pom.xml
9
echo "editing parent pom.xml"
10
-cat pom.xml | sed "s/<isis.version>.*</<isis.version>$VERSION</" > pom.xml.$$.sed
11
-mv pom.xml.$$.sed pom.xml
+echo mvn versions:update-parent "-DparentVersion=[${VERSION}]"
+mvn versions:update-parent "-DparentVersion=[${VERSION}]"
12
13
echo "Committing changes"
14
-git commit -am "bumping isis.version to $VERSION"
+git commit -am "bumping incode-parent (isis) version to $VERSION"
15
0 commit comments