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:40 UTC

[1/2] git commit: update web access url to GitHub mirror, since it has better navigation support for modules

Updated Branches:
  refs/heads/master 1260bfb36 -> 3b4347891


update web access url to GitHub mirror, since it has better navigation
support for modules

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

Branch: refs/heads/master
Commit: 0adc1eff4a298f7c9e9b148a375e63755db95d1e
Parents: 1260bfb
Author: Hervé Boutemy <hb...@apache.org>
Authored: Fri Sep 13 22:19:34 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Fri Sep 13 22:19:34 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/0adc1eff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 140f788..00ba3fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,7 +188,7 @@ under the License.
   <scm>
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-wagon.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-wagon.git</developerConnection>
-    <url>https://git-wip-us.apache.org/repos/asf?p=maven-wagon.git</url>
+    <url>https://github.com/apache/maven-wagon/tree/master</url>
     <tag>HEAD</tag>
   </scm>
 


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

Posted by hb...@apache.org.
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>