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 e81f300 commit 474a4f3Copy full SHA for 474a4f3
github-build.sh
@@ -29,7 +29,7 @@ bumpVersion() {
29
fi
30
31
echo "Next version: ${nextVersion}"
32
- sed -i "'0,/<version>.*<\/version>/s//<version>${nextVersion}<\/version>/'" pom.xml
+ sed -i '0,/<version>.*<\/version>/s//<version>${nextVersion}<\/version>/' pom.xml
33
34
else
35
echo "No semantic version and therefore cannot publish to maven repository: '${APP_VERSION}'"
0 commit comments