Author: sebb
Date: Tue Sep 27 11:09:14 2011
New Revision: 1176328

URL: http://svn.apache.org/viewvc?rev=1176328&view=rev
Log:
Provide version for changes plugin in reporting section

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

Modified: commons/proper/io/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?rev=1176328&r1=1176327&r2=1176328&view=diff
==============================================================================
--- commons/proper/io/trunk/pom.xml (original)
+++ commons/proper/io/trunk/pom.xml Tue Sep 27 11:09:14 2011
@@ -292,6 +292,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
+        <version>${commons.changes.version}</version>
         <configuration>
           <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
           <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>


Reply via email to