Update tycho for java 20

This commit is contained in:
Daniel Holle 2023-06-23 10:59:26 +02:00
parent 323e777d34
commit bebfba864e

View File

@ -6,7 +6,7 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
<tycho.version>3.0.4</tycho.version> <tycho.version>3.0.5</tycho.version>
<eclipse-repo.url>https://download.eclipse.org/eclipse/updates/4.28</eclipse-repo.url> <eclipse-repo.url>https://download.eclipse.org/eclipse/updates/4.28</eclipse-repo.url>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<downloadSources>true</downloadSources> <downloadSources>true</downloadSources>