Author: gnodet
Date: Thu Oct 25 13:24:05 2007
New Revision: 588336

URL: http://svn.apache.org/viewvc?rev=588336&view=rev
Log:
Another try with the repos

Modified:
    incubator/servicemix/branches/servicemix-4.0/itests/pom.xml
    incubator/servicemix/branches/servicemix-4.0/pom.xml

Modified: incubator/servicemix/branches/servicemix-4.0/itests/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/itests/pom.xml?rev=588336&r1=588335&r2=588336&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/itests/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/itests/pom.xml Thu Oct 25 
13:24:05 2007
@@ -202,20 +202,6 @@
       </dependency>
   </dependencies>
 
-  <repositories>
-      <repository>
-        <id>spring-snapshots</id>
-        <name>Springframework Maven SNAPSHOT Repository</name>
-        <url>http://static.springframework.org/maven2-snapshots/</url>
-      </repository>
-       <!-- Spring external dependencies -->
-           <repository>
-             <id>spring-ext</id>
-             <name>Spring External Dependencies Repository</name>
-             
<url>http://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/</url>
-           </repository>
-  </repositories>
-
   <build>
     <plugins>
       <!-- run tests during the integration-test phase, not

Modified: incubator/servicemix/branches/servicemix-4.0/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/pom.xml?rev=588336&r1=588335&r2=588336&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/pom.xml Thu Oct 25 13:24:05 
2007
@@ -79,18 +79,66 @@
       <id>i21-s3-maven-repo</id>
       <name>i21 S3 milestone repo</name>
       <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
+      <releases>
+          <enabled>true</enabled>
+      </releases>
+      <snapshots>
+          <enabled>false</enabled>
+      </snapshots>
     </repository>
        <!-- OPS4J repository -->
     <repository>
       <id>ops4j-repo</id>
       <name>OPS4J repo</name>
       <url>http://repository.ops4j.org/maven2</url>
+      <releases>
+          <enabled>true</enabled>
+      </releases>
+      <snapshots>
+          <enabled>false</enabled>
+      </snapshots>
     </repository>
+       <!-- Spring external dependencies -->
+           <repository>
+             <id>spring-ext</id>
+             <name>Spring External Dependencies Repository</name>
+             
<url>http://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/</url>
+             <releases>
+                 <enabled>true</enabled>
+             </releases>
+             <snapshots>
+                 <enabled>false</enabled>
+             </snapshots>
+           </repository>
     <!-- Apache snapshot -->
     <repository>
       <id>apache-snapshots</id>
       <name>Apache Snapshot repository</name>
       <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+          <enabled>false</enabled>
+      </releases>
+      <snapshots>
+          <enabled>true</enabled>
+      </snapshots>
+    </repository>
+    <!-- Apache snapshot -->
+    <repository>
+      <id>ops4j-snapshots</id>
+      <name>OPS4J Snapshot repository</name>
+      <url>http://repository.ops4j.org/mvn-snapshots</url>
+      <releases>
+          <enabled>false</enabled>
+      </releases>
+      <snapshots>
+          <enabled>true</enabled>
+      </snapshots>
+    </repository>
+    <!-- Spring snapshots -->
+    <repository>
+        <id>spring-snapshots</id>
+        <name>Springframework Maven SNAPSHOT Repository</name>
+        <url>http://static.springframework.org/maven2-snapshots/</url>
       <releases>
           <enabled>false</enabled>
       </releases>


Reply via email to