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/04/23 17:26:24 UTC

tomee git commit: Updating SCM url

Repository: tomee
Updated Branches:
  refs/heads/tomee-1.7.x 9ecb6a981 -> bac2d712c


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/bac2d712
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/bac2d712
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/bac2d712

Branch: refs/heads/tomee-1.7.x
Commit: bac2d712cf49348ca166ee7d7d53a08feb17651f
Parents: 9ecb6a9
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 Apr 23 16:25:27 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/bac2d712/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 66fe197..012e22f 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>