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:03 UTC

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

Repository: incubator-taverna-osgi
Updated Branches:
  refs/heads/master c9bb093ac -> ba69c8e92


apache scm/repositories


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

Branch: refs/heads/master
Commit: ba69c8e92a9b4fb72ef731990091c3ea340f1ac0
Parents: c9bb093
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Mon Feb 23 12:28:52 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Mon Feb 23 12:28:52 2015 +0000

----------------------------------------------------------------------
 pom.xml | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/blob/ba69c8e9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 32bd337..ae659cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,15 +32,21 @@
     <module>taverna-update-impl</module>
     <module>taverna-osgi-schemas</module>
 	</modules>
-	<repositories>
+  <scm>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi.git</developerConnection>
+    <url>https://github.com/apache/incubator-taverna-osgi</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>
+  </repositories>
+
 </project>