MVN

org.haakma.maven.plugins : semver-maven-plugin

Maven & Gradle

Jun 26, 2017
0 stars

Semantic Versioning Plugin · Semantic versioning plugin for enabling symantic versioning in the maven-release-plugin

<plugin>
    <groupId>org.haakma.maven.plugins</groupId>
    <artifactId>semver-maven-plugin</artifactId>
    <version>3.3.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.haakma.maven.plugins : semver-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.3.1

All Versions

Choose a version of org.haakma.maven.plugins : semver-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.3.x
semver-maven-plugin-3.3.1
semver-maven-plugin-3.3.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.haakma.maven.plugins</groupId>
    <artifactId>semver-maven-plugin</artifactId>
    <version>3.3.1</version>
</plugin>