#5 Update rawhide to upstream release 55
Merged 8 months ago by ckelley. Opened 9 months ago by packit.
rpms/ packit/fasterxml-oss-parent 55-rawhide-update-pull_from_upstream  into  rawhide

[packit] 55 upstream release
Packit • 9 months ago  
file modified
+1
@@ -20,3 +20,4 @@ 

  /oss-parent-52.tar.gz

  /oss-parent-53.tar.gz

  /oss-parent-54.tar.gz

+ /oss-parent-55.tar.gz

file modified
+1 -1
@@ -1,3 +1,3 @@ 

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.75.0.

+ The file was generated using packit 0.81.0.post1.dev4+g3347ce2b.

file modified
+21 -2
@@ -1,8 +1,8 @@ 

  %global srcname oss-parent

  

  Name:          fasterxml-oss-parent

- Version:       54

- Release:       2%{?dist}

+ Version:       55

+ Release:       1%{?dist}

  Summary:       FasterXML parent pom

  License:       Apache-2.0

  
@@ -53,6 +53,25 @@ 

  %license LICENSE NOTICE

  

  %changelog

+ * Tue Sep 26 2023 Packit <hello@packit.dev> - 55-1

+ - [maven-release-plugin] prepare release oss-parent-55 (Tatu Saloranta)

+ - Prepare for releasing v55 (Tatu Saloranta)

+ - Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 (dependabot[bot])

+ - Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (dependabot[bot])

+ - Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.1 (dependabot[bot])

+ - Bump maven-site-plugin from 4.0.0-M8 to 4.0.0-M9 (dependabot[bot])

+ - Update Maven for wrapper (Tatu Saloranta)

+ - Update release notes (Tatu Saloranta)

+ - Bump maven-clean-plugin from 3.2.0 to 3.3.1 (dependabot[bot])

+ - Update release notes (Tatu Saloranta)

+ - Bump maven-shade-plugin from 3.4.1 to 3.5.0 (dependabot[bot])

+ - update release notes (Tatu Saloranta)

+ - Bump version.plugin.surefire from 3.1.0 to 3.1.2 (dependabot[bot])

+ - Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 (dependabot[bot])

+ - Update release notes (Tatu Saloranta)

+ - Bump maven-release-plugin from 3.0.0 to 3.0.1 (dependabot[bot])

+ - [maven-release-plugin] prepare for next development iteration (Tatu Saloranta)

+ 

  * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 54-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (oss-parent-54.tar.gz) = 01046026b592bbec96478e11d1a1df83ed56925881538211b320ff5c3428744d36ceb832474cf6c6af1124692e93b4c22cccf9ada074f5097cdd403ea3d67dd1

+ SHA512 (oss-parent-55.tar.gz) = 3657ad09d055511006b23bf5dfbee40cf12c1f961dc193f9b174e5fe17e042cc38b925d50edc7b560c4d0dda9fe7e9cfefb720698e5048dfc5681052011bc355

Upstream tag: oss-parent-55
Upstream commit: 6a62b837


If you need to do any change in this pull request, you need to locally fetch the source branch of it and push it (with a fix) to your fork (as it is not possible to push to the branch created in the Packit's fork):

git fetch https://src.fedoraproject.org/forks/packit/rpms/fasterxml-oss-parent.git refs/heads/*:refs/remotes/packit/*
git checkout packit/55-rawhide-update-pull_from_upstream

Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

Pull-Request has been merged by ckelley

8 months ago