Repository: incubator-taverna-plugin-component Updated Branches: refs/heads/master 4dc0ed936 -> 15511c1eb
scm info Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/commit/15511c1e Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/tree/15511c1e Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/diff/15511c1e Branch: refs/heads/master Commit: 15511c1ebfe3cd93e7a00d9a015f86b0e9a1dc9e Parents: 4dc0ed9 Author: Stian Soiland-Reyes <[email protected]> Authored: Fri Jun 29 13:47:49 2018 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Fri Jun 29 13:47:49 2018 +0100 ---------------------------------------------------------------------- pom.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/15511c1e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cf39568..a16a688 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,7 @@ <version>2.1.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Component Plugin for Taverna</name> + <url>https://github.com/taverna-extras/taverna-plugin-component/</url> <properties> <taverna.language.version>0.15.1-incubating</taverna.language.version> <taverna.osgi.version>0.2.1-incubating</taverna.osgi.version> @@ -136,12 +137,14 @@ <module>taverna-component-activity-ui</module> <module>taverna-component-repository-api</module> </modules> + <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component.git</developerConnection> - <url>https://github.com/apache/incubator-taverna-plugin-component</url> + <connection>scm:git:git://github.com/taverna-extras/taverna-plugin-component.git</connection> + <developerConnection>scm:git:[email protected]:taverna-extras/taverna-plugin-component.git</developerConnection> + <url>https://github.com/taverna-extras/taverna-plugin-component/</url> <tag>HEAD</tag> </scm> + <repositories>
