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/01/31 23:17:18 UTC

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

Author: hboutemy
Date: Fri Jan 31 22:17:17 2014
New Revision: 1563298

URL: http://svn.apache.org/r1563298
Log:
update maven-release-plugin to latest version

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=1563298&r1=1563297&r2=1563298&view=diff
==============================================================================
--- maven/plugins/trunk/maven-scm-publish-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-scm-publish-plugin/pom.xml Fri Jan 31 22:17:17 2014
@@ -171,6 +171,7 @@ under the License.
         </plugin>
         <plugin>
           <artifactId>maven-release-plugin</artifactId>
+          <version>2.4.2</version>
           <configuration>
             <releaseProfiles>apache-release,rat,run-its</releaseProfiles><!-- TODO add to parent pom -->
           </configuration>