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 2a90f8f  [SM-4984] Create OSGi bundle for thymeleaf 3.0.14.RELEASE
2a90f8f is described below

commit 2a90f8f3698a48c5a7d4ee5da086ba92f0302b3f
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Dec 30 16:45:26 2021 +0100

    [SM-4984] Create OSGi bundle for thymeleaf 3.0.14.RELEASE
---
 pom.xml                                                              | 1 +
 {thymeleaf-3.0.12.RELEASE => thymeleaf-3.0.14.RELEASE}/pom.xml       | 5 ++---
 .../src/main/resources/OSGI-INF/bundle.info                          | 0
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f0553aa..fe3e436 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,6 +102,7 @@
       <module>spring-security-test-5.6.1</module>
       <module>spring-security-web-5.6.1</module>
       <module>htmlunit-2.56.0</module>
+      <module>thymeleaf-3.0.14.RELEASE</module>
     </modules>
 
 </project>
diff --git a/thymeleaf-3.0.12.RELEASE/pom.xml b/thymeleaf-3.0.14.RELEASE/pom.xml
similarity index 96%
rename from thymeleaf-3.0.12.RELEASE/pom.xml
rename to thymeleaf-3.0.14.RELEASE/pom.xml
index 331513c..a5a693a 100644
--- a/thymeleaf-3.0.12.RELEASE/pom.xml
+++ b/thymeleaf-3.0.14.RELEASE/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.servicemix.bundles.thymeleaf</artifactId>
-  <version>3.0.12.RELEASE_2-SNAPSHOT</version>
+  <version>3.0.14.RELEASE_1-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
   <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -38,13 +38,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.thymeleaf</pkgGroupId>
     <pkgArtifactId>thymeleaf</pkgArtifactId>
-    <pkgVersion>3.0.12.RELEASE</pkgVersion>
+    <pkgVersion>3.0.14.RELEASE</pkgVersion>
     <servicemix.osgi.export.pkg>
       org.thymeleaf
     </servicemix.osgi.export.pkg>
diff --git a/thymeleaf-3.0.12.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/thymeleaf-3.0.14.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from thymeleaf-3.0.12.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to thymeleaf-3.0.14.RELEASE/src/main/resources/OSGI-INF/bundle.info

Reply via email to