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 12:08:48 UTC

[sling-org-apache-sling-commons-johnzon] 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-commons-johnzon.git


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

commit e4e55ef2c418b1e455b7a2319956b16121f6e1a6
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Wed Aug 11 14:08:39 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 7c1e1c9..7f3d31d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,12 +15,12 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>39</version>
+        <version>44</version>
         <relativePath />
     </parent>
 
     <artifactId>org.apache.sling.commons.johnzon</artifactId>
-    <version>1.2.7-SNAPSHOT</version>
+    <version>1.2.13-SNAPSHOT</version>
 
     <name>Apache Sling Commons Johnzon Wrapper Library</name>
     <description>Apache Johnzon powered javax.json library</description>
@@ -57,6 +57,13 @@ Provide-Capability: osgi.contract;osgi.contract=JavaJSONP;uses:="javax.json,java
                 </executions>
             </plugin>
             <plugin>
+                <groupId>biz.aQute.bnd</groupId>
+                <artifactId>bnd-baseline-maven-plugin</artifactId>
+                <configuration>
+                    <skip>true</skip>
+                </configuration>
+           </plugin>
+           <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <configuration>
@@ -77,7 +84,7 @@ Provide-Capability: osgi.contract;osgi.contract=JavaJSONP;uses:="javax.json,java
         <dependency>
             <groupId>org.apache.johnzon</groupId>
             <artifactId>johnzon-core</artifactId>
-            <version>1.2.8</version>
+            <version>1.2.14</version>
             <scope>provided</scope>
         </dependency>
         <!-- OSGi annotations (OSGi R7) -->