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 2638f59 [SM-4374] Create OSGi bundle for guice 4.2.3 2638f59 is described below commit 2638f59e25151dd6338a85c648676cdb9dfca0c6 Author: Jean-Baptiste Onofré <jbono...@apache.org> AuthorDate: Mon Apr 27 09:42:18 2020 +0200 [SM-4374] Create OSGi bundle for guice 4.2.3 --- {guice-4.2.2 => guice-4.2.3}/pom.xml | 7 +++---- .../src/main/resources/OSGI-INF/bundle.info | 0 pom.xml | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/guice-4.2.2/pom.xml b/guice-4.2.3/pom.xml similarity index 97% rename from guice-4.2.2/pom.xml rename to guice-4.2.3/pom.xml index c414e42..cbb0d7b 100644 --- a/guice-4.2.2/pom.xml +++ b/guice-4.2.3/pom.xml @@ -24,13 +24,13 @@ <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.guice</artifactId> - <version>4.2.2_2-SNAPSHOT</version> + <version>4.2.3_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,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>com.google.inject</pkgGroupId> <pkgArtifactId>guice</pkgArtifactId> - <pkgVersion>4.2.2</pkgVersion> + <pkgVersion>4.2.3</pkgVersion> <servicemix.osgi.export.pkg> com.google.inject </servicemix.osgi.export.pkg> diff --git a/guice-4.2.2/src/main/resources/OSGI-INF/bundle.info b/guice-4.2.3/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from guice-4.2.2/src/main/resources/OSGI-INF/bundle.info rename to guice-4.2.3/src/main/resources/OSGI-INF/bundle.info diff --git a/pom.xml b/pom.xml index 577c596..f740fed 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,7 @@ <module>elasticsearch-client-6.4.2</module> <module>janusgraph-core-0.5.1</module> <module>janino-3.1.2</module> + <module>guice-4.2.3</module> </modules> </project>