Author: niallp
Date: Mon May 19 14:37:24 2008
New Revision: 657992

URL: http://svn.apache.org/viewvc?rev=657992&view=rev
Log:
Lock down changes plugin version

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

Modified: commons/proper/net/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/net/trunk/pom.xml?rev=657992&r1=657991&r2=657992&view=diff
==============================================================================
--- commons/proper/net/trunk/pom.xml (original)
+++ commons/proper/net/trunk/pom.xml Mon May 19 14:37:24 2008
@@ -162,6 +162,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-changes-plugin</artifactId>
+                <version>2.0</version>
                 <configuration>
                     <xmlPath>xdocs/changes.xml</xmlPath>
                     <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>


Reply via email to