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 2022/05/28 05:10:26 UTC

[servicemix-bundles] branch master updated: [SM-5178] Create OSGi bundle for guice 5.1.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 7865a799d [SM-5178] Create OSGi bundle for guice 5.1.0
7865a799d is described below

commit 7865a799d77c69e122d32f6f29ff617c1b0106cf
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat May 28 07:09:54 2022 +0200

    [SM-5178] Create OSGi bundle for guice 5.1.0
---
 {guice-4.2.3 => guice-5.1.0}/pom.xml                              | 8 ++++----
 .../src/main/resources/OSGI-INF/bundle.info                       | 0
 pom.xml                                                           | 1 +
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/guice-4.2.3/pom.xml b/guice-5.1.0/pom.xml
similarity index 95%
rename from guice-4.2.3/pom.xml
rename to guice-5.1.0/pom.xml
index 95dd743f2..e3610ba77 100644
--- a/guice-4.2.3/pom.xml
+++ b/guice-5.1.0/pom.xml
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>bundles-pom</artifactId>
-        <version>14</version>
+        <version>15-SNAPSHOT</version>
         <relativePath>../bundles-pom/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.guice</artifactId>
-    <version>4.2.3_2-SNAPSHOT</version>
+    <version>5.1.0_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps guice ${pkgVersion} jar files.</description>
@@ -39,13 +39,13 @@
         <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>com.google.inject</pkgGroupId>
         <pkgArtifactId>guice</pkgArtifactId>
-        <pkgVersion>4.2.3</pkgVersion>
+        <pkgVersion>5.1.0</pkgVersion>
+        <servicemix.osgi.source.version>5.1.0.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
             com.google.inject
         </servicemix.osgi.export.pkg>
diff --git a/guice-4.2.3/src/main/resources/OSGI-INF/bundle.info b/guice-5.1.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from guice-4.2.3/src/main/resources/OSGI-INF/bundle.info
rename to guice-5.1.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 48a786e13..6396f6e7d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
       <module>bundles-pom</module>
       <module>azure-core-http-okhttp-1.9.0</module>
       <module>okhttp-4.9.3</module>
+      <module>guice-5.1.0</module>
     </modules>
 
 </project>