All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.telenav.cactus.maven.cbump Maven / Gradle / Ivy

There is a newer version: 1.5.49
Show newest version
#!/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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy