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

danhaywood pushed a commit to branch release-3.5.0-RC1-jpa
in repository https://gitbox.apache.org/repos/asf/causeway-app-helloworld.git

commit e9c044a8e56e7661164ee222aae6a9f19be19cee
Author: Dan Haywood <[email protected]>
AuthorDate: Wed Nov 12 06:38:51 2025 +0000

    disables the searching of nightly repo by default
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ae4a06a..f5e96b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
             <id>nightly</id>
             <activation>
                 <property>
-                    <name>!skip.nightly</name>
+                    <name>use.nightly</name>
                 </property>
             </activation>
             <repositories>

Reply via email to