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 2019/01/17 22:39:05 UTC

[incubator-taverna-common-activities] branch master updated: GitBox in scm

This is an automated email from the ASF dual-hosted git repository.

stain pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-taverna-common-activities.git


The following commit(s) were added to refs/heads/master by this push:
     new 15691e4  GitBox in scm
15691e4 is described below

commit 15691e43d8502f15ca9f8e593375066a117daf62
Author: Stian Soiland-Reyes <st...@apache.org>
AuthorDate: Thu Jan 17 22:39:00 2019 +0000

    GitBox in scm
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c2e263d..3d32389 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,8 +87,8 @@
         </plugins>
     </build>    
     <scm>
-        <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities.git</connection>
-        <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities.git</developerConnection>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-taverna-common-activities.git</connection>
+        <developerConnection>scm:git:git@github.com:apache/incubator-taverna-common-activities.git</developerConnection>
         <url>https://github.com/apache/incubator-taverna-common-activities</url>
         <tag>HEAD</tag>
     </scm>