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 6c5c21864 SM-5747: Create OSGi bundle for mustache-compiler 0.9.14
6c5c21864 is described below
commit 6c5c2186467356c6b0baa7005b090edde488c524
Author: JB Onofré <[email protected]>
AuthorDate: Sun Jul 14 07:02:09 2024 +0200
SM-5747: Create OSGi bundle for mustache-compiler 0.9.14
---
{mustache-compiler-0.9.10 => mustache-compiler-0.9.14}/pom.xml | 10 +++++-----
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/mustache-compiler-0.9.10/pom.xml b/mustache-compiler-0.9.14/pom.xml
similarity index 94%
rename from mustache-compiler-0.9.10/pom.xml
rename to mustache-compiler-0.9.14/pom.xml
index 8aba48339..76d9786f9 100644
--- a/mustache-compiler-0.9.10/pom.xml
+++ b/mustache-compiler-0.9.14/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>14</version>
+ <version>16</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.mustache-compiler</artifactId>
- <version>0.9.10_2-SNAPSHOT</version>
+ <version>0.9.14_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,15 @@
<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.10</pkgVersion>
+ <pkgVersion>0.9.14</pkgVersion>
+
<servicemix.osgi.source.version>0.9.14.1</servicemix.osgi.source.version>
<servicemix.osgi.export>
- com.github.mustachejava*;version=0.9.10;-split-package:=merge-first
+ com.github.mustachejava*;version=0.9.14;-split-package:=merge-first
</servicemix.osgi.export>
<servicemix.osgi.import.pkg>
</servicemix.osgi.import.pkg>
diff --git a/mustache-compiler-0.9.10/src/main/resources/OSGI-INF/bundle.info
b/mustache-compiler-0.9.14/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from mustache-compiler-0.9.10/src/main/resources/OSGI-INF/bundle.info
rename to mustache-compiler-0.9.14/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index c3857cf32..c7372289f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,7 @@
<module>lucene-queries-9.11.1</module>
<module>lucene-queryparser-9.11.1</module>
<module>lucene-sandbox-9.11.1</module>
+ <module>mustache-compiler-0.9.14</module>
</modules>
</project>