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 1c4d73b29 [SM-5505] Create OSGi bundle for GAX gRPC 2.24.0
1c4d73b29 is described below
commit 1c4d73b29f4df363a9655d6bdc64fe86f27e894f
Author: JB Onofré <[email protected]>
AuthorDate: Tue Apr 11 14:58:04 2023 +0200
[SM-5505] Create OSGi bundle for GAX gRPC 2.24.0
---
{google-gax-grpc-2.23.2 => google-gax-grpc-2.24.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/google-gax-grpc-2.23.2/pom.xml b/google-gax-grpc-2.24.0/pom.xml
similarity index 96%
rename from google-gax-grpc-2.23.2/pom.xml
rename to google-gax-grpc-2.24.0/pom.xml
index 8cb079dde..1d76e00ad 100644
--- a/google-gax-grpc-2.23.2/pom.xml
+++ b/google-gax-grpc-2.24.0/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.google-gax-grpc</artifactId>
- <version>2.23.2_2-SNAPSHOT</version>
+ <version>2.24.0_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: Google Gax GRPC</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
files.</description>
@@ -39,14 +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.api</pkgGroupId>
<pkgArtifactId>gax-grpc</pkgArtifactId>
- <pkgVersion>2.23.2</pkgVersion>
-
<servicemix.osgi.source.version>2.23.2.1</servicemix.osgi.source.version>
+ <pkgVersion>2.24.0</pkgVersion>
+
<servicemix.osgi.source.version>2.24.0.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
com.google.api.gax*
</servicemix.osgi.export.pkg>
diff --git a/google-gax-grpc-2.23.2/src/main/resources/OSGI-INF/bundle.info
b/google-gax-grpc-2.24.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from google-gax-grpc-2.23.2/src/main/resources/OSGI-INF/bundle.info
rename to google-gax-grpc-2.24.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 81d078db6..69090405f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,6 +104,7 @@
<module>hapi-fhir-structures-hl7org-dstu2-6.4.4</module>
<module>hapi-fhir-structures-r4-6.4.4</module>
<module>hapi-fhir-validation-6.4.4</module>
+ <module>google-gax-grpc-2.24.0</module>
</modules>
</project>