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 2022/03/29 08:33:12 UTC

[servicemix-bundles] branch master updated: [SM-5074] Create OSGi bundle for thymeleaf 3.0.15.RELEASE

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 62b4690  [SM-5074] Create OSGi bundle for thymeleaf 3.0.15.RELEASE
62b4690 is described below

commit 62b46909e5b7cf5d7d9a9eaef22ba0914a466f04
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Mar 29 10:30:31 2022 +0200

    [SM-5074] Create OSGi bundle for thymeleaf 3.0.15.RELEASE
---
 pom.xml                                                              | 1 +
 {thymeleaf-3.0.14.RELEASE => thymeleaf-3.0.15.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 49e0916..a195100 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,7 @@
       <module>bazaarvoice-jolt-0.1.6</module>
       <module>fastjson-1.2.80</module>
       <module>jruby-9.3.4.0</module>
+      <module>thymeleaf-3.0.15.RELEASE</module>
     </modules>
 
 </project>
diff --git a/thymeleaf-3.0.14.RELEASE/pom.xml b/thymeleaf-3.0.15.RELEASE/pom.xml
similarity index 96%
rename from thymeleaf-3.0.14.RELEASE/pom.xml
rename to thymeleaf-3.0.15.RELEASE/pom.xml
index 8b3f4af..5a7ee37 100644
--- a/thymeleaf-3.0.14.RELEASE/pom.xml
+++ b/thymeleaf-3.0.15.RELEASE/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>org.apache.servicemix.bundles.thymeleaf</artifactId>
-  <version>3.0.14.RELEASE_2-SNAPSHOT</version>
+  <version>3.0.15.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.14.RELEASE</pkgVersion>
+    <pkgVersion>3.0.15.RELEASE</pkgVersion>
     <servicemix.osgi.export.pkg>
       org.thymeleaf
     </servicemix.osgi.export.pkg>
diff --git a/thymeleaf-3.0.14.RELEASE/src/main/resources/OSGI-INF/bundle.info b/thymeleaf-3.0.15.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from thymeleaf-3.0.14.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to thymeleaf-3.0.15.RELEASE/src/main/resources/OSGI-INF/bundle.info