You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/11/12 23:07:10 UTC

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

Author: schulte
Date: Sat Nov 12 23:07:10 2016
New Revision: 1769439

URL: http://svn.apache.org/viewvc?rev=1769439&view=rev
Log:
[MCHANGES-377] Upgrade of plexus-interpolation to 1.24.

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=1769439&r1=1769438&r2=1769439&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sat Nov 12 23:07:10 2016
@@ -134,7 +134,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.21</version>
+      <version>1.24</version>
     </dependency>
 
     <!-- plexus -->