Repository: incubator-taverna-plugin-component Updated Branches: refs/heads/master 9cef42780 -> 8234e8e75
scm/repository 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/8234e8e7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/tree/8234e8e7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/diff/8234e8e7 Branch: refs/heads/master Commit: 8234e8e75583f231759bd62bd8e75aebe3e03d52 Parents: 9cef427 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Feb 23 12:56:43 2015 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Feb 23 12:56:43 2015 +0000 ---------------------------------------------------------------------- pom.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component/blob/8234e8e7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3877261..9e6ffb1 100644 --- a/pom.xml +++ b/pom.xml @@ -23,15 +23,22 @@ <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> + <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>
