This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
The following commit(s) were added to refs/heads/master by this push:
new 86f98843 SLING-8307 - Update the Eclipse tooling release process after
the restructuring and code signing changes (#37)
86f98843 is described below
commit 86f98843d589fec668658280e3638a4ca19f7b1f
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed May 28 15:47:58 2025 +0200
SLING-8307 - Update the Eclipse tooling release process after the
restructuring and code signing changes (#37)
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>