mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Merge pull request #1846 from eclipse/cd_xtext_issue2030
[eclipse/xtext2030] update to tycho 2.7.0
This commit is contained in:
commit
8db1ad4f21
3 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue