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 2020/05/26 09:38:15 UTC

[servicemix-bundles] branch master updated: [SM-4416] Create OSGi bundle for freemarker 2.3.30

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 1aea69f  [SM-4416] Create OSGi bundle for freemarker 2.3.30
1aea69f is described below

commit 1aea69fdf7df2a5c288e2566b7e8b0ff9ff5025f
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue May 26 11:37:32 2020 +0200

    [SM-4416] Create OSGi bundle for freemarker 2.3.30
---
 {freemarker-2.3.29 => freemarker-2.3.30}/pom.xml                     | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 pom.xml                                                              | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/freemarker-2.3.29/pom.xml b/freemarker-2.3.30/pom.xml
similarity index 98%
rename from freemarker-2.3.29/pom.xml
rename to freemarker-2.3.30/pom.xml
index da87ec4..731b3d0 100644
--- a/freemarker-2.3.29/pom.xml
+++ b/freemarker-2.3.30/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.freemarker</artifactId>
-    <version>2.3.29_2-SNAPSHOT</version>
+    <version>2.3.30_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
     <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.</description>
@@ -39,13 +39,12 @@
         <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.29</pkgVersion>
+        <pkgVersion>2.3.30</pkgVersion>
         <servicemix.osgi.export.pkg>
             freemarker
         </servicemix.osgi.export.pkg>
diff --git a/freemarker-2.3.29/src/main/resources/OSGI-INF/bundle.info b/freemarker-2.3.30/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from freemarker-2.3.29/src/main/resources/OSGI-INF/bundle.info
rename to freemarker-2.3.30/src/main/resources/OSGI-INF/bundle.info
diff --git a/pom.xml b/pom.xml
index 05d3843..f45a2d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -142,6 +142,7 @@
         <module>gremlin-driver-3.4.6</module>
         <module>bcpg-jdk15on-1.65</module>
         <module>aws-java-sdk-1.11.787</module>
+        <module>freemarker-2.3.30</module>
     </modules>
 
 </project>