Author: sebb
Date: Tue Feb 21 20:51:20 2012
New Revision: 1292005

URL: http://svn.apache.org/viewvc?rev=1292005&view=rev
Log:
Use changes plugin version from parent

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

Modified: commons/proper/compress/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/compress/trunk/pom.xml?rev=1292005&r1=1292004&r2=1292005&view=diff
==============================================================================
--- commons/proper/compress/trunk/pom.xml (original)
+++ commons/proper/compress/trunk/pom.xml Tue Feb 21 20:51:20 2012
@@ -171,7 +171,7 @@
         <!-- generate the changes report from changes.xml and link to JIRA -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.3</version>
+        <version>${commons.changes.version}</version>
         <configuration>
            <issueLinkTemplatePerSystem>
                <default>%URL%/%ISSUE%</default>
@@ -284,7 +284,7 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-changes-plugin</artifactId>
-              <version>2.3</version>
+              <version>${commons.changes.version}</version>
               <configuration>
                 <template>release-notes.vm</template>
                 <templateDirectory>src/changes</templateDirectory>


Reply via email to