Revision 904704ec5b68afdbc828ca84c49eafbdcdfafcd2 authored by Jay Jay Billings on 18 November 2015, 21:16:06 UTC, committed by Jay Jay Billings on 18 November 2015, 21:16:06 UTC
Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov>
1 parent a6373da
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.8</version>
		<relativePath>../${pom-filename}</relativePath>
	</parent>
	<groupId>ICE</groupId>
	<artifactId>org.eclipse.ice.reactor</artifactId>
	<version>2.1.8</version>
	<packaging>eclipse-plugin</packaging>
</project>
back to top