Repository: servicemix-bundles Updated Branches: refs/heads/master 832a71a24 -> bc7a8b5ea
[maven-release-plugin] prepare release org.apache.servicemix.bundles.gremlin-driver-shaded-3.2.4_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/bc7a8b5e Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/bc7a8b5e Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/bc7a8b5e Branch: refs/heads/master Commit: bc7a8b5ea11703c7c9a99a875a358d316ece164d Parents: 832a71a Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Jul 27 10:58:20 2017 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Jul 27 10:58:20 2017 +0200 ---------------------------------------------------------------------- gremlin-driver-3.2.4-shaded/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/bc7a8b5e/gremlin-driver-3.2.4-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-driver-3.2.4-shaded/pom.xml b/gremlin-driver-3.2.4-shaded/pom.xml index 66b061a..30ce9b9 100644 --- a/gremlin-driver-3.2.4-shaded/pom.xml +++ b/gremlin-driver-3.2.4-shaded/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.gremlin-driver-shaded</artifactId> - <version>3.2.4_1-SNAPSHOT</version> + <version>3.2.4_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactIdShaded}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} shaded jar file.</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.gremlin-driver-shaded-3.2.4_1</tag> + </scm> <properties> <pkgGroupId>org.apache.tinkerpop</pkgGroupId>
