You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2021/06/23 09:52:34 UTC

[sling-org-apache-sling-scripting-thymeleaf] branch master updated (c1ef4c5 -> 23b2d15)

This is an automated email from the ASF dual-hosted git repository.

olli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git.


    from c1ef4c5  SLING-9703 Enable code coverage with JaCoCo
     new 34f4440  remove obsolete and duplicated properties
     new 23b2d15  SLING-9996 Update Thymeleaf to 3.0.12

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

[sling-org-apache-sling-scripting-thymeleaf] 02/02: SLING-9996 Update Thymeleaf to 3.0.12

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git

commit 23b2d15d5a9d18a9a5130c278d1d262cfc658bb6
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jun 23 11:52:13 2021 +0200

    SLING-9996 Update Thymeleaf to 3.0.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ed6c131..1b1428b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,7 @@
     <dependency>
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>org.apache.servicemix.bundles.thymeleaf</artifactId>
-      <version>3.0.11.RELEASE_1</version>
+      <version>3.0.12.RELEASE_1</version>
       <scope>provided</scope>
     </dependency>
     <dependency>

[sling-org-apache-sling-scripting-thymeleaf] 01/02: remove obsolete and duplicated properties

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-thymeleaf.git

commit 34f44402a00f9df7249088ee5b05a4f28a9e2126
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Wed Jun 23 11:51:44 2021 +0200

    remove obsolete and duplicated properties
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0618e90..ed6c131 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,10 +35,7 @@
   <description>Apache Sling Scripting Thymeleaf</description>
 
   <properties>
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <sling.java.version>8</sling.java.version>
-    <com.fasterxml.jackson.version>2.6.3</com.fasterxml.jackson.version>
     <org.ops4j.pax.exam.version>4.13.3</org.ops4j.pax.exam.version>
   </properties>