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/05/13 10:17:30 UTC

svn commit: r1337805 - /servicemix/smx4/bundles/trunk/rjc-0.6.3/pom.xml

Author: jbonofre
Date: Sun May 13 08:17:30 2012
New Revision: 1337805

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

Modified:
    servicemix/smx4/bundles/trunk/rjc-0.6.3/pom.xml

Modified: servicemix/smx4/bundles/trunk/rjc-0.6.3/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/rjc-0.6.3/pom.xml?rev=1337805&r1=1337804&r2=1337805&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/rjc-0.6.3/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/rjc-0.6.3/pom.xml Sun May 13 08:17:30 2012
@@ -23,7 +23,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>
 
@@ -42,9 +42,8 @@
             org.idevlab.rjc
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            org.apache.commons.pool;version="[1.4,1.5]",
-            org.slf4j;version="[1.4,1.6]";resolution:=optional,
-            *
+            org.apache.commons.pool*;version="[1.4,1.5]",
+            org.slf4j;version="[1.4,1.6]";resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>