You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/12/10 19:45:05 UTC

(logging-parent) branch bnd-process updated (ff024a5 -> 0e9c552)

This is an automated email from the ASF dual-hosted git repository.

vy pushed a change to branch bnd-process
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


 discard ff024a5  Switch from `bnd:jar` to `bnd:bnd-process` (#69)
     add faebd7a  Save CycloneDX SBOMs if reproducibility fails
     add 4129611  Update `github/codeql-action` to version `2.22.8` (#64)
     add 5f31d0d  Update `org.codehaus.mojo:build-helper-maven-plugin` to version `3.5.0` (#65)
     add abe5d74  Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.0` (#66)
     add dfd3892  Update `actions/setup-java` to version `4.0.0` (#67)
     add 2e862f8  Update `com.github.spotbugs:spotbugs-annotations` to version `4.8.2` (#68)
     add c1e9125  Add Maven Central explictly to Dependabot config
     add bf44981  Update `com.diffplug.spotless:spotless-maven-plugin` to version `2.41.1` (#70)
     add eec898c  Update `org.apache.logging.log4j:log4j-changelog-maven-plugin` to version `0.6.0` (#72)
     add 905401d  Update `com.github.spotbugs:spotbugs-maven-plugin` to version `4.8.2.0` (#71)
     add 68a7747  Update `org.apache:apache` to version `31` (#73)
     add fff71c4  Update `org.eclipse.jgit:org.eclipse.jgit` to version `6.8.0.202311291450-r` (#74)
     add 91abec3  Update `github/codeql-action` to version `2.22.9` (#76)
     add 0e9c552  Switch from `bnd:jar` to `bnd:bnd-process` (#69)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ff024a5)
            \
             N -- N -- N   refs/heads/bnd-process (0e9c552)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/dependabot.yaml                                    | 10 ++++++++++
 .github/workflows/build-reusable.yaml                      |  6 +++---
 .github/workflows/codeql-analysis-reusable.yaml            |  6 +++---
 .github/workflows/deploy-release-reusable.yaml             |  2 +-
 .github/workflows/deploy-snapshot-reusable.yaml            |  2 +-
 .github/workflows/merge-dependabot-reusable.yaml           |  2 +-
 .github/workflows/scorecards-analysis-reusable.yaml        |  2 +-
 pom.xml                                                    | 14 +++++++-------
 .../update_actions_setup_java.xml}                         |  3 ++-
 .../update_com_diffplug_spotless_spotless_maven_plugin.xml |  3 ++-
 .../update_com_github_spotbugs_spotbugs_annotations.xml    |  4 ++--
 .../update_com_github_spotbugs_spotbugs_maven_plugin.xml   |  4 ++--
 src/changelog/.10.x.x/update_github_codeql_action.xml      |  4 ++--
 .../{10.1.0 => .10.x.x}/update_org_apache_apache.xml       |  3 ++-
 ..._apache_logging_log4j_log4j_changelog_maven_plugin.xml} |  3 ++-
 ...update_org_codehaus_mojo_build_helper_maven_plugin.xml} |  3 ++-
 .../update_org_eclipse_jgit_org_eclipse_jgit.xml}          |  4 ++--
 src/site/_release-notes/_10.x.x.adoc                       | 10 +++++++++-
 18 files changed, 54 insertions(+), 31 deletions(-)
 copy src/changelog/{10.0.0/use-semver.xml => .10.x.x/update_actions_setup_java.xml} (64%)
 copy src/changelog/{10.1.1 => .10.x.x}/update_com_diffplug_spotless_spotless_maven_plugin.xml (74%)
 copy src/changelog/{10.2.0 => .10.x.x}/update_com_github_spotbugs_spotbugs_annotations.xml (74%)
 copy src/changelog/{10.1.0 => .10.x.x}/update_com_github_spotbugs_spotbugs_maven_plugin.xml (74%)
 copy src/changelog/{10.1.0 => .10.x.x}/update_org_apache_apache.xml (78%)
 copy src/changelog/{10.2.0/update-changelog-version.xml => .10.x.x/update_org_apache_logging_log4j_log4j_changelog_maven_plugin.xml} (73%)
 copy src/changelog/{10.0.0/use-semver.xml => .10.x.x/update_org_codehaus_mojo_build_helper_maven_plugin.xml} (61%)
 copy src/changelog/{10.1.0/update_actions_checkout.xml => .10.x.x/update_org_eclipse_jgit_org_eclipse_jgit.xml} (61%)