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/12/20 10:21:33 UTC

[servicemix-bundles] branch master updated: [SM-4249] Create OSGi bundle for gRPC 1.26.0

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 3680564  [SM-4249] Create OSGi bundle for gRPC 1.26.0
3680564 is described below

commit 368056435555eefe71765d97a6097a7f6f169d57
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 20 11:11:12 2019 +0100

    [SM-4249] Create OSGi bundle for gRPC 1.26.0
---
 {grpc-1.25.0 => grpc-1.26.0}/pom.xml                                 | 4 ++--
 {grpc-1.25.0 => grpc-1.26.0}/src/main/resources/OSGI-INF/bundle.info | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/grpc-1.25.0/pom.xml b/grpc-1.26.0/pom.xml
similarity index 98%
rename from grpc-1.25.0/pom.xml
rename to grpc-1.26.0/pom.xml
index 4d771b8..de87c3b 100644
--- a/grpc-1.25.0/pom.xml
+++ b/grpc-1.26.0/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.grpc</artifactId>
-    <version>1.25.0_2-SNAPSHOT</version>
+    <version>1.26.0_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.25.0</pkgVersion>
+        <pkgVersion>1.26.0</pkgVersion>
         <servicemix.osgi.export.pkg>
            io.grpc
         </servicemix.osgi.export.pkg>
diff --git a/grpc-1.25.0/src/main/resources/OSGI-INF/bundle.info b/grpc-1.26.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from grpc-1.25.0/src/main/resources/OSGI-INF/bundle.info
rename to grpc-1.26.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 7316aa2..776c164 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,7 @@
        <module>kafka_2.11-2.4.0</module>
        <module>kafka_2.12-2.4.0</module>
        <module>kafka-streams-2.4.0</module>
+       <module>grpc-1.26.0</module>
     </modules>
 
 </project>