You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/06/02 12:10:49 UTC

svn commit: r1599152 - /maven/plugin-tools/trunk/pom.xml

Author: hboutemy
Date: Mon Jun  2 10:10:49 2014
New Revision: 1599152

URL: http://svn.apache.org/r1599152
Log:
use latest maven-scm-publish-plugin

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1599152&r1=1599151&r2=1599152&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Mon Jun  2 10:10:49 2014
@@ -276,6 +276,11 @@
             <topSiteURL>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</topSiteURL>
           </configuration>
         </plugin>
+        <plugin><!-- TODO remove when upgrading maven-parent to 25 -->
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
+          <version>1.1</version>
+        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>