MVN

com.insightfullogic.release : release-version-plugin

Maven & Gradle

Dec 15, 2013
4 stars

Release Version Plugin · A set of useful goals for the bumping of releases in order to perform lightweight releases

<plugin>
    <groupId>com.insightfullogic.release</groupId>
    <artifactId>release-version-plugin</artifactId>
    <version>1.1.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.insightfullogic.release : release-version-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.8

All Versions

Choose a version of com.insightfullogic.release : release-version-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
release-version-plugin-1.1.8
release-version-plugin-1.1.7

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.insightfullogic.release</groupId>
    <artifactId>release-version-plugin</artifactId>
    <version>1.1.8</version>
</plugin>