Author: olamy Date: Mon Apr 28 00:10:37 2014 New Revision: 1590543 URL: http://svn.apache.org/r1590543 Log: upgrade plugins version
Modified: tomcat/maven-plugin/trunk/pom.xml Modified: tomcat/maven-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1590543&r1=1590542&r2=1590543&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/pom.xml (original) +++ tomcat/maven-plugin/trunk/pom.xml Mon Apr 28 00:10:37 2014 @@ -48,7 +48,7 @@ <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion> <!-- Test settings --> <maven.test.redirectTestOutputToFile>false</maven.test.redirectTestOutputToFile> - <surefire.version>2.16</surefire.version> + <surefire.version>2.17</surefire.version> <failsafe.version>${surefire.version}</failsafe.version> <junit.version>4.10</junit.version> @@ -715,7 +715,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>2.3.2</version> + <version>2.5</version> <configuration> <preparationGoals>clean install</preparationGoals> </configuration> @@ -762,7 +762,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-publish-plugin</artifactId> - <version>1.0-beta-2</version> + <version>1.0</version> <configuration> <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/tomcat/site/trunk/docs/${sitePath}</pubScmUrl> <checkinComment>Apache Tomcat Maven Plugin site documentation for ${project.version}</checkinComment> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org