mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 00:38:56 +00:00
[tests] Updated test expectation
This commit is contained in:
parent
0ed9950d73
commit
4c1b92f88d
6 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@ buildscript {
|
|||
}
|
||||
|
||||
subprojects {
|
||||
ext.xtextVersion = '2.10.1-SNAPSHOT'
|
||||
ext.xtextVersion = '2.10.0-SNAPSHOT'
|
||||
repositories {
|
||||
jcenter()
|
||||
maven {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<properties>
|
||||
<tycho-version>0.23.1</tycho-version>
|
||||
<xtextVersion>2.10.1-SNAPSHOT</xtextVersion>
|
||||
<xtextVersion>2.10.0-SNAPSHOT</xtextVersion>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.6</maven.compiler.source>
|
||||
<maven.compiler.target>1.6</maven.compiler.target>
|
||||
|
|
|
@ -9,7 +9,7 @@ buildscript {
|
|||
}
|
||||
|
||||
subprojects {
|
||||
ext.xtextVersion = '2.10.1-SNAPSHOT'
|
||||
ext.xtextVersion = '2.10.0-SNAPSHOT'
|
||||
repositories {
|
||||
jcenter()
|
||||
maven {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<properties>
|
||||
<tycho-version>0.23.1</tycho-version>
|
||||
<xtextVersion>2.10.1-SNAPSHOT</xtextVersion>
|
||||
<xtextVersion>2.10.0-SNAPSHOT</xtextVersion>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.6</maven.compiler.source>
|
||||
<maven.compiler.target>1.6</maven.compiler.target>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<properties>
|
||||
<tycho-version>0.23.1</tycho-version>
|
||||
<xtextVersion>2.10.1-SNAPSHOT</xtextVersion>
|
||||
<xtextVersion>2.10.0-SNAPSHOT</xtextVersion>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.6</maven.compiler.source>
|
||||
<maven.compiler.target>1.6</maven.compiler.target>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<xtextVersion>2.10.1-SNAPSHOT</xtextVersion>
|
||||
<xtextVersion>2.10.0-SNAPSHOT</xtextVersion>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.6</maven.compiler.source>
|
||||
<maven.compiler.target>1.6</maven.compiler.target>
|
||||
|
|
Loading…
Reference in a new issue