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:29:52 UTC

incubator-taverna-common-activities git commit: apache scm/repositories

Repository: incubator-taverna-common-activities
Updated Branches:
  refs/heads/master 390c286b2 -> 7c01a8fc9


apache scm/repositories


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/7c01a8fc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/7c01a8fc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/7c01a8fc

Branch: refs/heads/master
Commit: 7c01a8fc9c9fe182d6eafa4136fbdb2ee0eb083c
Parents: 390c286
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Feb 23 12:29:45 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Feb 23 12:29:45 2015 +0000

----------------------------------------------------------------------
 pom.xml | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/7c01a8fc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8ff33d3..9cbee3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,15 +26,21 @@
     <module>taverna-wsdl-generic</module>
     <module>taverna-xpath-activity</module>
   </modules>
+  <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>
+    <url>https://github.com/apache/incubator-taverna-common-activities</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>