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 738a7db07 [SM-5471] Create OSGi bundle for google-gax-rpc 2.22.0
738a7db07 is described below
commit 738a7db070aa973ca32a1c822315930b2adb27a7
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Jan 28 17:34:06 2023 +0100
[SM-5471] Create OSGi bundle for google-gax-rpc 2.22.0
---
{google-gax-grpc-2.20.1 => google-gax-grpc-2.22.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.20.1/pom.xml b/google-gax-grpc-2.22.0/pom.xml
similarity index 96%
rename from google-gax-grpc-2.20.1/pom.xml
rename to google-gax-grpc-2.22.0/pom.xml
index b85dd3293..ab7a15e75 100644
--- a/google-gax-grpc-2.20.1/pom.xml
+++ b/google-gax-grpc-2.22.0/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.google-gax-grpc</artifactId>
- <version>2.20.1_2-SNAPSHOT</version>
+ <version>2.22.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.20.1</pkgVersion>
-
<servicemix.osgi.source.version>2.20.1.1</servicemix.osgi.source.version>
+ <pkgVersion>2.22.0</pkgVersion>
+
<servicemix.osgi.source.version>2.22.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.20.1/src/main/resources/OSGI-INF/bundle.info
b/google-gax-grpc-2.22.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from google-gax-grpc-2.20.1/src/main/resources/OSGI-INF/bundle.info
rename to google-gax-grpc-2.22.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index a7f4ae1e5..a0371e0fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,7 @@
<module>htmlunit-2.70.0</module>
<module>fastjson-2.0.23</module>
<module>okio-3.3.0</module>
+ <module>google-gax-grpc-2.22.0</module>
</modules>
</project>