Merge pull request #1846 from eclipse/cd_xtext_issue2030

[eclipse/xtext2030] update to tycho 2.7.0
This commit is contained in:
Christian Dietrich 2022-02-28 15:16:37 +01:00 committed by GitHub
commit 8db1ad4f21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 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.6.0</tycho-version>
<tycho-version>2.7.0</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2015, 2021 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2015, 2022 itemis AG (http://www.itemis.eu) and others.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
@ -70,7 +70,7 @@ class ParentProjectDescriptor extends ProjectDescriptor {
}
def String getTychoVersion() {
'2.6.0'
'2.7.0'
}
def String getTychoVersionJ8() {

View file

@ -1,5 +1,5 @@
/**
* Copyright (c) 2015, 2021 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2015, 2022 itemis AG (http://www.itemis.eu) and others.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
@ -106,7 +106,7 @@ public class ParentProjectDescriptor extends ProjectDescriptor {
}
public String getTychoVersion() {
return "2.6.0";
return "2.7.0";
}
public String getTychoVersionJ8() {