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 5385b7572 SM-5593 - Create OSGi bundle for thymeleaf 3.1.2.RELEASE
5385b7572 is described below

commit 5385b757215b081edb6fe13dd2479625a08441ee
Author: JB Onofré <[email protected]>
AuthorDate: Tue Aug 1 17:50:22 2023 +0200

    SM-5593 - Create OSGi bundle for thymeleaf 3.1.2.RELEASE
---
 pom.xml                                                            | 1 +
 {thymeleaf-3.1.1.RELEASE => thymeleaf-3.1.2.RELEASE}/pom.xml       | 7 +++----
 .../src/main/resources/OSGI-INF/bundle.info                        | 0
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8c8632dba..2a27a699a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,7 @@
                        <module>spring-data-redis-3.1.2</module>
                        <module>avro-1.11.2</module>
                        <module>avro-ipc-1.11.2</module>
+                       <module>thymeleaf-3.1.2.RELEASE</module>
     </modules>
 
 </project>
diff --git a/thymeleaf-3.1.1.RELEASE/pom.xml b/thymeleaf-3.1.2.RELEASE/pom.xml
similarity index 95%
rename from thymeleaf-3.1.1.RELEASE/pom.xml
rename to thymeleaf-3.1.2.RELEASE/pom.xml
index fd3dfdaf8..18de47882 100644
--- a/thymeleaf-3.1.1.RELEASE/pom.xml
+++ b/thymeleaf-3.1.2.RELEASE/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.servicemix.bundles.thymeleaf</artifactId>
-  <version>3.1.1.RELEASE_2-SNAPSHOT</version>
+  <version>3.1.2.RELEASE_1-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Apache ServiceMix :: Bundles :: ${pkgArtifactId}</name>
   <description>This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar 
file.</description>
@@ -38,14 +38,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.thymeleaf</pkgGroupId>
     <pkgArtifactId>thymeleaf</pkgArtifactId>
-    <pkgVersion>3.1.1.RELEASE</pkgVersion>
-    <servicemix.osgi.source.version>3.1.1.1</servicemix.osgi.source.version>
+    <pkgVersion>3.1.2.RELEASE</pkgVersion>
+    <servicemix.osgi.source.version>3.1.2.1</servicemix.osgi.source.version>
     <servicemix.osgi.export.pkg>
       org.thymeleaf
     </servicemix.osgi.export.pkg>
diff --git a/thymeleaf-3.1.1.RELEASE/src/main/resources/OSGI-INF/bundle.info 
b/thymeleaf-3.1.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from thymeleaf-3.1.1.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to thymeleaf-3.1.2.RELEASE/src/main/resources/OSGI-INF/bundle.info

Reply via email to