Repository: servicemix-bundles Updated Branches: refs/heads/master 82710ee0b -> 8ab930c7a
[maven-release-plugin] prepare release org.apache.servicemix.bundles.mustache-compiler-0.8.18_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/8ab930c7 Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/8ab930c7 Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/8ab930c7 Branch: refs/heads/master Commit: 8ab930c7ab8192ea1a499f14a2282388d6be301d Parents: 82710ee Author: Jean-Baptiste Onofré <[email protected]> Authored: Mon Nov 2 08:00:03 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Mon Nov 2 08:00:03 2015 +0100 ---------------------------------------------------------------------- mustache-compiler-0.8.18/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/8ab930c7/mustache-compiler-0.8.18/pom.xml ---------------------------------------------------------------------- diff --git a/mustache-compiler-0.8.18/pom.xml b/mustache-compiler-0.8.18/pom.xml index 28ccb6d..ee151b1 100644 --- a/mustache-compiler-0.8.18/pom.xml +++ b/mustache-compiler-0.8.18/pom.xml @@ -30,7 +30,7 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.mustache-compiler</artifactId> - <version>0.8.18_1-SNAPSHOT</version> + <version>0.8.18_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.mustache-compiler-0.8.18_1</tag> + </scm> <properties> <pkgGroupId>com.github.spullara.mustache.java</pkgGroupId>
