Sleds/scorewalker-utils/SLClustering/pom.xml

38 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<relativePath>../../masterbuild</relativePath>
<version>2.3.0</version>
<groupId>com.sequencelogic</groupId>
<artifactId>masterbuild</artifactId>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>Clustering Toolset</name>
<properties>
<jdk.version>1.8</jdk.version>
</properties>
<version>1.0.0</version>
<groupId>com.sequencelogic</groupId>
<artifactId>clustering</artifactId>
<description>Hi Dave</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
</configuration>
</plugin>
</plugins>
</build>
</project>