You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/20 14:35:35 UTC

[sling-org-apache-sling-commons-johnzon] 07/11: SLING-7001: Update to Apache Johnzon 1.1.1 and to javax.json.* 1.1

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

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

commit cf51fb2483a9e6574296e0f2c60d08f1e70b8c54
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Fri Jul 14 13:22:27 2017 +0000

    SLING-7001: Update to Apache Johnzon 1.1.1 and to javax.json.* 1.1
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1801959 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ee4e654..5bf91d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
                 <configuration>
+                    <skip>true</skip>
                     <instructions>
                         <Export-Package>
                             javax.json.*;-split-package:=first
@@ -62,13 +63,13 @@
     <dependencies>
             <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-json_1.0_spec</artifactId>
-            <version>1.0-alpha-1</version>
+            <artifactId>geronimo-json_1.1_spec</artifactId>
+            <version>1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.johnzon</groupId>
             <artifactId>johnzon-core</artifactId>
-            <version>1.1.0</version>
+            <version>1.1.1</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.