You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2019/10/24 10:20:49 UTC

[servicemix-bundles] branch master updated: SM-4201 - Create OSGi bundles for grpc 1.24.1

This is an automated email from the ASF dual-hosted git repository.

acosentino 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 3c7f183  SM-4201 - Create OSGi bundles for grpc 1.24.1
3c7f183 is described below

commit 3c7f183105e2463df473bab2f2ead1f037958bba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 24 12:17:48 2019 +0200

    SM-4201 - Create OSGi bundles for grpc 1.24.1
---
 {grpc-1.23.0 => grpc-1.24.1}/pom.xml                                 | 4 ++--
 {grpc-1.23.0 => grpc-1.24.1}/src/main/resources/OSGI-INF/bundle.info | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/grpc-1.23.0/pom.xml b/grpc-1.24.1/pom.xml
similarity index 98%
rename from grpc-1.23.0/pom.xml
rename to grpc-1.24.1/pom.xml
index aafb12b..ec2bdbd 100644
--- a/grpc-1.23.0/pom.xml
+++ b/grpc-1.24.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.grpc</artifactId>
-    <version>1.23.0_2-SNAPSHOT</version>
+    <version>1.24.1_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: gRPC</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files.</description>
@@ -45,7 +45,7 @@
     <properties>
         <pkgGroupId>io.grpc</pkgGroupId>
         <pkgArtifactId>grpc-all</pkgArtifactId>
-        <pkgVersion>1.23.0</pkgVersion>
+        <pkgVersion>1.24.1</pkgVersion>
         <servicemix.osgi.export.pkg>
            io.grpc
         </servicemix.osgi.export.pkg>
diff --git a/grpc-1.23.0/src/main/resources/OSGI-INF/bundle.info b/grpc-1.24.1/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from grpc-1.23.0/src/main/resources/OSGI-INF/bundle.info
rename to grpc-1.24.1/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index fe7ddca..d93a763 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
 
     <modules>
        <module>fastjson-1.2.62</module>
+       <module>grpc-1.24.1</module>
     </modules>
 
 </project>