Author: cbrisson
Date: Wed Nov  9 15:36:45 2016
New Revision: 1768989

URL: http://svn.apache.org/viewvc?rev=1768989&view=rev
Log:
[tools] minor cleanup in pom.xml

Modified:
    velocity/tools/trunk/pom.xml

Modified: velocity/tools/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/pom.xml?rev=1768989&r1=1768988&r2=1768989&view=diff
==============================================================================
--- velocity/tools/trunk/pom.xml (original)
+++ velocity/tools/trunk/pom.xml Wed Nov  9 15:36:45 2016
@@ -57,10 +57,11 @@
             <plugins>
                 <plugin>
                     <artifactId>maven-release-plugin</artifactId>
-                    <version>2.0</version>
+                    <version>2.5.3</version>
                     <configuration>
                         <useReleaseProfile>false</useReleaseProfile>
-                        <goals>deploy site-deploy</goals>
+                        <autoVersionSubmodules>true</autoVersionSubmodules>
+                        <goals>deploy</goals>
                         <arguments>-Papache-release</arguments>
                     </configuration>
                 </plugin>
@@ -82,6 +83,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
+                <version>${surefire.plugin.version}</version>
                 <configuration>
                     <includes>
                         <include>**/Test*.java</include>
@@ -112,8 +114,7 @@
     <scm>
         
<connection>scm:svn:http://svn.apache.org/repos/asf/velocity/tools/trunk</connection>
         
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/velocity/tools/trunk</developerConnection>
-        <tag>HEAD</tag>
-        <url>http://svn.apache.org/repos/asf/velocity/tools/trunk</url>
+        <url>http://svn.apache.org/viewvc/velocity/tools/trunk</url>
     </scm>
     <modules>
         <module>velocity-tools-generic</module>


Reply via email to