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 2024/04/09 09:17:19 UTC

(logging-parent) branch release/11.0.0-test1 created (now 41ec1d9)

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

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


      at 41ec1d9  Prepare for release

This branch includes the following new commits:

     new 41ec1d9  Prepare for release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



(logging-parent) 01/01: Prepare for release

Posted by vy...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 41ec1d971267ee4c1f69bffee56582062a71ae6d
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Tue Apr 9 11:17:05 2024 +0200

    Prepare for release
---
 .github/workflows/build.yaml | 6 +++---
 pom.xml                      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 0be2b40..96b65ab 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -44,14 +44,14 @@ jobs:
 
   build:
     if: github.actor != 'dependabot[bot]'
-    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
+    uses: apache/logging-parent/.github/workflows/build-reusable.yaml@antora
     with:
       site-enabled: true
 
   deploy-snapshot:
     needs: build
     if: github.repository == 'apache/logging-parent' && github.ref_name == 'main'
-    uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@main
+    uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@antora
     # Secrets for deployments
     secrets:
       NEXUS_USER: ${{ secrets.NEXUS_USER }}
@@ -60,7 +60,7 @@ jobs:
   deploy-release:
     needs: build
     if: github.repository == 'apache/logging-parent' && startsWith(github.ref_name, 'release/')
-    uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@main
+    uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@antora
     # Secrets for deployments
     secrets:
       GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
diff --git a/pom.xml b/pom.xml
index 00d957b..95f9adf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
   <properties>
 
     <!-- project version -->
-    <revision>11.0.0-SNAPSHOT</revision>
+    <revision>11.0.0-test1</revision>
 
     <!-- `project.build.outputTimestamp` is required to be present for reproducible builds.
          We actually inherit one from the `org.apache:apache` parent.