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 2018/06/29 12:47:42 UTC

incubator-taverna-plugin-bioinformatics git commit: scm connection

Repository: incubator-taverna-plugin-bioinformatics
Updated Branches:
  refs/heads/master 0cd19f59c -> de5a8a581


scm connection


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/de5a8a58
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/tree/de5a8a58
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/diff/de5a8a58

Branch: refs/heads/master
Commit: de5a8a581800b924611b6ccbbd3d313027e012d9
Parents: 0cd19f5
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Jun 29 13:47:26 2018 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Jun 29 13:47:26 2018 +0100

----------------------------------------------------------------------
 pom.xml | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics/blob/de5a8a58/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c004358..48c1590 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,13 +141,15 @@
     <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>
+    <connection>scm:git:git://github.com/taverna-extras/taverna-plugin-bioinformatics.git</connection>
+    <developerConnection>scm:git:git@github.com:taverna-extras/taverna-plugin-bioinformatics.git</developerConnection>
+    <url>https://github.com/taverna-extras/taverna-plugin-bioinformatics/</url>
     <tag>HEAD</tag>
   </scm>
 
+
   <repositories>
     <repository>
       <id>apache.snapshots</id>
@@ -178,7 +180,4 @@
 		</repository>
 	</repositories>
 
-
-  </repositories>
-
 </project>