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/05/26 05:51:02 UTC

[servicemix-bundles] branch master updated: [SM-4089] Create OSGi bundle for cglib 3.2.12

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 84a6147  [SM-4089] Create OSGi bundle for cglib 3.2.12
84a6147 is described below

commit 84a61475fe63f1621377f0b5e1bc8075251e74b4
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun May 26 07:50:34 2019 +0200

    [SM-4089] Create OSGi bundle for cglib 3.2.12
---
 {cglib-3.2.10 => cglib-3.2.12}/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.10/pom.xml b/cglib-3.2.12/pom.xml
similarity index 96%
rename from cglib-3.2.10/pom.xml
rename to cglib-3.2.12/pom.xml
index fcc1d71..18ed977 100644
--- a/cglib-3.2.10/pom.xml
+++ b/cglib-3.2.12/pom.xml
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>13</version>
+        <version>14</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
     <packaging>bundle</packaging>
-    <version>3.2.10_2-SNAPSHOT</version>
+    <version>3.2.12_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps cglib-nodep ${pkgVersion} jar file.</description>
 
@@ -39,13 +39,12 @@
         <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.10</pkgVersion>
+        <pkgVersion>3.2.12</pkgVersion>
         <servicemix.osgi.export.pkg>
             net.sf.cglib
         </servicemix.osgi.export.pkg>
diff --git a/cglib-3.2.10/src/main/resources/OSGI-INF/bundle.info b/cglib-3.2.12/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from cglib-3.2.10/src/main/resources/OSGI-INF/bundle.info
rename to cglib-3.2.12/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 3802dec..dfc16c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
        <module>qpid-6.3.4</module>
        <module>aws-java-sdk-1.11.559</module>
        <module>sparkjava-core-2.9.1</module>
+       <module>cglib-3.2.12</module>
     </modules>
 
 </project>