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 10ae624c18914afc0b06b25253f9ef2e69fa8561 Author: Konrad Windszus <[email protected]> AuthorDate: Mon Dec 1 17:36:19 2025 +0100 SLING-13020 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>
