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/12/31 07:08:31 UTC

[servicemix-bundles] branch master updated: [SM-5435] Create OSGi bundle for google-gax-grpc 2.20.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 e7b12f266 [SM-5435] Create OSGi bundle for google-gax-grpc 2.20.1
e7b12f266 is described below

commit e7b12f266090e8450d0363852f96961e8c1f506a
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sat Dec 31 08:07:58 2022 +0100

    [SM-5435] Create OSGi bundle for google-gax-grpc 2.20.1
---
 {google-gax-grpc-2.19.5 => google-gax-grpc-2.20.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.19.5/pom.xml b/google-gax-grpc-2.20.1/pom.xml
similarity index 96%
rename from google-gax-grpc-2.19.5/pom.xml
rename to google-gax-grpc-2.20.1/pom.xml
index 4529a1427..cdcbcc5aa 100644
--- a/google-gax-grpc-2.19.5/pom.xml
+++ b/google-gax-grpc-2.20.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.google-gax-grpc</artifactId>
-    <version>2.19.5_2-SNAPSHOT</version>
+    <version>2.20.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.19.5</pkgVersion>
-        <servicemix.osgi.source.version>2.19.5.1</servicemix.osgi.source.version>
+        <pkgVersion>2.20.1</pkgVersion>
+        <servicemix.osgi.source.version>2.20.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.19.5/src/main/resources/OSGI-INF/bundle.info b/google-gax-grpc-2.20.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from google-gax-grpc-2.19.5/src/main/resources/OSGI-INF/bundle.info
rename to google-gax-grpc-2.20.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 001de0ccb..973546da0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -167,6 +167,7 @@
 			<module>spring-security-taglibs-6.0.0</module>
 			<module>spring-security-test-6.0.0</module>
 			<module>spring-security-web-6.0.0</module>
+      <module>google-gax-grpc-2.20.1</module>
     </modules>
 
 </project>