mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
[mvn] Fixed test projects versions
Signed-off-by: Dennis Huebner <dennis.huebner@itemis.de>
This commit is contained in:
parent
6ee253a101
commit
8e042ce1a8
1 changed files with 2 additions and 2 deletions
|
@ -52,12 +52,12 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.xtext</groupId>
|
||||
<artifactId>org.eclipse.xtext</artifactId>
|
||||
<version>2.8.3</version>
|
||||
<version>2.8.3-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.xtext</groupId>
|
||||
<artifactId>org.eclipse.xtext.xbase.lib</artifactId>
|
||||
<version>2.8.3</version>
|
||||
<version>2.8.3-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.eclipse.emf</groupId>
|
||||
|
|
Loading…
Reference in a new issue