Author: ggregory
Date: Mon Oct  8 19:49:32 2012
New Revision: 1395745

URL: http://svn.apache.org/viewvc?rev=1395745&view=rev
Log:
Make sure the same version of the Maven changes plugin is used with a property: 
changes.plugin.version}

Modified:
    logging/log4j/log4j2/trunk/web/pom.xml

Modified: logging/log4j/log4j2/trunk/web/pom.xml
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/web/pom.xml?rev=1395745&r1=1395744&r2=1395745&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/web/pom.xml (original)
+++ logging/log4j/log4j2/trunk/web/pom.xml Mon Oct  8 19:49:32 2012
@@ -73,7 +73,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
-            <version>2.6</version>
+            <version>${changes.plugin.version}</version>
             <reportSets>
               <reportSet>
                 <reports>


Reply via email to