com.telenav.cactus.maven.cbump Maven / Gradle / Ivy
#!/bin/sh
VERSION=__PLUGIN_VERSION_PLACEHOLDER__
MAVEN_ARGS="-Dcactus.commit-changes=true \
-Dcactus.superpom.bump.policy=ignore \
-Dcactus.commit-changes=true \
-Dcactus.bump.published=false \
-Dcactus.include-root=true \
-Dcactus.push=false \
-Dcactus.scope=family \
com.telenav.cactus:cactus-maven-plugin:${VERSION}:bump-version"
# The run_maven function is generated by InstallScriptsMojo
run_maven