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:24:00 UTC

[servicemix-bundles] branch master updated: [SM-5426] Create OSGi bundle for google-cloud-pubsub 1.122.2

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 dd3bf94b5 [SM-5426] Create OSGi bundle for google-cloud-pubsub 1.122.2
dd3bf94b5 is described below

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

    [SM-5426] Create OSGi bundle for google-cloud-pubsub 1.122.2
---
 .../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-cloud-pubsub-1.121.1/pom.xml b/google-cloud-pubsub-1.122.2/pom.xml
similarity index 96%
rename from google-cloud-pubsub-1.121.1/pom.xml
rename to google-cloud-pubsub-1.122.2/pom.xml
index 2184795da..49a7a97d4 100644
--- a/google-cloud-pubsub-1.121.1/pom.xml
+++ b/google-cloud-pubsub-1.122.2/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.google-cloud-pubsub</artifactId>
-    <version>1.121.1_2-SNAPSHOT</version>
+    <version>1.122.2_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: Google Cloud PubSub</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.cloud</pkgGroupId>
         <pkgArtifactId>google-cloud-pubsub</pkgArtifactId>
-        <pkgVersion>1.121.1</pkgVersion>
-        <servicemix.osgi.source.version>1.121.1.1</servicemix.osgi.source.version>
+        <pkgVersion>1.122.2</pkgVersion>
+        <servicemix.osgi.source.version>1.122.2.1</servicemix.osgi.source.version>
         <servicemix.osgi.export.pkg>
            com.google.cloud.pubsub*,
            com.google.pubsub*
diff --git a/google-cloud-pubsub-1.121.1/src/main/resources/OSGI-INF/bundle.info b/google-cloud-pubsub-1.122.2/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from google-cloud-pubsub-1.121.1/src/main/resources/OSGI-INF/bundle.info
rename to google-cloud-pubsub-1.122.2/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 28ebc6aa9..a477fab16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,6 +47,7 @@
       <module>thymeleaf-3.1.1.RELEASE</module>
       <module>grpc-1.51.1</module>
       <module>elasticsearch-java-8.5.3</module>
+      <module>google-cloud-pubsub-1.122.2</module>
     </modules>
 
 </project>