Repository: servicemix-bundles Updated Branches: refs/heads/master 9be3bfd30 -> c7f8d1402
[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/c7f8d140 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/c7f8d140 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/c7f8d140 Branch: refs/heads/master Commit: c7f8d1402c0fcebcf3623801d09ed814e3bd285e Parents: 9be3bfd Author: Jean-Baptiste Onofré <[email protected]> Authored: Sun Aug 5 22:28:53 2018 +0200 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Sun Aug 5 22:28:53 2018 +0200 ---------------------------------------------------------------------- elasticsearch-6.3.2/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c7f8d140/elasticsearch-6.3.2/pom.xml ---------------------------------------------------------------------- diff --git a/elasticsearch-6.3.2/pom.xml b/elasticsearch-6.3.2/pom.xml index ad1e5df..b5554c1 100644 --- a/elasticsearch-6.3.2/pom.xml +++ b/elasticsearch-6.3.2/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.elasticsearch</artifactId> - <version>6.3.2_1</version> + <version>6.3.2_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.elasticsearch-6.3.2_1</tag> + <tag>HEAD</tag> </scm> <properties>
