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/15 12:54:46 UTC

svn commit: r1338637 - /servicemix/smx4/bundles/trunk/snmp4j-1.10.1/pom.xml

Author: jbonofre
Date: Tue May 15 10:54:45 2012
New Revision: 1338637

URL: http://svn.apache.org/viewvc?rev=1338637&view=rev
Log:
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

Modified:
    servicemix/smx4/bundles/trunk/snmp4j-1.10.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/snmp4j-1.10.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/snmp4j-1.10.1/pom.xml?rev=1338637&r1=1338636&r2=1338637&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/snmp4j-1.10.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/snmp4j-1.10.1/pom.xml Tue May 15 10:54:45 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>
 
@@ -39,14 +39,13 @@
         <pkgGroupId>org.snmp4j</pkgGroupId>
         <pkgArtifactId>snmp4j</pkgArtifactId>
         <pkgVersion>1.10.1</pkgVersion>
-        <servicemix.osgi.import.pkg>
-            javax.crypto*;resolution:=optional,
-            org.apache.log4j*;resolution:=optional,
-            *
-        </servicemix.osgi.import.pkg>
         <servicemix.osgi.export.pkg>
             org.snmp4j
         </servicemix.osgi.export.pkg>
+        <servicemix.osgi.import.pkg>
+            javax.crypto*;resolution:=optional,
+            org.apache.log4j*;resolution:=optional
+        </servicemix.osgi.import.pkg>
     </properties>
 
     <dependencies>