Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jackson-parent for openSUSE:Factory checked in at 2024-05-21 18:35:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jackson-parent (Old) and /work/SRC/openSUSE:Factory/.jackson-parent.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jackson-parent" Tue May 21 18:35:34 2024 rev:6 rq:1175359 version:2.17 Changes: -------- --- /work/SRC/openSUSE:Factory/jackson-parent/jackson-parent.changes 2024-03-11 15:42:02.424335253 +0100 +++ /work/SRC/openSUSE:Factory/.jackson-parent.new.1880/jackson-parent.changes 2024-05-21 18:36:06.029634807 +0200 @@ -1,0 +2,6 @@ +Mon May 20 09:25:36 UTC 2024 - Gus Kenion <gus.ken...@suse.com> + +- Upgrade to 2.17 + * Update to oss-parent 58 (plugin version updates) + +------------------------------------------------------------------- Old: ---- jackson-parent-2.16.tar.gz New: ---- jackson-parent-2.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jackson-parent.spec ++++++ --- /var/tmp/diff_new_pack.DzZtF1/_old 2024-05-21 18:36:07.357683411 +0200 +++ /var/tmp/diff_new_pack.DzZtF1/_new 2024-05-21 18:36:07.361683557 +0200 @@ -17,7 +17,7 @@ Name: jackson-parent -Version: 2.16 +Version: 2.17 Release: 0 Summary: Parent pom for all Jackson components License: Apache-2.0 ++++++ jackson-parent-2.16.tar.gz -> jackson-parent-2.17.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jackson-parent-jackson-parent-2.16/.github/workflows/main.yml new/jackson-parent-jackson-parent-2.17/.github/workflows/main.yml --- old/jackson-parent-jackson-parent-2.16/.github/workflows/main.yml 2023-11-15 20:21:10.000000000 +0100 +++ new/jackson-parent-jackson-parent-2.17/.github/workflows/main.yml 2024-03-12 04:33:55.000000000 +0100 @@ -4,7 +4,7 @@ branches: - master - "3.0" - - "2.16" + - "2.17" paths-ignore: - "README.md" jobs: @@ -13,7 +13,7 @@ strategy: fail-fast: false matrix: - java_version: ['8', '11'] + java_version: ['8', '11', '17', '21'] os: ['ubuntu-20.04'] env: JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jackson-parent-jackson-parent-2.16/.mvn/wrapper/maven-wrapper.properties new/jackson-parent-jackson-parent-2.17/.mvn/wrapper/maven-wrapper.properties --- old/jackson-parent-jackson-parent-2.16/.mvn/wrapper/maven-wrapper.properties 2023-11-15 20:21:10.000000000 +0100 +++ new/jackson-parent-jackson-parent-2.17/.mvn/wrapper/maven-wrapper.properties 2024-03-12 04:33:55.000000000 +0100 @@ -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 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jackson-parent-jackson-parent-2.16/pom.xml new/jackson-parent-jackson-parent-2.17/pom.xml --- old/jackson-parent-jackson-parent-2.16/pom.xml 2023-11-15 20:21:10.000000000 +0100 +++ new/jackson-parent-jackson-parent-2.17/pom.xml 2024-03-12 04:33:55.000000000 +0100 @@ -5,12 +5,12 @@ <parent> <groupId>com.fasterxml</groupId> <artifactId>oss-parent</artifactId> - <version>56</version> + <version>58</version> </parent> <groupId>com.fasterxml.jackson</groupId> <artifactId>jackson-parent</artifactId> - <version>2.16</version> + <version>2.17</version> <packaging>pom</packaging> <name>Jackson parent poms</name> @@ -40,7 +40,7 @@ <connection>scm:git:g...@github.com:FasterXML/jackson-parent.git</connection> <developerConnection>scm:git:g...@github.com:FasterXML/jackson-parent.git</developerConnection> <url>http://github.com/FasterXML/jackson-parent</url> - <tag>jackson-parent-2.16</tag> + <tag>jackson-parent-2.17</tag> </scm> <properties> @@ -64,7 +64,7 @@ <packageVersion.template.input>${basedir}/src/main/java/${packageVersion.dir}/PackageVersion.java.in</packageVersion.template.input> <packageVersion.template.output>${generatedSourcesDir}/${packageVersion.dir}/PackageVersion.java</packageVersion.template.output> - <project.build.outputTimestamp>2023-11-15T19:21:06Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-03-12T03:33:51Z</project.build.outputTimestamp> </properties> <!-- 17-Sep-2021, tatu: Used to have junit prior to Jackson 2.13, removed due to diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/jackson-parent-jackson-parent-2.16/release-notes/VERSION new/jackson-parent-jackson-parent-2.17/release-notes/VERSION --- old/jackson-parent-jackson-parent-2.16/release-notes/VERSION 2023-11-15 20:21:10.000000000 +0100 +++ new/jackson-parent-jackson-parent-2.17/release-notes/VERSION 2024-03-12 04:33:55.000000000 +0100 @@ -6,6 +6,10 @@ === Releases === ------------------------------------------------------------------------ +2.17 (12-Mar-2023) + +- Update to oss-parent 58 (plugin version updates) + 2.16 (15-Nov-2023) - Upgrade to oss-parent 56 (tons of plugin updates to resolve Maven warnings,