<?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">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.rifers</groupId>
    <artifactId>rife-continuations</artifactId>
    <version>0.0.2</version>
    <packaging>jar</packaging>
    <name>RIFE/Continuations</name>
    <description>
        RIFE/continuations is a sub-project of RIFE that aims to make
        its support for continuations in pure Java available as a
        general-purpose library.
    </description>
    <url>http://rifers.org/wiki/display/RIFECNT</url>
    <organization>
        <name>Rifers</name>
        <url>http://rifers.org</url>
    </organization>
    <issueManagement>
        <system>JIRA</system>
        <url>http://servlet.uwyn.com/issues/browse/RIFECNT</url>
    </issueManagement>
    <mailingLists>
        <mailingList>
            <name>RIFE users list</name>
            <post>mailto:rife-users@uwyn.com</post>
            <subscribe>http://uwyn.com/mailman/listinfo/rife-users</subscribe>
            <otherArchives>
                <otherArchive>http://dir.gmane.org/gmane.comp.java.rife.user</otherArchive>
            </otherArchives>
            <archive>http://rifers.org/pipermail/rife-users/</archive>
        </mailingList>
        <mailingList>
            <name>RIFE announcement list</name>
            <post>mailto:rife-announce@uwyn.com</post>
            <subscribe>http://uwyn.com/mailman/listinfo/rife-announce</subscribe>
            <otherArchives>
                <otherArchive>http://dir.gmane.org/gmane.comp.java.rife.announce</otherArchive>
            </otherArchives>
            <archive>http://rifers.org/pipermail/rife-announce/</archive>
        </mailingList>
        <mailingList>
            <name>RIFE developers list</name>
            <post>mailto:rife-devel@uwyn.com</post>
            <subscribe>http://uwyn.com/mailman/listinfo/rife-devel</subscribe>
            <otherArchives>
                <otherArchive>http://dir.gmane.org/gmane.comp.java.rife.devel</otherArchive>
            </otherArchives>
            <archive>http://rifers.org/pipermail/rife-devel/</archive>
        </mailingList>
    </mailingLists>
    <scm>
        <connection>https://svn.rifers.org/rife-continuations/trunk/</connection>
        <url>https://svn.rifers.org/rife-continuations/trunk/</url>
    </scm>
    <licenses>
        <license>
            <name>CDDL</name>
            <url>http://www.sun.com/cddl/</url>
        </license>
        <license>
            <name>LGPL</name>
            <url>http://www.fsf.org/licensing/licenses/lgpl.html</url>
        </license>
    </licenses>
    <dependencies>
        <!-- none -->
    </dependencies>
</project>
