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 2017/06/18 10:30:36 UTC

svn commit: r1799070 - /maven/shared/trunk/maven-reporting-impl/pom.xml

Author: khmarbaise
Date: Sun Jun 18 10:30:36 2017
New Revision: 1799070

URL: http://svn.apache.org/viewvc?rev=1799070&view=rev
Log:
[MSHARED-642] Upgrade to maven-shared-utils 3.2.0

Modified:
    maven/shared/trunk/maven-reporting-impl/pom.xml

Modified: maven/shared/trunk/maven-reporting-impl/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-impl/pom.xml?rev=1799070&r1=1799069&r2=1799070&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-impl/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-impl/pom.xml Sun Jun 18 10:30:36 2017
@@ -91,7 +91,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.1.0</version>
+      <version>3.2.0</version>
     </dependency>
 
     <!-- Doxia -->