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 2015/12/26 22:32:37 UTC

svn commit: r1721760 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

Author: khmarbaise
Date: Sat Dec 26 21:32:36 2015
New Revision: 1721760

URL: http://svn.apache.org/viewvc?rev=1721760&view=rev
Log:
[MCOMPILER-258] Upgrade maven-shared-utils to 3.0.0

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

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1721760&r1=1721759&r2=1721760&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sat Dec 26 21:32:36 2015
@@ -106,7 +106,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>0.7</version>
+      <version>3.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>