Repository: servicemix-bundles Updated Branches: refs/heads/master 58d2e3e33 -> d3a6addc6
[maven-release-plugin] prepare for next development iteration Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/d3a6addc Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/d3a6addc Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/d3a6addc Branch: refs/heads/master Commit: d3a6addc68145e74cf52c0af5dcf3510e702a816 Parents: 58d2e3e Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Dec 1 17:08:35 2017 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Dec 1 17:08:35 2017 +0100 ---------------------------------------------------------------------- kafka_2.11-1.0.0/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/d3a6addc/kafka_2.11-1.0.0/pom.xml ---------------------------------------------------------------------- diff --git a/kafka_2.11-1.0.0/pom.xml b/kafka_2.11-1.0.0/pom.xml index b7cc394..f9a999e 100644 --- a/kafka_2.11-1.0.0/pom.xml +++ b/kafka_2.11-1.0.0/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.kafka_2.11</artifactId> - <version>1.0.0_1</version> + <version>1.0.0_2-SNAPSHOT</version> <packaging>bundle</packaging> <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name> <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description> @@ -39,7 +39,7 @@ <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> - <tag>org.apache.servicemix.bundles.kafka_2.11-1.0.0_1</tag> + <tag>HEAD</tag> </scm> <properties>
