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/07/09 11:43:26 UTC

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

Author: khmarbaise
Date: Sat Jul  9 11:43:26 2016
New Revision: 1751996

URL: http://svn.apache.org/viewvc?rev=1751996&view=rev
Log:
[MSCMPUB-25] Upgrade Maven SCM to 1.9.5

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=1751996&r1=1751995&r2=1751996&view=diff
==============================================================================
--- maven/plugins/trunk/maven-scm-publish-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-scm-publish-plugin/pom.xml Sat Jul  9 11:43:26 2016
@@ -59,7 +59,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <scmVersion>1.9.4</scmVersion>
+    <scmVersion>1.9.5</scmVersion>
     <mavenVersion>3.0</mavenVersion>
 
     <!-- for documentation purpose -->
@@ -151,7 +151,7 @@ under the License.
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
-      <version>4.8</version>
+      <version>4.11</version>
     </dependency>
   </dependencies>