<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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>com.wesleyhome.johksoftware</groupId>
		<artifactId>johksoftware-oss-parent</artifactId>
		<version>3</version>
	</parent>
	<artifactId>utilities</artifactId>
	<version>1.0.0</version>
	<packaging>jar</packaging>
	<name>JOHK Common Utilities</name>
	<url>http://johksoftware.wesleyhome.com/projects/utilities</url>
	<developers>
		<developer>
			<name>Justin Wesley</name>
		</developer>
	</developers>
	<licenses>
		<license>
			<name>Apache License, Version 2.0</name>
			<distribution>repo</distribution>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		</license>
	</licenses>
	<distributionManagement>
		<site>
			<id>johksoftware-ftp</id>
			<url>ftp://ftp.byethost7.com/johksoftware.wesleyhome.com/htdocs/projects/utilities</url>
		</site>
	</distributionManagement>
	<scm>
		<url>http://johksoftware.unfuddle.com/svn/johksoftware_trunk/utilities/tags/utilities-1.0.0</url>
		<connection>scm:svn:http://johksoftware.unfuddle.com/svn/johksoftware_trunk/utilities/tags/utilities-1.0.0</connection>
		<developerConnection>scm:svn:http://johksoftware.unfuddle.com/svn/johksoftware_trunk/utilities/tags/utilities-1.0.0</developerConnection>
	</scm>
	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<scope>test</scope>
			<version>4.9</version>
		</dependency>
		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
			<version>2.0</version>
		</dependency>
		<dependency>
			<groupId>commons-collections</groupId>
			<artifactId>commons-collections</artifactId>
			<version>3.2</version>
		</dependency>
		<dependency>
			<groupId>org.apache.commons</groupId>
			<artifactId>commons-lang3</artifactId>
			<version>3.0.1</version>
		</dependency>
		<dependency>
			<groupId>net.iharder</groupId>
			<artifactId>base64</artifactId>
			<version>2.3.8</version>
		</dependency>
	</dependencies>
</project>
