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 2013/09/13 22:21:41 UTC

[2/2] git commit: removed obsolete configuration now that wagon uses git instead of svn

removed obsolete configuration now that wagon uses git instead of svn

Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/3b434789
Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/3b434789
Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/3b434789

Branch: refs/heads/master
Commit: 3b4347891cf0df2540b0b494c5b0ce05ebcaa0fc
Parents: 0adc1ef
Author: Hervé Boutemy <hb...@apache.org>
Authored: Fri Sep 13 22:20:51 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Fri Sep 13 22:20:51 2013 +0200

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/3b434789/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 00ba3fb..626007e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +345,6 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/wagon/tags</tagBase>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>