Repository: servicemix-bundles Updated Branches: refs/heads/master 78e6bcbf2 -> 4323b4991
[maven-release-plugin] prepare release org.apache.servicemix.bundles.kafka_2.10-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/4323b499 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/4323b499 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/4323b499 Branch: refs/heads/master Commit: 4323b4991d15d3ecfc7aa7f26a2e8d3982c0c171 Parents: 78e6bcb Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Mar 23 19:39:05 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Mar 23 19:39:05 2015 +0100 ---------------------------------------------------------------------- kafka_2.10-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/4323b499/kafka_2.10-0.8.2.0/pom.xml ---------------------------------------------------------------------- diff --git a/kafka_2.10-0.8.2.0/pom.xml b/kafka_2.10-0.8.2.0/pom.xml index f20fa59..d313f31 100644 --- a/kafka_2.10-0.8.2.0/pom.xml +++ b/kafka_2.10-0.8.2.0/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.kafka_2.10</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_2.10-0.8.2.0_1</tag> + </scm> <properties> <pkgGroupId>org.apache.kafka</pkgGroupId>
