You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/10/27 20:44:10 UTC

svn commit: r1634662 - /maven/plugins/trunk/maven-changes-plugin/pom.xml

Author: khmarbaise
Date: Mon Oct 27 19:44:10 2014
New Revision: 1634662

URL: http://svn.apache.org/r1634662
Log:
[MCHANGES-347]
 - Upgrade maven-filtering to 1.3

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=1634662&r1=1634661&r2=1634662&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Mon Oct 27 19:44:10 2014
@@ -129,9 +129,10 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-filtering</artifactId>
-      <version>1.2</version>
+      <version>1.3</version>
     </dependency>
     <!-- A dependency to maven-filtering, but it's overridden by 1.11 if not specified explicitly here -->
+    <!-- This can be removed if upgrading to maven-filtering 1.4 -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>