You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/23 13:56:13 UTC

incubator-taverna-plugin-bioinformatics git commit: scm/repository

Repository: incubator-taverna-plugin-bioinformatics
Updated Branches:
  refs/heads/master 87883d91b -> a395c4842


scm/repository


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/commit/a395c484
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/tree/a395c484
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/diff/a395c484

Branch: refs/heads/master
Commit: a395c48421684bdbb6fa56c8d87051a1ba32ef96
Parents: 87883d9
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Feb 23 12:56:08 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Feb 23 12:56:08 2015 +0000

----------------------------------------------------------------------
 pom.xml | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/blob/a395c484/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5102f18..f14408f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,15 +27,22 @@
     <module>taverna-soaplab-activity</module>
     <module>taverna-soaplab-activity-ui</module>
   </modules>
+  <scm>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics.git</developerConnection>
+    <url>https://github.com/apache/incubator-taverna-plugin-bioinformatics</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>