This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch bugfix/tycho-3-0-1 in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git
commit 879550ab97e2fbe8a5c7f6bbc634ebe09aebf54a Author: Konrad Windszus <[email protected]> AuthorDate: Tue Dec 20 18:00:02 2022 +0100 releng: update to Tycho 3.0.1 --- eclipse/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse/pom.xml b/eclipse/pom.xml index c9a7eed8..78988b28 100644 --- a/eclipse/pom.xml +++ b/eclipse/pom.xml @@ -187,7 +187,7 @@ </build> <properties> - <tycho.version>3.0.0</tycho.version> + <tycho.version>3.0.1</tycho.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <minimalJavaBuildVersion>17</minimalJavaBuildVersion> <maven.compiler.target>17</maven.compiler.target>
