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 d829cb2b8 SM-5771: Create OSGi bundle for freemarker 2.3.33
d829cb2b8 is described below
commit d829cb2b843e9eadc9e83e004585782c13ff4e81
Author: JB Onofré <[email protected]>
AuthorDate: Thu Oct 3 08:04:08 2024 +0200
SM-5771: Create OSGi bundle for freemarker 2.3.33
---
{freemarker-2.3.32 => freemarker-2.3.33}/pom.xml | 9 ++++-----
.../src/main/resources/OSGI-INF/bundle.info | 0
pom.xml | 1 +
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/freemarker-2.3.32/pom.xml b/freemarker-2.3.33/pom.xml
similarity index 96%
rename from freemarker-2.3.32/pom.xml
rename to freemarker-2.3.33/pom.xml
index fbf6fd079..e79616dcd 100644
--- a/freemarker-2.3.32/pom.xml
+++ b/freemarker-2.3.33/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>15</version>
+ <version>16</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.freemarker</artifactId>
- <version>2.3.32_2-SNAPSHOT</version>
+ <version>2.3.33_1-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
<description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar
file.</description>
@@ -39,14 +39,13 @@
<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>org.freemarker</pkgGroupId>
<pkgArtifactId>freemarker</pkgArtifactId>
- <pkgVersion>2.3.32</pkgVersion>
-
<servicemix.osgi.source.version>2.3.32.1</servicemix.osgi.source.version>
+ <pkgVersion>2.3.33</pkgVersion>
+
<servicemix.osgi.source.version>2.3.33.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
freemarker
</servicemix.osgi.export.pkg>
diff --git a/freemarker-2.3.32/src/main/resources/OSGI-INF/bundle.info
b/freemarker-2.3.33/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from freemarker-2.3.32/src/main/resources/OSGI-INF/bundle.info
rename to freemarker-2.3.33/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 88395db0c..ae46bcdde 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,6 +208,7 @@
<module>aws-java-sdk-2.26.24</module>
<module>opensearch-2.17.1</module>
<module>braintree-java-3.36.0</module>
+ <module>freemarker-2.3.33</module>
</modules>
</project>