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

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-sbt.git


The following commit(s) were added to refs/heads/main by this push:
     new 02112e7  Update release nexus user/pasword
02112e7 is described below

commit 02112e7a25dc986d5eeb3b7fb6f1cbb7cb8574ed
Author: Steve Lawrence <[email protected]>
AuthorDate: Tue May 27 09:50:52 2025 -0400

    Update release nexus user/pasword
    
    The NEXUS_USER/PW credentials are only for publishing snapshots. ASF
    Infra has granted access to NEXUS_STAGE_DEPLOYER_USER/PW which allows
    staging releases, so this switches to those.
    
    This also updates the version number to 1.4.0 so that we can test the
    release using the updated credentials. We'll likely do a new release of
    this plugin in the coming weeks to update to Daffodil 3.11.0, so this
    will be needed soon anyways.
---
 .github/workflows/release-candidate.yml | 4 ++--
 VERSION                                 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/release-candidate.yml 
b/.github/workflows/release-candidate.yml
index 591c5d7..d943225 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -48,8 +48,8 @@ jobs:
           gpg_signing_key: ${{ secrets.DAFFODIL_GPG_SECRET_KEY }}
           svn_username: ${{ secrets.DAFFODIL_SVN_DEV_USERNAME }}
           svn_password: ${{ secrets.DAFFODIL_SVN_DEV_PASSWORD }}
-          nexus_username: ${{ secrets.NEXUS_USER }}
-          nexus_password: ${{ secrets.NEXUS_PW }}
+          nexus_username: ${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}
+          nexus_password: ${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}
           publish: true
 
       - name: Setup Java
diff --git a/VERSION b/VERSION
index f0bb29e..88c5fb8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.0
+1.4.0

Reply via email to