This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push: new 2a762c4c7 Revert "ORC-1963: Enforce Apache release profile with maven install" 2a762c4c7 is described below commit 2a762c4c7d1fdadcdcac7e7ccb1e66a0199f56f6 Author: Dongjoon Hyun <dongj...@apache.org> AuthorDate: Sat Jul 26 21:30:05 2025 -0700 Revert "ORC-1963: Enforce Apache release profile with maven install" This reverts commit 55361fb2d7e0e773c651e8a4354c86a153baf61a. --- .github/workflows/publish_snapshot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish_snapshot.yml b/.github/workflows/publish_snapshot.yml index ccbc5fcf7..eb6d77123 100644 --- a/.github/workflows/publish_snapshot.yml +++ b/.github/workflows/publish_snapshot.yml @@ -24,6 +24,4 @@ jobs: run: | cd java echo "<settings><servers><server><id>apache.snapshots.https</id><username>$ASF_USERNAME</username><password>$ASF_PASSWORD</password></server></servers></settings>" > settings.xml - # We should use local installation to test `apache-release` profile - ./mvnw --settings settings.xml -nsu -ntp -DskipTests install -Papache-release ./mvnw --settings settings.xml -nsu -ntp -DskipTests deploy