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/17 12:50:42 UTC

[24/50] [abbrv] incubator-taverna-osgi git commit: Added mygrid-snapshot-repository

Added mygrid-snapshot-repository


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

Branch: refs/heads/master
Commit: 07ea44d0f46231ac32a94ad49ce69239d545be31
Parents: 897484e
Author: Christian-B <br...@cs.man.ac.uk>
Authored: Fri Sep 26 16:58:55 2014 +0100
Committer: Christian-B <br...@cs.man.ac.uk>
Committed: Fri Sep 26 16:58:55 2014 +0100

----------------------------------------------------------------------
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi/blob/07ea44d0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0600940..0868c28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,5 +24,14 @@
 			<name>myGrid Repository</name>
 			<url>http://www.mygrid.org.uk/maven/repository</url>
 		</repository>
+                <repository>
+			<id>mygrid-snapshot-repository</id>
+			<name>myGrid Snapshot Repository</name>
+			<url>http://www.mygrid.org.uk/maven/snapshot-repository</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots />
+		</repository>
 	</repositories>
 </project>
\ No newline at end of file