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 c028bc4 [SM-4224] Create OSGi bundle for grpc 1.25.0 c028bc4 is described below commit c028bc4078612705ee9d016e34e120e462c1b507 Author: Andrea Cosentino AuthorDate: Wed Nov 20 10:46:50 2019 +0100 [SM-4224] Create OSGi bundle for grpc 1.25.0 --- {grpc-1.24.1 => grpc-1.25.0}/pom.xml | 4 ++-- {grpc-1.24.1 => grpc-1.25.0}/src/main/resources/OSGI-INF/bundle.info | 0 pom.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/grpc-1.24.1/pom.xml b/grpc-1.25.0/pom.xml similarity index 98% rename from grpc-1.24.1/pom.xml rename to grpc-1.25.0/pom.xml index 25f6262..1a8d55c 100644 --- a/grpc-1.24.1/pom.xml +++ b/grpc-1.25.0/pom.xml @@ -30,7 +30,7 @@ org.apache.servicemix.bundles org.apache.servicemix.bundles.grpc - 1.24.1_2-SNAPSHOT + 1.25.0_1-SNAPSHOT bundle Apache ServiceMix :: Bundles :: gRPC This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files. @@ -45,7 +45,7 @@ io.grpc grpc-all - 1.24.1 + 1.25.0 io.grpc diff --git a/grpc-1.24.1/src/main/resources/OSGI-INF/bundle.info b/grpc-1.25.0/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from grpc-1.24.1/src/main/resources/OSGI-INF/bundle.info rename to grpc-1.25.0/src/main/resources/OSGI-INF/bundle.info diff --git a/pom.xml b/pom.xml index f3b9fd2..3cab108 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ jt400-10.1 + grpc-1.25.0