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/09/29 07:08:04 UTC

[servicemix-bundles] branch master updated: [SM-5324] Create OSGi bundle for google-gax-grpc 2.19.1

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 e42941e66 [SM-5324] Create OSGi bundle for google-gax-grpc 2.19.1
e42941e66 is described below

commit e42941e66304fef94d99d7d6f09127644044524b
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Sep 29 09:07:36 2022 +0200

    [SM-5324] Create OSGi bundle for google-gax-grpc 2.19.1
---
 {google-gax-grpc-2.18.1 => google-gax-grpc-2.19.1}/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.18.1/pom.xml b/google-gax-grpc-2.19.1/pom.xml
similarity index 96%
rename from google-gax-grpc-2.18.1/pom.xml
rename to google-gax-grpc-2.19.1/pom.xml
index 62b14444d..203d65bf7 100644
--- a/google-gax-grpc-2.18.1/pom.xml
+++ b/google-gax-grpc-2.19.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.google-gax-grpc</artifactId>
-    <version>2.18.1_2-SNAPSHOT</version>
+    <version>2.19.1_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.18.1</pkgVersion>
-        <servicemix.osgi.source.version>2.18.1.1</servicemix.osgi.source.version>
+        <pkgVersion>2.19.1</pkgVersion>
+        <servicemix.osgi.source.version>2.19.1.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
            com.google.api.gax*
         </servicemix.osgi.export.pkg>
diff --git a/google-gax-grpc-2.18.1/src/main/resources/OSGI-INF/bundle.info b/google-gax-grpc-2.19.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from google-gax-grpc-2.18.1/src/main/resources/OSGI-INF/bundle.info
rename to google-gax-grpc-2.19.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 18a1cc41f..4dcff156b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,6 +108,7 @@
 			<module>azure-messaging-servicebus-7.11.0</module>
 			<module>batik-1.15</module>
 			<module>spring-integration-core-5.5.15</module>
+			<module>google-gax-grpc-2.19.1</module>
     </modules>
 
 </project>