Repository: servicemix-bundles Updated Branches: refs/heads/master b7ccf6c7f -> c988c8774
[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/c988c877 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/c988c877 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/c988c877 Branch: refs/heads/master Commit: c988c877498cf3e8e0686b22864de8a7cdbf5668 Parents: b7ccf6c Author: Jean-Baptiste Onofré <[email protected]> Authored: Fri Mar 25 19:12:22 2016 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Fri Mar 25 19:12:22 2016 +0100 ---------------------------------------------------------------------- mustache-compiler-0.9.1/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/c988c877/mustache-compiler-0.9.1/pom.xml ---------------------------------------------------------------------- diff --git a/mustache-compiler-0.9.1/pom.xml b/mustache-compiler-0.9.1/pom.xml index ecd828d..99be013 100644 --- a/mustache-compiler-0.9.1/pom.xml +++ b/mustache-compiler-0.9.1/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.mustache-compiler</artifactId> - <version>0.9.1_2</version> + <version>0.9.1_3-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.mustache-compiler-0.9.1_2</tag> + <tag>HEAD</tag> </scm> <properties>
