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/19 18:19:31 UTC

svn commit: r1328029 - /servicemix/smx4/bundles/trunk/javassist-3.7.ga/pom.xml

Author: jbonofre
Date: Thu Apr 19 16:19:31 2012
New Revision: 1328029

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

Modified:
    servicemix/smx4/bundles/trunk/javassist-3.7.ga/pom.xml

Modified: servicemix/smx4/bundles/trunk/javassist-3.7.ga/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/javassist-3.7.ga/pom.xml?rev=1328029&r1=1328028&r2=1328029&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/javassist-3.7.ga/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/javassist-3.7.ga/pom.xml Thu Apr 19 16:19:31 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,8 +43,7 @@
             javassist
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-            com.sun.jdi*;resolution:=optional,
-            *
+            com.sun.jdi*;resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>