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 a18ada71e [SM-5432] Create OSGi bundle for thymeleaf 3.1.1.RELEASE
a18ada71e is described below
commit a18ada71efbe2ad7e3d61305f59de6a99cab3020
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sat Dec 31 08:16:22 2022 +0100
[SM-5432] Create OSGi bundle for thymeleaf 3.1.1.RELEASE
---
pom.xml | 1 +
{thymeleaf-3.0.15.RELEASE => thymeleaf-3.1.1.RELEASE}/pom.xml | 8 ++++----
.../src/main/resources/OSGI-INF/bundle.info | 0
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index b4c2edd79..1cae3d677 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,7 @@
<module>google-gax-grpc-2.20.1</module>
<module>libphonenumber-8.13.3</module>
<module>opensearch-2.4.1</module>
+ <module>thymeleaf-3.1.1.RELEASE</module>
</modules>
</project>
diff --git a/thymeleaf-3.0.15.RELEASE/pom.xml b/thymeleaf-3.1.1.RELEASE/pom.xml
similarity index 94%
rename from thymeleaf-3.0.15.RELEASE/pom.xml
rename to thymeleaf-3.1.1.RELEASE/pom.xml
index 9c4ae1b72..3edd2e953 100644
--- a/thymeleaf-3.0.15.RELEASE/pom.xml
+++ b/thymeleaf-3.1.1.RELEASE/pom.xml
@@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>14</version>
+ <version>15</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
<artifactId>org.apache.servicemix.bundles.thymeleaf</artifactId>
- <version>3.0.15.RELEASE_2-SNAPSHOT</version>
+ <version>3.1.1.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,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.0.15.RELEASE</pkgVersion>
+ <pkgVersion>3.1.1.RELEASE</pkgVersion>
+ <servicemix.osgi.source.version>3.1.1.1</servicemix.osgi.source.version>
<servicemix.osgi.export.pkg>
org.thymeleaf
</servicemix.osgi.export.pkg>
diff --git a/thymeleaf-3.0.15.RELEASE/src/main/resources/OSGI-INF/bundle.info
b/thymeleaf-3.1.1.RELEASE/src/main/resources/OSGI-INF/bundle.info
similarity index 100%
rename from thymeleaf-3.0.15.RELEASE/src/main/resources/OSGI-INF/bundle.info
rename to thymeleaf-3.1.1.RELEASE/src/main/resources/OSGI-INF/bundle.info