[eclipse/xtext#1566] update to tycho 1.5.1

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2019-10-28 17:24:52 +01:00
parent 07e48e0d94
commit 1dcdbca15a
9 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>1.5.0</tycho-version>
<tycho-version>1.5.1</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -12,7 +12,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>1.5.0</tycho-version>
<tycho-version>1.5.1</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -12,7 +12,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>1.5.0</tycho-version>
<tycho-version>1.5.1</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -12,7 +12,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>1.5.0</tycho-version>
<tycho-version>1.5.1</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -12,7 +12,7 @@
<maven.compiler.source>9</maven.compiler.source>
<maven.compiler.target>9</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>1.5.0</tycho-version>
<tycho-version>1.5.1</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -12,7 +12,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>1.5.0</tycho-version>
<tycho-version>1.5.1</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -68,7 +68,7 @@ class ParentProjectDescriptor extends ProjectDescriptor {
}
def String getTychoVersion() {
'1.5.0'
'1.5.1'
}
def private CharSequence loadResource(String resourcePath) {

View file

@ -115,7 +115,7 @@ public class ParentProjectDescriptor extends ProjectDescriptor {
}
public String getTychoVersion() {
return "1.5.0";
return "1.5.1";
}
private CharSequence loadResource(final String resourcePath) {

View file

@ -9,7 +9,7 @@
<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<tycho-version>1.5.0</tycho-version>
<tycho-version>1.5.1</tycho-version>
<root-dir>${basedir}/..</root-dir>
<JENKINS_URL>https://ci.eclipse.org/xtext</JENKINS_URL>
<upstreamBranch>master</upstreamBranch>