xtext-core/releng/releng-target/pom.xml
Nico Prediger 5aae2d0e6b [releng] Update Xtext version to 2.23.0
Signed-off-by: Nico Prediger <mail@nicoprediger.de>
2020-06-02 17:18:46 +00:00

14 lines
522 B
XML

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>xtext-core.target</artifactId>
<packaging>eclipse-target-definition</packaging>
<parent>
<groupId>org.eclipse.xtext</groupId>
<artifactId>xtext-core.releng</artifactId>
<version>2.23.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
</project>