Author: niallp Date: Mon May 19 14:37:42 2008 New Revision: 657993 URL: http://svn.apache.org/viewvc?rev=657993&view=rev Log: Lock down changes plugin version
Modified: commons/proper/net/branches/NET_2_0/pom.xml Modified: commons/proper/net/branches/NET_2_0/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=657993&r1=657992&r2=657993&view=diff ============================================================================== --- commons/proper/net/branches/NET_2_0/pom.xml (original) +++ commons/proper/net/branches/NET_2_0/pom.xml Mon May 19 14:37:42 2008 @@ -210,6 +210,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> + <version>2.0</version> <configuration> <xmlPath>${basedir}/src/site/xdoc/changes.xml</xmlPath> <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>