mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#1643] update to tycho 1.6.0
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
c6718b9499
commit
d6a22de8a9
9 changed files with 11 additions and 11 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.5.1</tycho-version>
|
||||
<tycho-version>1.6.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.5.1</tycho-version>
|
||||
<tycho-version>1.6.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.5.1</tycho-version>
|
||||
<tycho-version>1.6.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.5.1</tycho-version>
|
||||
<tycho-version>1.6.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.5.1</tycho-version>
|
||||
<tycho-version>1.6.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.5.1</tycho-version>
|
||||
<tycho-version>1.6.0</tycho-version>
|
||||
<!-- Define overridable properties for tycho-surefire-plugin -->
|
||||
<platformSystemProperties></platformSystemProperties>
|
||||
<moduleProperties></moduleProperties>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others.
|
||||
* Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -68,7 +68,7 @@ class ParentProjectDescriptor extends ProjectDescriptor {
|
|||
}
|
||||
|
||||
def String getTychoVersion() {
|
||||
'1.5.1'
|
||||
'1.6.0'
|
||||
}
|
||||
|
||||
def private CharSequence loadResource(String resourcePath) {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* Copyright (c) 2015, 2018 itemis AG (http://www.itemis.eu) and others.
|
||||
* Copyright (c) 2015, 2020 itemis AG (http://www.itemis.eu) and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -115,7 +115,7 @@ public class ParentProjectDescriptor extends ProjectDescriptor {
|
|||
}
|
||||
|
||||
public String getTychoVersion() {
|
||||
return "1.5.1";
|
||||
return "1.6.0";
|
||||
}
|
||||
|
||||
private CharSequence loadResource(final String resourcePath) {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
|
||||
<tycho-version>1.5.1</tycho-version>
|
||||
<tycho-version>1.6.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