This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git


The following commit(s) were added to refs/heads/master by this push:
     new 72d61db  [SM-4027] Create OSGi bundle for mustache-compiler 0.9.6
72d61db is described below

commit 72d61db39946c0ec40f81debdd35c8008cae2f3f
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Mar 25 16:05:04 2019 +0100

    [SM-4027] Create OSGi bundle for mustache-compiler 0.9.6
---
 {mustache-compiler-0.9.5 => mustache-compiler-0.9.6}/pom.xml       | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 pom.xml                                                            | 1 +
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mustache-compiler-0.9.5/pom.xml b/mustache-compiler-0.9.6/pom.xml
similarity index 96%
rename from mustache-compiler-0.9.5/pom.xml
rename to mustache-compiler-0.9.6/pom.xml
index dcde7ed..c848c16 100644
--- a/mustache-compiler-0.9.5/pom.xml
+++ b/mustache-compiler-0.9.6/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.mustache-compiler</artifactId>
-    <version>0.9.5_5-SNAPSHOT</version>
+    <version>0.9.6_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -39,15 +39,14 @@
         
<connection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</connection>
         
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/servicemix-bundles.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=servicemix-bundles.git</url>
-      <tag>HEAD</tag>
   </scm>
 
     <properties>
         <pkgGroupId>com.github.spullara.mustache.java</pkgGroupId>
         <pkgArtifactId>compiler</pkgArtifactId>
-        <pkgVersion>0.9.5</pkgVersion>
+        <pkgVersion>0.9.6</pkgVersion>
         <servicemix.osgi.export>
-            com.github.mustachejava*;version=0.9.5;-split-package:=merge-first
+            com.github.mustachejava*;version=0.9.6;-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
         </servicemix.osgi.import.pkg>
diff --git a/mustache-compiler-0.9.5/src/main/resources/OSGI-INF/bundle.info 
b/mustache-compiler-0.9.6/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from mustache-compiler-0.9.5/src/main/resources/OSGI-INF/bundle.info
rename to mustache-compiler-0.9.6/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index f5bdde7..04b2075 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,7 @@
       <module>gremlin-driver-3.4.1</module>
       <module>libphonenumber-8.10.8</module>
       <module>aws-java-sdk-1.11.524</module>
+      <module>mustache-compiler-0.9.6</module>
     </modules>
 
 </project>

Reply via email to