From 600df76b9dd6f0fe85c4a88c04a8f3f96c7ec6ba Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 9 Feb 2024 17:17:06 -0800 Subject: [PATCH 1/2] Prepare for 2.17-rc1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 807c645..c263132 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.fasterxml.jackson jackson-parent - 2.17-SNAPSHOT + 2.17-rc1-SNAPSHOT pom Jackson parent poms From 790b7e748f0194f5396e16dee23f61eba9df09b7 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 9 Feb 2024 17:19:49 -0800 Subject: [PATCH 2/2] Update maven wrapper version --- .mvn/wrapper/maven-wrapper.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index a36fc47..5366408 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -5,14 +5,14 @@ # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# +# +# https://www.apache.org/licenses/LICENSE-2.0 +# # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.2/apache-maven-3.9.2-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.3/apache-maven-3.9.3-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar