<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.eclipse.xtend</groupId>
		<artifactId>org.eclipse.xtend.relocated.parent</artifactId>
		<version>2.42.0.M3</version>
	</parent>
	<artifactId>xtend-maven-plugin</artifactId>
	<packaging>pom</packaging>
	<name>Xtend Artifact Relocated xtend-maven-plugin</name>
	<description>Xtend Artifact for relocation of the old groupId org.eclipse.xtend, relocated to groupId org.eclipse.xtext</description>

	<!-- This must be repeated in all the modules: cannot be inherited from the parent -->
	<distributionManagement>
		<relocation>
			<groupId>org.eclipse.xtext</groupId>
		</relocation>
	</distributionManagement>
</project>