Revision 62000d1643fce0a4f241ffc4e314055376f5b96f authored by Jay Jay Billings on 05 February 2016, 21:04:23 UTC, committed by Jay Jay Billings on 05 February 2016, 21:04:23 UTC
2 parent s 4fcce4e + 114f8c9
Raw File
pom.xml
<?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>ICE</groupId>
		<artifactId>org.eclipse.ice.build</artifactId>
		<version>2.1.7.20150825</version>
		<relativePath>../${pom-filename}</relativePath>
	</parent>
	<groupId>ICE</groupId>
	<artifactId>org.eclipse.ice.filesimulation</artifactId>
	<version>2.1.7.20150825</version>
	<packaging>eclipse-test-plugin</packaging>	
	<properties>
		<sonar.skip>true</sonar.skip>
	</properties>
</project>
back to top