Author: cziegeler
Date: Mon Jun 23 06:29:27 2008
New Revision: 670566
URL: http://svn.apache.org/viewvc?rev=670566&view=rev
Log:
Add incubator repository to find our own releases.
Modified:
incubator/sling/trunk/parent/pom.xml
Modified: incubator/sling/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=670566&r1=670565&r2=670566&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Mon Jun 23 06:29:27 2008
@@ -724,6 +724,13 @@
</pluginRepository>
</pluginRepositories>
+ <repositories>
+ <repository>
+ <id>apache.incubating</id>
+ <name>Apache Incubating Repository</name>
+ <url>http://people.apache.org/repo/m2-incubating-repository</url>
+ </repository>
+ </repositories>
<distributionManagement>
<!-- place our releases in the incubator's repository -->