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 35fe946 commit d264a27Copy full SHA for d264a27
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