mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#1225] Update to Tycho 1.2.0
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
24ce555b09
commit
e21455c1a9
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ apply plugin: 'io.typefox.gradle.p2gen'
|
|||
group = 'org.eclipse.xtext'
|
||||
|
||||
p2gen {
|
||||
tychoVersion '1.1.0'
|
||||
tychoVersion '1.2.0'
|
||||
|
||||
exclude 'org.eclipse.xtext.xtext.bootstrap'
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</parent>
|
||||
|
||||
<properties>
|
||||
<tycho-version>1.1.0</tycho-version>
|
||||
<tycho-version>1.2.0</tycho-version>
|
||||
<root-dir>${basedir}/../..</root-dir>
|
||||
</properties>
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<tycho-version>1.1.0</tycho-version>
|
||||
<tycho-version>1.2.0</tycho-version>
|
||||
<root-dir>${basedir}/..</root-dir>
|
||||
</properties>
|
||||
|
||||
|
|
Loading…
Reference in a new issue