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-03-11 15:34:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jackson-parent (Old)
 and      /work/SRC/openSUSE:Factory/.jackson-parent.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jackson-parent"

Mon Mar 11 15:34:14 2024 rev:5 rq:1156789 version:2.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/jackson-parent/jackson-parent.changes    
2023-08-23 14:57:46.498007391 +0200
+++ /work/SRC/openSUSE:Factory/.jackson-parent.new.1770/jackson-parent.changes  
2024-03-11 15:42:02.424335253 +0100
@@ -1,0 +2,7 @@
+Fri Mar  8 08:33:47 UTC 2024 - Gus Kenion <gken...@suse.com>
+
+- Upgrade to 2.16
+  * Upgrade to oss-parent 56 (tons of plugin updates to resolve
+    Maven warnings, new Moditect plugin)
+
+-------------------------------------------------------------------

Old:
----
  jackson-parent-2.15.tar.gz

New:
----
  jackson-parent-2.16.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jackson-parent.spec ++++++
--- /var/tmp/diff_new_pack.rtHZRf/_old  2024-03-11 15:42:03.032357665 +0100
+++ /var/tmp/diff_new_pack.rtHZRf/_new  2024-03-11 15:42:03.032357665 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jackson-parent
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           jackson-parent
-Version:        2.15
+Version:        2.16
 Release:        0
 Summary:        Parent pom for all Jackson components
 License:        Apache-2.0

++++++ jackson-parent-2.15.tar.gz -> jackson-parent-2.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jackson-parent-jackson-parent-2.15/.github/workflows/main.yml 
new/jackson-parent-jackson-parent-2.16/.github/workflows/main.yml
--- old/jackson-parent-jackson-parent-2.15/.github/workflows/main.yml   
2023-04-23 22:09:39.000000000 +0200
+++ new/jackson-parent-jackson-parent-2.16/.github/workflows/main.yml   
2023-11-15 20:21:10.000000000 +0100
@@ -4,7 +4,7 @@
     branches:
     - master
     - "3.0"
-    - "2.15"
+    - "2.16"
     paths-ignore:
     - "README.md"
 jobs:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/jackson-parent-jackson-parent-2.15/.mvn/wrapper/maven-wrapper.properties 
new/jackson-parent-jackson-parent-2.16/.mvn/wrapper/maven-wrapper.properties
--- 
old/jackson-parent-jackson-parent-2.15/.mvn/wrapper/maven-wrapper.properties    
    2023-04-23 22:09:39.000000000 +0200
+++ 
new/jackson-parent-jackson-parent-2.16/.mvn/wrapper/maven-wrapper.properties    
    2023-11-15 20:21:10.000000000 +0100
@@ -1,2 +1,18 @@
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
-wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# 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
+# 
+# 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
+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.15/pom.xml 
new/jackson-parent-jackson-parent-2.16/pom.xml
--- old/jackson-parent-jackson-parent-2.15/pom.xml      2023-04-23 
22:09:39.000000000 +0200
+++ new/jackson-parent-jackson-parent-2.16/pom.xml      2023-11-15 
20:21:10.000000000 +0100
@@ -5,12 +5,12 @@
   <parent>
    <groupId>com.fasterxml</groupId>
     <artifactId>oss-parent</artifactId>
-    <version>50</version>
+    <version>56</version>
   </parent>
 
   <groupId>com.fasterxml.jackson</groupId>
   <artifactId>jackson-parent</artifactId>
-  <version>2.15</version>
+  <version>2.16</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.15</tag>
+    <tag>jackson-parent-2.16</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-04-23T20:09:36Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-11-15T19:21:06Z</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.15/release-notes/VERSION 
new/jackson-parent-jackson-parent-2.16/release-notes/VERSION
--- old/jackson-parent-jackson-parent-2.15/release-notes/VERSION        
2023-04-23 22:09:39.000000000 +0200
+++ new/jackson-parent-jackson-parent-2.16/release-notes/VERSION        
2023-11-15 20:21:10.000000000 +0100
@@ -6,6 +6,11 @@
 === Releases ===
 ------------------------------------------------------------------------
 
+2.16 (15-Nov-2023)
+
+- Upgrade to oss-parent 56 (tons of plugin updates to resolve Maven warnings,
+  new Moditect plugin)
+
 2.15 (23-Apr-2023)
 
 - Upgrade to oss-parent 50 (many plugin version updates)

Reply via email to