You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/05/08 19:22:16 UTC

svn commit: r1480364 - /felix/trunk/ipojo/runtime/composite-it/pom.xml

Author: clement
Date: Wed May  8 17:22:16 2013
New Revision: 1480364

URL: http://svn.apache.org/r1480364
Log:
Add a temporary repository.

Modified:
    felix/trunk/ipojo/runtime/composite-it/pom.xml

Modified: felix/trunk/ipojo/runtime/composite-it/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/composite-it/pom.xml?rev=1480364&r1=1480363&r2=1480364&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/composite-it/pom.xml (original)
+++ felix/trunk/ipojo/runtime/composite-it/pom.xml Wed May  8 17:22:16 2013
@@ -538,4 +538,13 @@
             </build>
         </profile>
     </profiles>
+
+    <repositories>
+        <!-- Temporal addition of this repository until the osgi-helper are released -->
+        <!-- TODO remove this before the release -->
+        <repository>
+            <id>ow2.snapshots</id>
+            <url>http://repository.ow2.org/nexus/content/repositories/snapshots/</url>
+        </repository>
+    </repositories>
 </project>