Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Apache Maven Plugins Parent POM Version 27 Released

$
0
0
The Apache Maven team is pleased to announce the release of the
Apache Maven Plugins Parent POM Version 27.

This POM (org.apache.maven.plugins:maven-plugins) is the common parent of all
of the Maven plugins in the Apache Maven project.

To use this parent, you should specify the version in your project's
plugin configuration:

<parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>27</version>
</parent>

Changes since previous release:

http://svn.apache.org/viewvc/maven/plugins/tags/maven-plugins-27/pom.xml?r1=HEAD=1632929瘧_format=h

Enjoy,

-The Apache Maven team

Viewing all articles
Browse latest Browse all 5648

Trending Articles