diff options
Diffstat (limited to 'tests/junit/plugins/bundlestests/pom.xml')
-rwxr-xr-x | tests/junit/plugins/bundlestests/pom.xml | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/tests/junit/plugins/bundlestests/pom.xml b/tests/junit/plugins/bundlestests/pom.xml index 1860a3fd996..61433b56c5c 100755 --- a/tests/junit/plugins/bundlestests/pom.xml +++ b/tests/junit/plugins/bundlestests/pom.xml @@ -1,22 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.eclipse.papyrus.tests</groupId> - <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId> - <version>0.0.1-SNAPSHOT</version> - </parent> - <groupId>org.eclipse.papyrus.tests</groupId> - <artifactId>org.eclipse.papyrus.bundles.tests</artifactId> - <version>0.0.1-SNAPSHOT</version> + xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.eclipse.papyrus.tests</groupId> + <artifactId>org.eclipse.papyrus.plugins.tests.releng</artifactId> + <version>0.0.1-SNAPSHOT</version> + </parent> + <groupId>org.eclipse.papyrus.tests</groupId> + <artifactId>org.eclipse.papyrus.bundles.tests</artifactId> + <version>0.0.1-SNAPSHOT</version> <packaging>pom</packaging> <description>The top container of the junit test framework.</description> - <modules> + <modules> <!-- test suite --> - <module>org.eclipse.papyrus.developer.suite.tests</module> + <module>org.eclipse.papyrus.developer.suite.tests</module> </modules> - + </project>
\ No newline at end of file |