<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>com.carrotsearch</groupId>
    <artifactId>hppc</artifactId>
    <version>0.3.2</version>
    <packaging>jar</packaging>

    <name>HPPC</name>
    <description>High Performance Primitive Collections</description>
    <url>http://labs.carrotsearch.com/hppc.html</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>https://carrot2.svn.sourceforge.net/svnroot/carrot2/labs/hppc/</url>
      <connection>scm:svn:https://carrot2.svn.sourceforge.net/svnroot/carrot2/labs/hppc/trunk/hppc-core</connection>
      <developerConnection>scm:svn:https://carrot2.svn.sourceforge.net/svnroot/carrot2/labs/hppc/trunk/hppc-core</developerConnection>
    </scm>

    <developers>
      <developer>
        <id>dweiss</id>
	<name>Dawid Weiss</name>
        <email>dawid.weiss@carrotsearch.com</email>
      </developer>
      
      <developer>
        <id>sosinski</id>
	<name>Stanisław Osiński</name>
        <email>stanislaw.osinski@carrotsearch.com</email>
      </developer>
    </developers>
</project>
