Repository: incubator-taverna-workbench-product Updated Branches: refs/heads/master 1d7685713 -> 768358105
apache scm/repository Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/commit/76835810 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/tree/76835810 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/diff/76835810 Branch: refs/heads/master Commit: 768358105bf8966c517588de46046b639113f663 Parents: 1d76857 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Feb 23 13:00:10 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Feb 23 13:00:10 2015 +0000 ---------------------------------------------------------------------- pom.xml | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/blob/76835810/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index accb5c5..7d9238d 100644 --- a/pom.xml +++ b/pom.xml @@ -734,8 +734,23 @@ </dependency> </dependencies> + <scm> + <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product.git</connection> + <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product.git</developerConnection> + <url>https://github.com/apache/incubator-taverna-workbench-product</url> + <tag>HEAD</tag> + </scm> - <repositories> + <repositories> + <repository> + <id>apache.snapshots</id> + <name>Apache Snapshot Repository</name> + <url>http://repository.apache.org/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + </repository> + <!-- <repository> <releases /> <snapshots> @@ -745,15 +760,7 @@ <name>myGrid Repository</name> <url>http://www.mygrid.org.uk/maven/repository</url> </repository> - <repository> - <releases> - <enabled>false</enabled> - </releases> - <snapshots /> - <id>mygrid-snapshot-repository</id> - <name>myGrid Snapshot Repository</name> - <url>http://www.mygrid.org.uk/maven/snapshot-repository</url> - </repository> + --> <repository> <id>spring-maven-milestone</id> <name>Springframework Maven Repository</name>
