Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ccafc8aa8940449fe7ebd00290d0cd4eee534aa0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.eclipse.papyrus</groupId>
	<artifactId>org.eclipse.papyrus</artifactId>
	<version>0.0.1-SNAPSHOT</version>
	<packaging>pom</packaging>
	<modules>
		<module>releng</module>
	</modules>
</project>

Back to the top