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 2019/08/28 05:22:58 UTC

[servicemix-bundles] branch master updated: [SM-4159] Create OSGi bundle for cglib 3.3.0

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


The following commit(s) were added to refs/heads/master by this push:
     new 65f985b  [SM-4159] Create OSGi bundle for cglib 3.3.0
65f985b is described below

commit 65f985b4f75962befc6d6fa0b083c28324235814
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Wed Aug 28 07:22:26 2019 +0200

    [SM-4159] Create OSGi bundle for cglib 3.3.0
---
 {cglib-3.2.12 => cglib-3.3.0}/pom.xml                              | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cglib-3.2.12/pom.xml b/cglib-3.3.0/pom.xml
similarity index 96%
rename from cglib-3.2.12/pom.xml
rename to cglib-3.3.0/pom.xml
index 0a0ca3f..cd50f04 100644
--- a/cglib-3.2.12/pom.xml
+++ b/cglib-3.3.0/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
     <packaging>bundle</packaging>
-    <version>3.2.12_2-SNAPSHOT</version>
+    <version>3.3.0_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps cglib-nodep ${pkgVersion} jar file.</description>
 
@@ -39,19 +39,18 @@
         <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>cglib</pkgGroupId>
         <pkgArtifactId>cglib</pkgArtifactId>
-        <pkgVersion>3.2.12</pkgVersion>
+        <pkgVersion>3.3.0</pkgVersion>
         <servicemix.osgi.export.pkg>
             net.sf.cglib
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
             net.sf.cglib.asm.util;resolution:=optional,
-            org.apache.tools.ant*;version="[1.6,2)";resolution:=optional
+            org.apache.tools.ant*;version="[1.6,3)";resolution:=optional
         </servicemix.osgi.import.pkg>
     </properties>
 
diff --git a/cglib-3.2.12/src/main/resources/OSGI-INF/bundle.info b/cglib-3.3.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from cglib-3.2.12/src/main/resources/OSGI-INF/bundle.info
rename to cglib-3.3.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 2b7b7e2..65c887d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,7 @@
        <module>janino-3.1.0</module>
        <module>jruby-9.2.8.0</module>
        <module>grpc-1.23.0</module>
+       <module>cglib-3.3.0</module>
     </modules>
 
 </project>