<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>net.sourceforge.spinnerule</groupId>
    <artifactId>spinerule</artifactId>
    <version>0.2</version>
    <packaging>jar</packaging>
    <name>Spinnerule</name>
    <description>Spinnerule is a set of tools for making com.sun.net.httpserver - Java's built-in web server - easier to work with</description>
    <url>http://spinnerule.sourceforge.net</url>
    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>git://git.code.sf.net/p/spinnerule/code</url>
    </scm>
    <dependencies/>
    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>
</project>
