You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2016/01/03 23:38:27 UTC

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

Author: michaelo
Date: Sun Jan  3 22:38:27 2016
New Revision: 1722770

URL: http://svn.apache.org/viewvc?rev=1722770&view=rev
Log:
[MPIR-336] Upgrade to Maven Shared JAR 1.2

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=1722770&r1=1722769&r2=1722770&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Sun Jan  3 22:38:27 2016
@@ -178,7 +178,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-jar</artifactId>
-      <version>1.2-SNAPSHOT</version>
+      <version>1.2</version>
     </dependency>
 
     <dependency>