mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#1994] update to tycho 2.5.0
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
55a3393493
commit
58c4230f5c
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -70,7 +70,7 @@ class ParentProjectDescriptor extends ProjectDescriptor {
|
|||
}
|
||||
|
||||
def String getTychoVersion() {
|
||||
'2.4.0'
|
||||
'2.5.0'
|
||||
}
|
||||
|
||||
def String getTychoVersionJ8() {
|
||||
|
|
|
@ -106,7 +106,7 @@ public class ParentProjectDescriptor extends ProjectDescriptor {
|
|||
}
|
||||
|
||||
public String getTychoVersion() {
|
||||
return "2.4.0";
|
||||
return "2.5.0";
|
||||
}
|
||||
|
||||
public String getTychoVersionJ8() {
|
||||
|
|
Loading…
Reference in a new issue