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 2016/06/11 18:59:19 UTC

svn commit: r1747931 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: khmarbaise
Date: Sat Jun 11 18:59:19 2016
New Revision: 1747931

URL: http://svn.apache.org/viewvc?rev=1747931&view=rev
Log:
Make version of maven-project-utils three digit based.

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

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1747931&r1=1747930&r2=1747931&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Sat Jun 11 18:59:19 2016
@@ -223,7 +223,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-project-utils</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
     </dependency>
 
     <!-- Maven -->