mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[https://github.com/eclipse/xtext/issues/1732] Update to Tycho 1.7.0
Signed-off-by: Tamas Miklossy <miklossy@itemis.de>
This commit is contained in:
parent
c0a8631f7b
commit
f2a452ef39
9 changed files with 9 additions and 9 deletions
|
@ -13,7 +13,7 @@
|
|||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<!-- Tycho settings -->
|
||||
<tycho-version>1.6.0</tycho-version>
|
||||
<tycho-version>1.7.0</tycho-version>
|
||||
<!-- Define overridable properties for tycho-surefire-plugin -->
|
||||
<platformSystemProperties></platformSystemProperties>
|
||||
<moduleProperties></moduleProperties>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<!-- Tycho settings -->
|
||||
<tycho-version>1.6.0</tycho-version>
|
||||
<tycho-version>1.7.0</tycho-version>
|
||||
<!-- Define overridable properties for tycho-surefire-plugin -->
|
||||
<platformSystemProperties></platformSystemProperties>
|
||||
<moduleProperties></moduleProperties>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<!-- Tycho settings -->
|
||||
<tycho-version>1.6.0</tycho-version>
|
||||
<tycho-version>1.7.0</tycho-version>
|
||||
<!-- Define overridable properties for tycho-surefire-plugin -->
|
||||
<platformSystemProperties></platformSystemProperties>
|
||||
<moduleProperties></moduleProperties>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<!-- Tycho settings -->
|
||||
<tycho-version>1.6.0</tycho-version>
|
||||
<tycho-version>1.7.0</tycho-version>
|
||||
<!-- Define overridable properties for tycho-surefire-plugin -->
|
||||
<platformSystemProperties></platformSystemProperties>
|
||||
<moduleProperties></moduleProperties>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<maven.compiler.source>9</maven.compiler.source>
|
||||
<maven.compiler.target>9</maven.compiler.target>
|
||||
<!-- Tycho settings -->
|
||||
<tycho-version>1.6.0</tycho-version>
|
||||
<tycho-version>1.7.0</tycho-version>
|
||||
<!-- Define overridable properties for tycho-surefire-plugin -->
|
||||
<platformSystemProperties></platformSystemProperties>
|
||||
<moduleProperties></moduleProperties>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<!-- Tycho settings -->
|
||||
<tycho-version>1.6.0</tycho-version>
|
||||
<tycho-version>1.7.0</tycho-version>
|
||||
<!-- Define overridable properties for tycho-surefire-plugin -->
|
||||
<platformSystemProperties></platformSystemProperties>
|
||||
<moduleProperties></moduleProperties>
|
||||
|
|
|
@ -69,7 +69,7 @@ class ParentProjectDescriptor extends ProjectDescriptor {
|
|||
}
|
||||
|
||||
def String getTychoVersion() {
|
||||
'1.6.0'
|
||||
'1.7.0'
|
||||
}
|
||||
|
||||
def private CharSequence loadResource(String resourcePath) {
|
||||
|
|
|
@ -116,7 +116,7 @@ public class ParentProjectDescriptor extends ProjectDescriptor {
|
|||
}
|
||||
|
||||
public String getTychoVersion() {
|
||||
return "1.6.0";
|
||||
return "1.7.0";
|
||||
}
|
||||
|
||||
private CharSequence loadResource(final String resourcePath) {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
|
||||
<tycho-version>1.6.0</tycho-version>
|
||||
<tycho-version>1.7.0</tycho-version>
|
||||
<root-dir>${basedir}/..</root-dir>
|
||||
<JENKINS_URL>https://ci.eclipse.org/xtext</JENKINS_URL>
|
||||
<upstreamBranch>master</upstreamBranch>
|
||||
|
|
Loading…
Reference in a new issue