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/10/11 10:13:12 UTC

[logging-log4j2] branch release/2.21.0 updated: Rename `project-id` to `log4j` in CI

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

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


The following commit(s) were added to refs/heads/release/2.21.0 by this push:
     new f7edc408a6 Rename `project-id` to `log4j` in CI
f7edc408a6 is described below

commit f7edc408a60d66b9328e29f3641891263be37f0d
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Oct 11 12:13:05 2023 +0200

    Rename `project-id` to `log4j` in CI
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index de0bbd24a9..d2fac527e0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -76,7 +76,7 @@ jobs:
       java-version: |
         8
         11
-      project-id: log4j2
+      project-id: log4j
       distribution-attachment-filepath-pattern: |-
         '^.*/target/log4j-(1\\.2-api|api(-test)?|appserver|cassandra|core(-test)?|couchdb|docker|flume-ng|iostreams|jakarta-(smtp|web)|jcl|jdbc-dbcp2|jpa|jpl|jul|kubernetes|layout-template-json|mongodb[34]|slf4j2?-impl|spring-(boot|cloud-config-client)|taglib|to-(jul|slf4j)|web)-'${PROJECT_VERSION}'\\.jar$'
       distribution-attachment-count: 30