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

kwin pushed a commit to branch bugfix/reenable-snapshot-repo
in repository https://gitbox.apache.org/repos/asf/sling-parent.git

commit 85418f563ecdb8171889cf542a194fb29c42a4b6
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Dec 1 17:36:19 2025 +0100

    Reenable ASF Snapshot Maven Repo
    
    This is an opt-in feature since ASF parent 34
    (https://issues.apache.org/jira/browse/MPOM-451)
---
 sling-parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index d778c44..a9cd4fc 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -124,6 +124,8 @@
         <oak.version>1.74.0</oak.version>
         <!-- should be set to the minimum JR version being required by Oak set 
in oak.version -->
         <jackrabbit.version>2.22.0</jackrabbit.version>
+        <!-- https://issues.apache.org/jira/browse/MPOM-451, enables the ASF 
Snapshot Maven repository in the ASF parent POM -->
+        <apache.snapshots>true</apache.snapshots>
     </properties>
 
     <dependencyManagement>

Reply via email to