You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ma...@apache.org on 2012/11/01 22:29:23 UTC

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

Author: markh
Date: Thu Nov  1 21:29:23 2012
New Revision: 1404774

URL: http://svn.apache.org/viewvc?rev=1404774&view=rev
Log:
[MSCMPUB-2] publish-scm can fail with many files on windows.

Upgraded maven-scm to 1.8.1 for SCM-697 fix.

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=1404774&r1=1404773&r2=1404774&view=diff
==============================================================================
--- maven/plugins/trunk/maven-scm-publish-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-scm-publish-plugin/pom.xml Thu Nov  1 21:29:23 2012
@@ -54,7 +54,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <scmVersion>1.9-SNAPSHOT</scmVersion>
+    <scmVersion>1.8.1</scmVersion>
     <mavenVersion>2.2.1</mavenVersion>
     <pluginTools>3.1</pluginTools>