You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2015/02/22 18:53:35 UTC

svn commit: r1661501 - /turbine/maven/turbine-parent/trunk/pom.xml

Author: tv
Date: Sun Feb 22 17:53:34 2015
New Revision: 1661501

URL: http://svn.apache.org/r1661501
Log:
- Re-apply fix for TRB-95
- Use scm-publish plugin version from parent.

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1661501&r1=1661500&r2=1661501&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Sun Feb 22 17:53:34 2015
@@ -54,7 +54,7 @@
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/maven/turbine-parent/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/maven/turbine-parent/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs/turbine/maven/turbine-parent/trunk/</url>
+    <url>http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/</url>
   </scm>
 
   <mailingLists>
@@ -210,7 +210,6 @@
       <plugin> <!-- Thanks to Apache Commons -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
-        <version>1.1</version>
         <configuration>
           <content>${project.reporting.outputDirectory}</content>
           <pubScmUrl>scm:svn:${turbine.scmPubUrl}</pubScmUrl>