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

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 31f9a41c2a00abe9a754d3aa20c7ecb9f1b87b41
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Feb 18 14:33:21 2026 +0100

    Removing activation of ASF snapshots repo
---
 .github/workflows/crosschecks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/crosschecks.yml 
b/.github/workflows/crosschecks.yml
index 7ba6a2f443..15ff6f1354 100644
--- a/.github/workflows/crosschecks.yml
+++ b/.github/workflows/crosschecks.yml
@@ -47,7 +47,7 @@ jobs:
       with:
         maven-version: 3.9.6
     - name: Build
-      run: mvn -U -T 1C -D'apache.snapshots=true' -P 'skipTests,all'
+      run: mvn -U -T 1C -P 'skipTests,all'
     - name: Validate
       if: runner.os == 'Linux'
       run: mvn -T 1C checkstyle:check tools:verify-legal-files 
modernizer:modernizer apache-rat:check

Reply via email to