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 2021/08/31 09:05:14 UTC

[servicemix-bundles] branch master updated: [SM-4878] Create OSGi bundle for gRPC 1.40.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 a7df891  [SM-4878] Create OSGi bundle for gRPC 1.40.1
a7df891 is described below

commit a7df89140623ff5c4a4435ba095dee75ececdc69
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Aug 31 11:04:50 2021 +0200

    [SM-4878] Create OSGi bundle for gRPC 1.40.1
---
 {grpc-1.39.0 => grpc-1.40.1}/pom.xml               |  5 ++---
 .../src/main/resources/OSGI-INF/bundle.info        |  0
 pom.xml                                            | 25 +++++++++++-----------
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/grpc-1.39.0/pom.xml b/grpc-1.40.1/pom.xml
similarity index 97%
rename from grpc-1.39.0/pom.xml
rename to grpc-1.40.1/pom.xml
index 4dfe7b4..26d4cbd 100644
--- a/grpc-1.39.0/pom.xml
+++ b/grpc-1.40.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.grpc</artifactId>
-    <version>1.39.0_2-SNAPSHOT</version>
+    <version>1.40.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: gRPC</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files.</description>
@@ -39,13 +39,12 @@
         <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>io.grpc</pkgGroupId>
         <pkgArtifactId>grpc-all</pkgArtifactId>
-        <pkgVersion>1.39.0</pkgVersion>
+        <pkgVersion>1.40.1</pkgVersion>
         <servicemix.osgi.export.pkg>
            io.grpc
         </servicemix.osgi.export.pkg>
diff --git a/grpc-1.39.0/src/main/resources/OSGI-INF/bundle.info b/grpc-1.40.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from grpc-1.39.0/src/main/resources/OSGI-INF/bundle.info
rename to grpc-1.40.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 1d0a0a3..5a07a3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,18 +42,18 @@
 
     <modules>
       	<module>azure-storage-blob-changefeed-12.0.0-beta8</module>
-	      <module>libphonenumber-8.12.31</module>
-	      <module>commons-compiler-3.1.6</module>
-	      <module>htmlunit-2.52.0</module>
-	      <module>aws-java-sdk-1.12.42</module>
-	      <module>aws-java-sdk-2.17.29</module>
-	      <module>ant-1.10.11</module>
-	      <module>dbunit-2.7.2</module>
-	      <module>gremlin-driver-3.5.1</module>
-	      <module>braintree-java-3.12.0</module>
-	      <module>dnsjava-3.4.1</module>
-	      <module>janino-3.1.6</module>
-	      <module>fastjson-1.2.78</module>
+        <module>libphonenumber-8.12.31</module>
+        <module>commons-compiler-3.1.6</module>
+        <module>htmlunit-2.52.0</module>
+        <module>aws-java-sdk-1.12.42</module>
+        <module>aws-java-sdk-2.17.29</module>
+        <module>ant-1.10.11</module>
+        <module>dbunit-2.7.2</module>
+        <module>gremlin-driver-3.5.1</module>
+        <module>braintree-java-3.12.0</module>
+        <module>dnsjava-3.4.1</module>
+        <module>janino-3.1.6</module>
+        <module>fastjson-1.2.78</module>
         <module>hapi-fhir-structures-dstu2-3.5.0</module>
         <module>hapi-fhir-structures-dstu3-3.5.0</module>
         <module>hapi-fhir-structures-hl7org-dstu2-3.5.0</module>
@@ -78,6 +78,7 @@
         <module>spring-security-web-5.5.2</module>
         <module>gae-1.9.91</module>
         <module>xstream-1.4.18</module>
+	<module>grpc-1.40.1</module>
     </modules>
 
 </project>