You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2021/07/13 04:26:09 UTC

[servicemix-bundles] branch master updated: [SM-4821] Create OSGi bundle for mustache-compiler 0.9.10

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 635fab3  [SM-4821] Create OSGi bundle for mustache-compiler 0.9.10
635fab3 is described below

commit 635fab3acb4f24749f5c86c9a202863229e919f1
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jul 13 06:25:35 2021 +0200

    [SM-4821] Create OSGi bundle for mustache-compiler 0.9.10
---
 {mustache-compiler-0.9.7 => mustache-compiler-0.9.10}/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.7/pom.xml b/mustache-compiler-0.9.10/pom.xml
similarity index 95%
rename from mustache-compiler-0.9.7/pom.xml
rename to mustache-compiler-0.9.10/pom.xml
index 3de5650..b303b72 100644
--- a/mustache-compiler-0.9.7/pom.xml
+++ b/mustache-compiler-0.9.10/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.mustache-compiler</artifactId>
-    <version>0.9.7_2-SNAPSHOT</version>
+    <version>0.9.10_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.7</pkgVersion>
+        <pkgVersion>0.9.10</pkgVersion>
         <servicemix.osgi.export>
-            com.github.mustachejava*;version=0.9.7;-split-package:=merge-first
+            com.github.mustachejava*;version=0.9.10;-split-package:=merge-first
         </servicemix.osgi.export>
         <servicemix.osgi.import.pkg>
         </servicemix.osgi.import.pkg>
diff --git a/mustache-compiler-0.9.7/src/main/resources/OSGI-INF/bundle.info b/mustache-compiler-0.9.10/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from mustache-compiler-0.9.7/src/main/resources/OSGI-INF/bundle.info
rename to mustache-compiler-0.9.10/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index bbb8117..8639d69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
 
     <modules>
       <module>aws-java-sdk-2.16.88</module>
+      <module>mustache-compiler-0.9.10</module>
     </modules>
 
 </project>