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 11:31:21 UTC

[07/50] incubator-taverna-maven-parent git commit: Added repo.spring.io/milestone

Added repo.spring.io/milestone


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/2358db30
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/2358db30
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/2358db30

Branch: refs/heads/master
Commit: 2358db30009dd152f478fa0290999cfe60f6b9df
Parents: 0b97d8a
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Dec 28 03:26:06 2014 -0600
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Dec 28 03:26:06 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/2358db30/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2232bce..0fca822 100644
--- a/pom.xml
+++ b/pom.xml
@@ -291,17 +291,53 @@ upgraded - this leads to recursive spaghetti.
 			<snapshots />
 		</repository>
 
+<!--
       <repository>
         <id>com.springsource.repository.bundles.release</id>
         <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
         <url>http://repository.springsource.com/maven/bundles/release</url>
       </repository>
+-->
       <repository>
         <id>com.springsource.repository.bundles.external</id>
         <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
         <url>http://repository.springsource.com/maven/bundles/external</url>
       </repository>
 
+<!--
+<repository>
+    <id>repository.spring.snapshot</id>
+    <name>Spring Snapshot Repository</name>
+    <url>http://repo.spring.io/snapshot</url>
+    <releases>
+      <enabled>false</enabled>
+    </releases>
+    <snapshots />
+</repository>
+
+also in Maven Central:
+<repository> 
+    <id>repository.spring.release</id>
+    <name>Spring GA Repository</name>
+    <url>http://repo.spring.io/release</url>
+    <releases />
+    <snapshots>
+      <enabled>false</enabled>
+    </snapshots>
+</repository>
+
+-->
+<repository>
+    <id>repository.spring.milestone</id>
+    <name>Spring Milestone Repository</name>
+    <url>http://repo.spring.io/milestone</url>
+    <releases />
+    <snapshots>
+      <enabled>false</enabled>
+    </snapshots>
+</repository>
+
+
 	</repositories>
 
 	<distributionManagement>