MVN

top.marchand.maven.plugins : nextVersion-maven-plugin

Maven & Gradle

Sep 26, 2023
0 stars

nextVersion-maven-plugin · A maven plugin to calculate next versions

<plugin>
    <groupId>top.marchand.maven.plugins</groupId>
    <artifactId>nextVersion-maven-plugin</artifactId>
    <version>1.00.01</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.marchand.maven.plugins : nextVersion-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.00.01

All Versions

Choose a version of top.marchand.maven.plugins : nextVersion-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.00.x
nextVersion-maven-plugin-1.00.01

How to add a plugin to Maven

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

<plugin>
    <groupId>top.marchand.maven.plugins</groupId>
    <artifactId>nextVersion-maven-plugin</artifactId>
    <version>1.00.01</version>
</plugin>

Advertisement