Repository: servicemix-bundles Updated Branches: refs/heads/master ce1e88fc3 -> d3c259d07
Fix kafka release version Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/d3c259d0 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/d3c259d0 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/d3c259d0 Branch: refs/heads/master Commit: d3c259d07e321eafe488890452e38e5b6d3b4ec6 Parents: ce1e88f Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Nov 29 21:09:06 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Nov 29 21:09:06 2015 +0100 ---------------------------------------------------------------------- kafka_2.10-0.9.0.0/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d3c259d0/kafka_2.10-0.9.0.0/pom.xml ---------------------------------------------------------------------- diff --git a/kafka_2.10-0.9.0.0/pom.xml b/kafka_2.10-0.9.0.0/pom.xml index 68aff3d..8535fd1 100644 --- a/kafka_2.10-0.9.0.0/pom.xml +++ b/kafka_2.10-0.9.0.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.2_2-SNAPSHOT</version> + <version>0.9.0.0_1-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
