Author: gnodet
Date: Wed Oct 18 13:14:56 2006
New Revision: 465359
URL: http://svn.apache.org/viewvc?view=rev&rev=465359
Log:
Add snapshot repository for xbean
Modified:
incubator/servicemix/branches/servicemix-3.0/pom.xml
Modified: incubator/servicemix/branches/servicemix-3.0/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.0/pom.xml?view=diff&rev=465359&r1=465358&r2=465359
==============================================================================
--- incubator/servicemix/branches/servicemix-3.0/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-3.0/pom.xml Wed Oct 18 13:14:56
2006
@@ -392,6 +392,21 @@
</snapshots>
</repository>
</repositories>
+
+ <pluginRepositories>
+ <!-- Apache snapshot -->
+ <pluginRepository>
+ <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>
+ </pluginRepository>
+ </pluginRepositories>
<dependencies>
<dependency>