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 316d44a [SM-4125] Create OSGi bundles for gRPC 1.22.0
316d44a is described below
commit 316d44a22601176577977020849736bc19f44d9f
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Jul 16 08:56:35 2019 +0200
[SM-4125] Create OSGi bundles for gRPC 1.22.0
---
{grpc-1.21.0 => grpc-1.22.0}/pom.xml | 4 ++--
{grpc-1.21.0 => grpc-1.22.0}/src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/grpc-1.21.0/pom.xml b/grpc-1.22.0/pom.xml
similarity index 98%
rename from grpc-1.21.0/pom.xml
rename to grpc-1.22.0/pom.xml
index a97105a..a2a1294 100644
--- a/grpc-1.21.0/pom.xml
+++ b/grpc-1.22.0/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.grpc</artifactId>
- <version>1.21.0_2-SNAPSHOT</version>
+ <version>1.22.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.21.0</pkgVersion>
+ <pkgVersion>1.22.0</pkgVersion>
<servicemix.osgi.export.pkg>
io.grpc
</servicemix.osgi.export.pkg>
diff --git a/grpc-1.21.0/src/main/resources/OSGI-INF/bundle.info
b/grpc-1.22.0/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from grpc-1.21.0/src/main/resources/OSGI-INF/bundle.info
rename to grpc-1.22.0/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index fc386f8..2bc0389 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
<modules>
<module>pulsar-client-2.4.0</module>
<module>pulsar-client-admin-2.4.0</module>
+ <module>grpc-1.22.0</module>
</modules>
</project>