You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by da...@apache.org on 2016/01/01 05:48:26 UTC

svn commit: r1722484 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: dantran
Date: Fri Jan  1 04:48:25 2016
New Revision: 1722484

URL: http://svn.apache.org/viewvc?rev=1722484&view=rev
Log:
[MPIR-336] Pickup maven-shared-jar-1.2-SNAPSHOT

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=1722484&r1=1722483&r2=1722484&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Fri Jan  1 04:48:25 2016
@@ -181,7 +181,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-jar</artifactId>
-      <version>1.1</version>
+      <version>1.2-SNAPSHOT</version>
     </dependency>
 
     <dependency>