This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch issue/SLING-8307 in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
commit 4ae4ccedf581d5a741f57c6260f4d9c185fc141c Author: Robert Munteanu <[email protected]> AuthorDate: Wed May 28 14:32:26 2025 +0200 SLING-8307 - Update the Eclipse tooling release process after the restructuring and code signing changes Use the latest available Tycho version from the 4.x stream. 5.x versions require Java 21 so let's not update for now. --- eclipse/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse/pom.xml b/eclipse/pom.xml index 54fb4539..415ae7b1 100644 --- a/eclipse/pom.xml +++ b/eclipse/pom.xml @@ -187,7 +187,7 @@ </build> <properties> - <tycho.version>4.0.3</tycho.version> + <tycho.version>4.0.13</tycho.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <minimalJavaBuildVersion>17</minimalJavaBuildVersion> <maven.compiler.target>17</maven.compiler.target>
