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 2017/09/04 19:56:19 UTC

servicemix-bundles git commit: [maven-release-plugin] prepare release org.apache.servicemix.bundles.grpc-1.6.1_1

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 013913bcc -> 366a01621


[maven-release-plugin] prepare release org.apache.servicemix.bundles.grpc-1.6.1_1


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/366a0162
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/366a0162
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/366a0162

Branch: refs/heads/master
Commit: 366a016217db56a314767c377be84146f778c757
Parents: 013913b
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Sep 4 21:56:10 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Sep 4 21:56:10 2017 +0200

----------------------------------------------------------------------
 grpc-1.6.1/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/366a0162/grpc-1.6.1/pom.xml
----------------------------------------------------------------------
diff --git a/grpc-1.6.1/pom.xml b/grpc-1.6.1/pom.xml
index 71336f4..c8cbe03 100644
--- a/grpc-1.6.1/pom.xml
+++ b/grpc-1.6.1/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.grpc</artifactId>
-    <version>1.6.1_1-SNAPSHOT</version>
+    <version>1.6.1_1</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: gRPC</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar files.</description>
@@ -39,7 +39,8 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=servicemix-bundles.git</url>
-    </scm>
+      <tag>org.apache.servicemix.bundles.grpc-1.6.1_1</tag>
+  </scm>
 
     <properties>
         <pkgGroupId>io.grpc</pkgGroupId>