venusdrogon / feilong-platform

:gem:all feilong projects's parent
http://feitianbenyue.iteye.com/
Apache License 2.0
94 stars 58 forks source link

MojoHaus Version Maven Plugin Version 2.5 Released #115

Closed venusdrogon closed 7 years ago

venusdrogon commented 7 years ago

http://blog.soebes.de/blog/2017/10/01/mojohaus-versions-maven-plugin-version-2-dot-5-released/

The MojoHaus team is pleased to announce the release of the Versions Maven Plugin Version 2.5.

The Versions Plugin is used when you want to manage the versions of artifacts in a project’s POM.

To get this update, simply specify the version in your project’s plugin configuration:


<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>versions-maven-plugin</artifactId>
  <version>2.5</version>
</plugin>