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/11/01 20:55:29 UTC

[servicemix-bundles] branch master updated: [SM-5346] Create OSGi bundle for google-http-client 1.42.3

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 2d08a38cb [SM-5346] Create OSGi bundle for google-http-client 1.42.3
2d08a38cb is described below

commit 2d08a38cb3bca91463adaea06b6869768cde94be
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Nov 1 21:54:56 2022 +0100

    [SM-5346] Create OSGi bundle for google-http-client 1.42.3
---
 .../pom.xml                                               | 15 +++++++--------
 pom.xml                                                   |  1 +
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/google-http-client-1.42.2/pom.xml b/google-http-client-1.42.3/pom.xml
similarity index 93%
rename from google-http-client-1.42.2/pom.xml
rename to google-http-client-1.42.3/pom.xml
index ad26a97dc..fddeda153 100644
--- a/google-http-client-1.42.2/pom.xml
+++ b/google-http-client-1.42.3/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.google-http-client</artifactId>
     <packaging>bundle</packaging>
-    <version>1.42.2_2-SNAPSHOT</version>
+    <version>1.42.3_1-SNAPSHOT</version>
     <name>Apache ServiceMix :: Bundles :: Google HTTP Client</name>
     <description>
         This OSGi bundle wraps google-http-client, google-oauth-client, google-http-client-gson jar files.
@@ -41,16 +41,15 @@
         <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>
-	<servicemix.osgi.source.version>1.42.2.1</servicemix.osgi.source.version>
+	<servicemix.osgi.source.version>1.42.3.1</servicemix.osgi.source.version>
         <servicemix.osgi.export>
 		com.google.api.client.auth.oauth*;version="1.34.1",
-		com.google.api.client.http*;version="1.42.2",
-		com.google.api.client.json*;version="1.42.2",
-		com.google.api.client.util*;version="1.42.2"
+		com.google.api.client.http*;version="1.42.3",
+		com.google.api.client.json*;version="1.42.3",
+		com.google.api.client.util*;version="1.42.3"
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
         </servicemix.osgi.import.pkg>
@@ -60,12 +59,12 @@
         <dependency>
             <groupId>com.google.http-client</groupId>
 	    <artifactId>google-http-client</artifactId>
-            <version>1.42.2</version>
+            <version>1.42.3</version>
         </dependency>
 	<dependency>
 	    <groupId>com.google.http-client</groupId>
 	    <artifactId>google-http-client-gson</artifactId>
-	    <version>1.42.2</version>
+	    <version>1.42.3</version>
 	</dependency>
 	<dependency>
 	    <groupId>com.google.oauth-client</groupId>
diff --git a/pom.xml b/pom.xml
index 57b357dc6..dbacf3ef1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,6 +87,7 @@
 			<module>snmp4j-3.7.3</module>
 			<module>fastjson-2.0.17</module>
 			<module>asterisk-java-3.34.0</module>
+			<module>google-http-client-1.42.3</module>
     </modules>
 
 </project>