Repository: incubator-taverna-workbench Updated Branches: refs/heads/master 8c4b365ef -> 961faf19b
apache scm/repository 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/961faf19 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/tree/961faf19 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/diff/961faf19 Branch: refs/heads/master Commit: 961faf19b8a38cc0577ec5612ccfc4dc9cac30f9 Parents: 8c4b365 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Feb 23 12:57:15 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Feb 23 12:57:15 2015 +0000 ---------------------------------------------------------------------- pom.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/961faf19/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a23d348..4b90159 100644 --- a/pom.xml +++ b/pom.xml @@ -77,15 +77,21 @@ <module>taverna-workbench-workflow-explorer</module> <module>taverna-workbench-workflow-view</module> </modules> + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench.git</developerConnection> + <url>https://github.com/apache/incubator-taverna-workbench</url> + <tag>HEAD</tag> + </scm> <repositories> <repository> - <id>taverna-incubating</id> - <name>Apache Taverna incubating Repository</name> - <url>http://repository.mygrid.org.uk/artifactory/incubator-snapshot-local/</url> + <id>apache.snapshots</id> + <name>Apache Snapshot Repository</name> + <url>http://repository.apache.org/snapshots</url> <releases> <enabled>false</enabled> </releases> - <snapshots /> </repository> </repositories> + </project>
