You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2014/01/08 05:50:09 UTC

git commit: tagBase not needed anymore

Updated Branches:
  refs/heads/master 5cf05463a -> 0f48aabf5


tagBase not needed anymore


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

Branch: refs/heads/master
Commit: 0f48aabf522983f648455dba80c4d97980143495
Parents: 5cf0546
Author: Olivier Lamy <ol...@apache.org>
Authored: Wed Jan 8 15:49:50 2014 +1100
Committer: Olivier Lamy <ol...@apache.org>
Committed: Wed Jan 8 15:49:50 2014 +1100

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


http://git-wip-us.apache.org/repos/asf/maven/blob/0f48aabf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c5782bb..1871507 100644
--- a/pom.xml
+++ b/pom.xml
@@ -374,7 +374,6 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
-            <tagBase>https://svn.apache.org/repos/asf/maven/maven-3/tags</tagBase>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>