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:30:33 UTC

incubator-taverna-commandline git commit: apache scm/repositories

Repository: incubator-taverna-commandline
Updated Branches:
  refs/heads/master 53c8a6c1d -> 36e61efdb


apache scm/repositories


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/36e61efd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/36e61efd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/36e61efd

Branch: refs/heads/master
Commit: 36e61efdb33bb9a610762430ce6b2b3ad3e762dd
Parents: 53c8a6c
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Feb 23 12:30:25 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Feb 23 12:30:25 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/36e61efd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0355623..861f32f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,15 +26,21 @@
     <module>taverna-commandline-tests</module>
     -->
   </modules>
+  <scm>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline.git</developerConnection>
+    <url>https://github.com/apache/incubator-taverna-commandline</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>