This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.johnzon-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-johnzon.git
commit 15418461bc86fb4cb7e32a332bd9c44670523b14 Author: Karl Pauls <[email protected]> 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/bundles/commons/johnzon@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 "[email protected]" <[email protected]>.
