You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2021/08/11 11:39:55 UTC

[sling-org-apache-sling-feature] branch master updated: SLING-10723 : Update to Apache Johnzon 1.2.14

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f2a5040  SLING-10723 : Update to Apache Johnzon 1.2.14
f2a5040 is described below

commit f2a5040e5dd14ebfd72c62253a2065ca7375ab77
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Aug 11 13:39:34 2021 +0200

    SLING-10723 : Update to Apache Johnzon 1.2.14
---
 pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index cdbb1f1..0e96cca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>43</version>
+        <version>44</version>
         <relativePath />
     </parent>
 
@@ -30,6 +30,7 @@
     </description>
 
     <properties>
+        <project.build.outputTimestamp>1</project.build.outputTimestamp>
         <sling.java.version>8</sling.java.version>
     </properties>
 
@@ -142,7 +143,7 @@
         <dependency>
             <groupId>org.apache.johnzon</groupId>
             <artifactId>johnzon-core</artifactId>
-            <version>1.2.3</version>
+            <version>1.2.14</version>
             <scope>test</scope>
         </dependency>
     </dependencies>