You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2015/01/15 14:40:00 UTC

tomee git commit: Updating SCM url

Repository: tomee
Updated Branches:
  refs/heads/tomee-1.7.2 872bce341 -> 3fc874930


Updating SCM url


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

Branch: refs/heads/tomee-1.7.2
Commit: 3fc8749302b7bb0fee6c9ee3fd3abdc49ef4a98a
Parents: 872bce3
Author: Jonathan Gallimore <jo...@jrg.me.uk>
Authored: Thu Jan 15 13:38:36 2015 +0000
Committer: Jonathan Gallimore <jo...@jrg.me.uk>
Committed: Thu Jan 15 13:38:36 2015 +0000

----------------------------------------------------------------------
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/3fc87493/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a31bda4..41d9701 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,9 +87,10 @@
   </ciManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/tomee/tomee/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomee/tomee/trunk/</developerConnection>
-    <url>https://svn.apache.org/repos/asf/tomee/tomee/trunk</url>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/tomee.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/tomee.git</developerConnection>
+    <url>scm:git:https://git-wip-us.apache.org/repos/asf/tomee.git</url>
+    <tag>HEAD</tag>
   </scm>
 
   <properties>