[eclipse/xtext#1994] update to tycho 2.5.0

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2021-09-24 10:24:41 +02:00
parent 55a3393493
commit 58c4230f5c
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>2.4.0</tycho-version>
<tycho-version>2.5.0</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -70,7 +70,7 @@ class ParentProjectDescriptor extends ProjectDescriptor {
}
def String getTychoVersion() {
'2.4.0'
'2.5.0'
}
def String getTychoVersionJ8() {

View file

@ -106,7 +106,7 @@ public class ParentProjectDescriptor extends ProjectDescriptor {
}
public String getTychoVersion() {
return "2.4.0";
return "2.5.0";
}
public String getTychoVersionJ8() {