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/14 19:42:06 UTC

svn commit: r1338310 - /servicemix/smx4/bundles/trunk/scalaj-collection-1.0/pom.xml

Author: jbonofre
Date: Mon May 14 17:42:05 2012
New Revision: 1338310

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

Modified:
    servicemix/smx4/bundles/trunk/scalaj-collection-1.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/scalaj-collection-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/scalaj-collection-1.0/pom.xml?rev=1338310&r1=1338309&r2=1338310&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/scalaj-collection-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/scalaj-collection-1.0/pom.xml Mon May 14 17:42:05 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>
 
@@ -43,7 +43,7 @@
             scalaj.collection
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            *
+            scala*
         </servicemix.osgi.import.pkg>
     </properties>
 
@@ -114,4 +114,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>