You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2016/01/10 18:23:50 UTC

svn commit: r1723939 - /turbine/site/pom.xml

Author: tv
Date: Sun Jan 10 17:23:50 2016
New Revision: 1723939

URL: http://svn.apache.org/viewvc?rev=1723939&view=rev
Log:
Fix managed version

Modified:
    turbine/site/pom.xml

Modified: turbine/site/pom.xml
URL: http://svn.apache.org/viewvc/turbine/site/pom.xml?rev=1723939&r1=1723938&r2=1723939&view=diff
==============================================================================
--- turbine/site/pom.xml (original)
+++ turbine/site/pom.xml Sun Jan 10 17:23:50 2016
@@ -165,7 +165,6 @@
       <plugin> <!-- Thanks to Apache Commons -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
-        <version>1.0-beta-2</version>
         <configuration>
           <content>${project.reporting.outputDirectory}</content>
           <pubScmUrl>scm:svn:${turbine.scmPubUrl}</pubScmUrl>