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 0843f164f [SM-5582] Create OSGi bundle for gax-grpc 2.30.0
0843f164f is described below

commit 0843f164f0da8b74162b7f3c8ae6c02189ec43aa
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Mon Jul 3 07:31:38 2023 +0200

    [SM-5582] Create OSGi bundle for gax-grpc 2.30.0
---
 {google-gax-grpc-2.24.0 => google-gax-grpc-2.30.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.24.0/pom.xml b/google-gax-grpc-2.30.0/pom.xml
similarity index 96%
rename from google-gax-grpc-2.24.0/pom.xml
rename to google-gax-grpc-2.30.0/pom.xml
index a224d76c8..56b01655a 100644
--- a/google-gax-grpc-2.24.0/pom.xml
+++ b/google-gax-grpc-2.30.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.google-gax-grpc</artifactId>
-    <version>2.24.0_2-SNAPSHOT</version>
+    <version>2.30.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.24.0</pkgVersion>
-        
<servicemix.osgi.source.version>2.24.0.1</servicemix.osgi.source.version>
+        <pkgVersion>2.30.0</pkgVersion>
+        
<servicemix.osgi.source.version>2.30.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.24.0/src/main/resources/OSGI-INF/bundle.info 
b/google-gax-grpc-2.30.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from google-gax-grpc-2.24.0/src/main/resources/OSGI-INF/bundle.info
rename to google-gax-grpc-2.30.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 827baf22a..753d86ae3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
     <name>Apache ServiceMix :: Bundles</name>
 
     <modules>
+      <module>google-gax-grpc-2.30.0</module>
     </modules>
 
 </project>

Reply via email to