You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2024/04/26 16:03:14 UTC

(logging-log4j2) branch main updated: Switch to `main` branch of reusable builds

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

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new 1aae5d421b Switch to `main` branch of reusable builds
1aae5d421b is described below

commit 1aae5d421b02a2b7ed9ba77cea29c8968b507631
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Fri Apr 26 18:03:06 2024 +0200

    Switch to `main` branch of reusable builds
---
 .github/workflows/build.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 7dd3ba7ab5..122b3a6db5 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -38,7 +38,9 @@ jobs:
 
   build:
     if: github.actor != 'dependabot[bot]'
-    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
+    # Temporarily switch to `main`, while waiting for 11.0.1 release.
+    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
+    #uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
     with:
       site-enabled: true