You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by li...@apache.org on 2009/12/08 19:31:45 UTC

svn commit: r888504 - /incubator/aries/trunk/transaction/pom.xml

Author: linsun
Date: Tue Dec  8 18:31:44 2009
New Revision: 888504

URL: http://svn.apache.org/viewvc?rev=888504&view=rev
Log:
change artifactId and update to use 4.2 osgi artifacts with allowing older version org.osgi.framework

Modified:
    incubator/aries/trunk/transaction/pom.xml

Modified: incubator/aries/trunk/transaction/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/transaction/pom.xml?rev=888504&r1=888503&r2=888504&view=diff
==============================================================================
--- incubator/aries/trunk/transaction/pom.xml (original)
+++ incubator/aries/trunk/transaction/pom.xml Tue Dec  8 18:31:44 2009
@@ -27,7 +27,7 @@
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.aries.transaction</groupId>
-    <artifactId>aries-transaction</artifactId>
+    <artifactId>org.apache.aries.transaction</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Aries Transaction</name> 
 
@@ -39,13 +39,13 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.compendium</artifactId>
-            <version>4.1.0</version>
+            <version>4.2.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -79,6 +79,7 @@
                             org.springframework.*;resolution:=optional,
                             !org.apache.geronimo.transaction*,
                             javax.resource.spi;version="1.5";resolution:=optional,
+                            org.osgi.framework;version="1.4",
                             *
                         </Import-Package>
                         <Export-Package>