MVN

de.lgohlke : versions-maven-plugin

Maven & Gradle

Mar 12, 2014
0 stars

Versions Maven Plugin · Versions Plugin for Maven 2. The Versions Plugin updates the versions of components in the POM.

<plugin>
    <groupId>de.lgohlke</groupId>
    <artifactId>versions-maven-plugin</artifactId>
    <version>2.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.lgohlke : versions-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of de.lgohlke : versions-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
versions-maven-plugin-2.1.1

How to add a plugin to Maven

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

<plugin>
    <groupId>de.lgohlke</groupId>
    <artifactId>versions-maven-plugin</artifactId>
    <version>2.1.1</version>
</plugin>