<project>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>4</version>
  </parent>
  <groupId>com.almworks.integers</groupId>
  <artifactId>integers-wrappers</artifactId>
  <packaging>jar</packaging>
  <name>integers-wrappers</name>
  <version>1.1.0</version>
  <description>Wrappers for other libraries that implement interfaces from Integers</description>
  <url>http://code.google.com/p/integers</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>
  <organization>
    <name>ALM Works</name>
    <url>http://almworks.com</url>
  </organization>
  <issueManagement> 
    <system>Google code</system> 
    <url>http://code.google.com/p/integers/issues/list</url> 
  </issueManagement> 
  <scm>
    <connection>scm:svn:http://integers.googlecode.com/svn/trunk/</connection>
    <developerConnection>scm:svn:https://integers.googlecode.com/svn/trunk/</developerConnection>
    <url>http://integers.googlecode.com/svn/trunk/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>[3.8,)</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
