This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git
commit 16836f55db4676aeb4cc816973aa011d6f50fd47 Author: Jean-Baptiste Onofré <[email protected]> AuthorDate: Tue Mar 26 16:09:42 2019 +0100 [SM-4029] Create OSGi bundle for snmp4j 3.1.0 --- pom.xml | 1 + {snmp4j-2.6.3 => snmp4j-3.1.0}/pom.xml | 10 ++++------ .../src/main/resources/OSGI-INF/bundle.info | 0 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 6da4e1d..78d278e 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,7 @@ <module>okhttp-3.14.0</module> <module>poi-4.0.1</module> <module>xmlbeans-3.0.2</module> + <module>snmp4j-3.1.0</module> </modules> </project> diff --git a/snmp4j-2.6.3/pom.xml b/snmp4j-3.1.0/pom.xml similarity index 96% rename from snmp4j-2.6.3/pom.xml rename to snmp4j-3.1.0/pom.xml index 26ee816..255e734 100644 --- a/snmp4j-2.6.3/pom.xml +++ b/snmp4j-3.1.0/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>bundles-pom</artifactId> - <version>13</version> + <version>14-SNAPSHOT</version> <relativePath>../bundles-pom/pom.xml</relativePath> </parent> <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.snmp4j</artifactId> - <version>2.6.3_2-SNAPSHOT</version> + <version>3.1.0_1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,21 +39,19 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection> <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url> - <tag>HEAD</tag> </scm> <properties> <pkgGroupId>org.snmp4j</pkgGroupId> <pkgArtifactId>snmp4j</pkgArtifactId> - <pkgVersion>2.6.3</pkgVersion> + <pkgVersion>3.1.0</pkgVersion> <servicemix.osgi.export.pkg> org.snmp4j </servicemix.osgi.export.pkg> <servicemix.osgi.import.pkg> javax.crypto*, javax.net.ssl, - javax.security*, - org.apache.log4j*;resolution:=optional + javax.security* </servicemix.osgi.import.pkg> </properties> diff --git a/snmp4j-2.6.3/src/main/resources/OSGI-INF/bundle.info b/snmp4j-3.1.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from snmp4j-2.6.3/src/main/resources/OSGI-INF/bundle.info rename to snmp4j-3.1.0/src/main/resources/OSGI-INF/bundle.info
