You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2009/07/15 20:42:39 UTC

svn commit: r794355 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Wed Jul 15 18:42:38 2009
New Revision: 794355

URL: http://svn.apache.org/viewvc?rev=794355&view=rev
Log:
maven-changes-plugin 2.0 to 2.1.

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=794355&r1=794354&r2=794355&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Wed Jul 15 18:42:38 2009
@@ -220,7 +220,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-changes-plugin</artifactId>
-          <version>2.0</version>
+          <version>2.1</version>
           <configuration>
             <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
             <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>