You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2009/02/10 21:36:47 UTC

svn commit: r743095 - /servicemix/smx4/features/trunk/pom.xml

Author: gertv
Date: Tue Feb 10 20:36:46 2009
New Revision: 743095

URL: http://svn.apache.org/viewvc?rev=743095&view=rev
Log:
Adding snapshot repo for Spring DM 1.2.0-rc

Modified:
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=743095&r1=743094&r2=743095&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Tue Feb 10 20:36:46 2009
@@ -300,6 +300,19 @@
                 <enabled>false</enabled>
             </snapshots>     
        </repository>
+       <!-- Spring milestones repository -->
+       <!-- TODO: remove this repo when spring-dm 1.2.0 is out -->
+       <repository>
+           <id>spring-milestone</id>
+           <name>Spring Portfolio Milestone Repository</name>
+           <url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
+           <releases>
+               <enabled>true</enabled>
+           </releases>
+           <snapshots>
+               <enabled>false</enabled>
+           </snapshots>
+       </repository>
    </repositories>
 
   <pluginRepositories>