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/04/24 17:19:07 UTC

svn commit: r1471474 - /felix/trunk/ipojo/handler/transaction/transaction-handler-it/pom.xml

Author: clement
Date: Wed Apr 24 15:19:07 2013
New Revision: 1471474

URL: http://svn.apache.org/r1471474
Log:
Fix transaction it pom

A maven repo declaration were pointing to an outdated url.

Modified:
    felix/trunk/ipojo/handler/transaction/transaction-handler-it/pom.xml

Modified: felix/trunk/ipojo/handler/transaction/transaction-handler-it/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/handler/transaction/transaction-handler-it/pom.xml?rev=1471474&r1=1471473&r2=1471474&view=diff
==============================================================================
--- felix/trunk/ipojo/handler/transaction/transaction-handler-it/pom.xml (original)
+++ felix/trunk/ipojo/handler/transaction/transaction-handler-it/pom.xml Wed Apr 24 15:19:07 2013
@@ -35,6 +35,13 @@
         <url.version>1.5.1</url.version>
     </properties>
 
+    <repositories>
+        <repository>
+            <id>ow2.snapshots</id>
+            <url>http://repository.ow2.org/nexus/content/repositories/snapshots/</url>
+        </repository>    
+    </repositories>
+
     <dependencies>
         <dependency>
             <groupId>org.ow2.chameleon.transaction</groupId>