From 6a919bac0a436af16f9303d0b502be1ad318998b Mon Sep 17 00:00:00 2001 From: Mark Swatosh Date: Fri, 14 Nov 2025 16:07:06 -0600 Subject: [PATCH 1/2] Update to 2.2.0 --- api/pom.xml | 6 ++--- tck/pom.xml | 4 ++-- tck/tck-common/pom.xml | 4 ++-- tck/tck-dist-eftl/pom.xml | 4 ++-- tck/tck-dist-eftl/src/main/bin/pom.xml | 6 ++--- .../src/main/scripts/artifact-install.sh | 4 ++-- tck/tck-dist-epl/pom.xml | 4 ++-- tck/tck-docs/JSONP2.1-ReleaseNotes.html | 18 +++++++-------- tck/tck-docs/index.html | 22 +++++++++---------- tck/tck-docs/userguide/pom.xml | 8 +++---- .../src/main/jbake/assets/_config.yml | 4 ++-- .../src/main/jbake/content/attributes.conf | 14 ++++++------ .../src/main/jbake/content/config.adoc | 6 ++--- .../src/main/jbake/content/using.adoc | 2 +- tck/tck-tests-pluggability/pom.xml | 4 ++-- tck/tck-tests/pom.xml | 4 ++-- .../tck/jsonp/signaturetest/sig-test.map | 4 ++-- 17 files changed, 59 insertions(+), 59 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 2f76e074..75e10360 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -1,7 +1,7 @@ jakarta.json jakarta.json-api - 2.1.0 + 2.2.0 org.eclipse.parsson parsson @@ -43,7 +43,7 @@ UTF-8 \${project.build.directory}/jdk-bundle - 2.1.0 + 2.2.0 true diff --git a/tck/tck-dist-eftl/src/main/scripts/artifact-install.sh b/tck/tck-dist-eftl/src/main/scripts/artifact-install.sh index 38c7327e..bd5fe5cc 100755 --- a/tck/tck-dist-eftl/src/main/scripts/artifact-install.sh +++ b/tck/tck-dist-eftl/src/main/scripts/artifact-install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright (c) 2021, 2022 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2021, 2025 Oracle and/or its affiliates. All rights reserved. # # This program and the accompanying materials are made available under the # terms of the Eclipse Public License v. 2.0, which is available at @@ -20,7 +20,7 @@ if [[ $1 =~ ^[0-9]+\.[0-9]+\.[0-9]+.*$ ]]; then VERSION="$1" else - VERSION="2.1.0-SNAPSHOT" + VERSION="2.2.0-SNAPSHOT" fi # Parent pom diff --git a/tck/tck-dist-epl/pom.xml b/tck/tck-dist-epl/pom.xml index 93596baa..a33a62f2 100644 --- a/tck/tck-dist-epl/pom.xml +++ b/tck/tck-dist-epl/pom.xml @@ -1,7 +1,7 @@ DRAFT MMMM dd, yyyy + 3.6.2 ${maven.build.timestamp} @@ -60,7 +61,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 1.4.1 + ${maven.enforcer.plugin.version} enforce-versions @@ -70,9 +71,11 @@ - [1.8.0,) - You need JDK8 or higher + [17,) + + [3.9.0,) + @@ -142,12 +145,12 @@ - jsonp-spec.adoc - coderay + jsonp-spec.adoc ${project.version} ${status} ${revisiondate} + coderay diff --git a/tck/pom.xml b/tck/pom.xml index 6ba3f79a..747d1a7c 100644 --- a/tck/pom.xml +++ b/tck/pom.xml @@ -1,7 +1,7 @@