You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2012/04/04 16:41:56 UTC

svn commit: r1309415 - in /servicemix/smx4/bundles/trunk: casbah-2.1.2/pom.xml pom.xml

Author: jbonofre
Date: Wed Apr  4 14:41:56 2012
New Revision: 1309415

URL: http://svn.apache.org/viewvc?rev=1309415&view=rev
Log:
[SMX4-1119] Fix warning messages in casbah 2.1.2 bundle
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

Modified:
    servicemix/smx4/bundles/trunk/casbah-2.1.2/pom.xml
    servicemix/smx4/bundles/trunk/pom.xml

Modified: servicemix/smx4/bundles/trunk/casbah-2.1.2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/casbah-2.1.2/pom.xml?rev=1309415&r1=1309414&r2=1309415&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/casbah-2.1.2/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/casbah-2.1.2/pom.xml Wed Apr  4 14:41:56 2012
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>8</version>
+        <version>9-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
     
@@ -32,18 +32,21 @@
     <artifactId>org.apache.servicemix.bundles.casbah</artifactId>
     <packaging>bundle</packaging>
     <version>2.1.2_3-SNAPSHOT</version>
-    <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
+    <name>Apache ServiceMix :: Bundles :: casbah</name>
     <description>This OSGi bundle wraps casbah ${pkgVersion} jar files.</description>
     
     <properties>
         <pkgGroupId>com.mongodb.casbah</pkgGroupId>
-        <pkgArtifactId>casbah_2.8.1</pkgArtifactId>
         <pkgVersion>2.1.2</pkgVersion>
         <servicemix.osgi.export.pkg>
             com.mongodb.casbah*
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            !com.mongodb.casbah*,*	
+            com.mongodb*;version="[2.5,3)",
+            org.bson*,
+            org.joda.time*;version="[1.8,2)",
+            scala*;resolution:=optional,
+            org.slf4j;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>
     

Modified: servicemix/smx4/bundles/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/pom.xml?rev=1309415&r1=1309414&r2=1309415&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/pom.xml Wed Apr  4 14:41:56 2012
@@ -81,6 +81,8 @@
         <module>bcprov-jdk15-1.46</module>
         <module>bcprov-jdk16-1.46</module>
         <module>beanio-1.2.2</module>
+
+        <module>casbah-2.1.2</module>
     </modules>
 
 </project>