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 <[email protected]> Authored: Thu Jan 15 13:38:36 2015 +0000 Committer: Jonathan Gallimore <[email protected]> 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>
