You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2014/11/17 21:15:47 UTC

[ANN] Apache Maven Project Parent Version 26 Released

The Apache Maven team is pleased to announce the release of the 
[Apache Maven Project Parent, version 26](http://maven.apache.org/pom/maven/).

This POM (org.apache.maven:maven-parent) contains settings that are likely to
be useful to any Maven project that is building and releasing code with Maven
2/3.

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

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

The Changes since previous release can be view by the following link:

http://svn.apache.org/viewvc/maven/pom/tags/maven-parent-26/pom.xml?r1=HEAD&r2=1632922&diff_format=h

Enjoy,

-The Apache Maven team