#7 Update rawhide to upstream release 56
Merged 6 months ago by ckelley. Opened 6 months ago by packit.
rpms/ packit/fasterxml-oss-parent 56-rawhide-update-pull_from_upstream  into  rawhide

[packit] 56 upstream release
Packit • 6 months ago  
file modified
+1
@@ -21,3 +21,4 @@ 

  /oss-parent-53.tar.gz

  /oss-parent-54.tar.gz

  /oss-parent-55.tar.gz

+ /oss-parent-56.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.81.0.post1.dev4+g3347ce2b.

+ The file was generated using packit 0.85.0.

file modified
+19 -1
@@ -1,7 +1,7 @@ 

  %global srcname oss-parent

  

  Name:          fasterxml-oss-parent

- Version:       55

+ Version:       56

  Release:       1%{?dist}

  Summary:       FasterXML parent pom

  License:       Apache-2.0
@@ -53,6 +53,24 @@ 

  %license LICENSE NOTICE

  

  %changelog

+ * Tue Nov 07 2023 Packit <hello@packit.dev> - 56-1

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

+ - Upgrade `version.plugin.moditect` to 1.1.0 (from 1.0.0-Final) (Tatu Saloranta)

+ - Update release notes (Tatu Saloranta)

+ - Bump org.apache.maven.plugins:maven-pmd-plugin from 3.21.0 to 3.21.2 (dependabot[bot])

+ - Update release notes (Tatu Saloranta)

+ - Bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 (dependabot[bot])

+ - Update release notes wrt 3 plugin updates via dependabot PRs. (Tatu Saloranta)

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

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

+ - Bump org.apache.maven.plugins:maven-dependency-plugin (dependabot[bot])

+ - update release notes (Tatu Saloranta)

+ - Bump org.apache.maven.plugins:maven-site-plugin (dependabot[bot])

+ - Update release notes x (Tatu Saloranta)

+ - Bump org.ow2.asm:asm from 9.5 to 9.6 (dependabot[bot])

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

+ - Resolves rhbz#2248436

+ 

  * 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)

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

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

+ SHA512 (oss-parent-56.tar.gz) = f2f8b310c4e64cfa5d51a131b81069a39b5b56536989133cde1d8c227549694d1da3ff8ede80596552772f9ab0bff502439c4fe1fe569b3102fb9ab6983620fc

  • Resolves rhbz#2248436

Upstream tag: oss-parent-56
Upstream commit: ceaa6f3b


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/fasterxml-oss-parent.git
cd fasterxml-oss-parent
git checkout 56-rawhide-update-pull_from_upstream
git push origin 56-rawhide-update-pull_from_upstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd fasterxml-oss-parent
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/fasterxml-oss-parent.git
git fetch packit refs/heads/56-rawhide-update-pull_from_upstream
git checkout 56-rawhide-update-pull_from_upstream
git push packit 56-rawhide-update-pull_from_upstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


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

Logs and details of the syncing: Packit dashboard

Pull-Request has been merged by ckelley

6 months ago