Repository: servicemix-bundles Updated Branches: refs/heads/master 3f024c82a -> 8f606eb1f
[maven-release-plugin] prepare release org.apache.servicemix.bundles.kafka-clients-0.8.2.0_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/8f606eb1 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/8f606eb1 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/8f606eb1 Branch: refs/heads/master Commit: 8f606eb1f2f4585d243538c64a26b8dc3a0af0d3 Parents: 3f024c8 Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Mar 23 19:31:51 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Mar 23 19:31:51 2015 +0100 ---------------------------------------------------------------------- kafka-clients-0.8.2.0/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/8f606eb1/kafka-clients-0.8.2.0/pom.xml ---------------------------------------------------------------------- diff --git a/kafka-clients-0.8.2.0/pom.xml b/kafka-clients-0.8.2.0/pom.xml index 0dc98ed..d383b36 100644 --- a/kafka-clients-0.8.2.0/pom.xml +++ b/kafka-clients-0.8.2.0/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.kafka-clients</artifactId> - <version>0.8.2.0_1-SNAPSHOT</version> + <version>0.8.2.0_1</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} 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.kafka-clients-0.8.2.0_1</tag> + </scm> <properties> <pkgGroupId>org.apache.kafka</pkgGroupId>
