You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/10/12 22:41:36 UTC

svn commit: r1397718 - /maven/plugins/trunk/maven-scm-publish-plugin/pom.xml

Author: olamy
Date: Fri Oct 12 20:41:36 2012
New Revision: 1397718

URL: http://svn.apache.org/viewvc?rev=1397718&view=rev
Log:
[MSCMPUB-2] publish-scm can fail with many files.
upgrade to last scm snapshot.

Modified:
    maven/plugins/trunk/maven-scm-publish-plugin/pom.xml

Modified: maven/plugins/trunk/maven-scm-publish-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-scm-publish-plugin/pom.xml?rev=1397718&r1=1397717&r2=1397718&view=diff
==============================================================================
--- maven/plugins/trunk/maven-scm-publish-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-scm-publish-plugin/pom.xml Fri Oct 12 20:41:36 2012
@@ -54,7 +54,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <scmVersion>1.8</scmVersion>
+    <scmVersion>1.9-SNAPSHOT</scmVersion>
     <mavenVersion>2.2.1</mavenVersion>
     <pluginTools>3.1</pluginTools>