This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-12939 in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
commit a4a3c857cba7e0c5f308ef2f31a97d58b14075be Author: Robert Munteanu <[email protected]> AuthorDate: Mon Sep 15 12:10:55 2025 +0200 SLING-12939 - New Sling Bundle Project fails due to changes in internal m2e API Also align the updates/ repository to the 2022-12 release. --- .../target-definition/org.apache.sling.ide.target-definition.target | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse/target-definition/org.apache.sling.ide.target-definition.target b/eclipse/target-definition/org.apache.sling.ide.target-definition.target index df2f0abc..086ee760 100644 --- a/eclipse/target-definition/org.apache.sling.ide.target-definition.target +++ b/eclipse/target-definition/org.apache.sling.ide.target-definition.target @@ -24,7 +24,7 @@ <unit id="org.eclipse.jst.enterprise_ui.feature.feature.group"/> </location> <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit"> - <repository location="https://download.eclipse.org/eclipse/updates/4.25/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml--> + <repository location="https://download.eclipse.org/eclipse/updates/4.26/"/><!--Keep in sync with repo-ref in org.eclipse.m2e.repository/category.xml--> <unit id="org.eclipse.sdk.feature.group"/> <unit id="org.eclipse.equinox.p2.discovery.feature.feature.group"/> <unit id="org.eclipse.ui.tests.harness"/> @@ -65,4 +65,4 @@ </location> </locations> <targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/> -</target> \ No newline at end of file +</target>
