<?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/maven-v4_0_0.xsd">   

    <!-- PSI POM Standard 03/06/2011 -->
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.meschbach.psi</groupId>
        <artifactId>psi-build</artifactId>
        <version>2.4</version>
    </parent>

    <!-- Artifact Definition -->
    <groupId>com.meschbach.cise</groupId>
    <artifactId>cise-oss</artifactId>
    <version>2.4</version>
    <packaging>jar</packaging>

    <!-- Artifact Description -->
    <name>Mark Eschbach's Open Sourced Utilities</name>
    <description>Kitchen sink algorithms related to Computer Information, Science, and Engineering by Mark Eschbach for inclusion into open source projects.</description>
    <url>http://meschbach.com/</url>
</project>
