MVN

org.apache.commons : commons-release-plugin

Maven & Gradle

Jun 25, 2023

Apache Commons Release Plugin · Apache Maven Mojo for Apache Commons Release tasks.

<plugin>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-release-plugin</artifactId>
    <version>1.8.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.commons : commons-release-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.8.1

All Versions

Choose a version of org.apache.commons : commons-release-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8.x
commons-release-plugin-1.8.1
commons-release-plugin-1.8.0
1.7
commons-release-plugin-1.7
1.6
commons-release-plugin-1.6
1.5
commons-release-plugin-1.5
1.4
commons-release-plugin-1.4
1.3
commons-release-plugin-1.3
1.2
commons-release-plugin-1.2
1.1
commons-release-plugin-1.1
1.0
commons-release-plugin-1.0

How to add a plugin to Maven

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

<plugin>
    <groupId>org.apache.commons</groupId>
    <artifactId>commons-release-plugin</artifactId>
    <version>1.8.1</version>
</plugin>