scm update
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/commit/e0abf716 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/e0abf716 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/e0abf716 Branch: refs/heads/master Commit: e0abf716b80f073a652f20a46ffb73e187fc68c1 Parents: 2c6e9c2 Author: Christian-B <[email protected]> Authored: Wed May 14 09:12:50 2014 +0100 Committer: Christian-B <[email protected]> Committed: Wed May 14 09:12:50 2014 +0100 ---------------------------------------------------------------------- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/e0abf716/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 961c438..0a3d8db 100644 --- a/pom.xml +++ b/pom.xml @@ -66,9 +66,10 @@ <module>ui</module> <module>uibuilder</module> </modules> - <scm> - <connection>scm:svn:http://taverna.googlecode.com/svn/taverna/utils/net.sf.taverna.t2.lang/trunk/</connection> - <developerConnection>scm:svn:https://taverna.googlecode.com/svn/taverna/utils/net.sf.taverna.t2.lang/trunk/</developerConnection> - <url>http://code.google.com/p/taverna/source/browse/#svn/taverna/utils/net.sf.taverna.t2.lang/trunk/</url> - </scm> + <scm> + <connection>scm:git:https://github.com/taverna/taverna-support-utilities.git</connection> + <developerConnection>scm:git:ssh://[email protected]:taverna/taverna-support-utilities.git</developerConnection> + <url>https://github.com/taverna/taverna-support-utilities</url> + <tag>HEAD</tag> + </scm> </project>
