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:20 UTC

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

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.