<?xml version="1.0" encoding="utf-8"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>edu.mit</groupId>
  <artifactId>jwi</artifactId>
  <version>2.2.3</version>
  <packaging>jar</packaging>

  <name>JWI</name>
  <description>The MIT Java Wordnet Interface</description>
  <url>http://projects.csail.mit.edu/jwi/</url>

  <licenses>
    <license>
      <name>Creative Commons Attribution-NonCommerical Version 3.0 Unported License</name>
      <url>http://creativecommons.org/licenses/by-nc/3.0/legalcode</url>
    </license>
  </licenses>

  <scm>
    <url>http://projects.csail.mit.edu/jwi/download.php?f=edu.mit.jwi_2.2.3_src.zip</url>
    <connection>http://projects.csail.mit.edu/jwi/download.php?f=edu.mit.jwi_2.2.3_src.zip</connection>
  </scm>

  <developers>
    <developer>
      <id>mark.finlayson</id>
      <name>Mark Finlayson</name>
      <email>markaf@alum.mit.edu</email>
    </developer>
  </developers>

  <properties>
    <maven.compiler.source>1.6</maven.compiler.source>
    <maven.compiler.target>1.6</maven.compiler.target>
    <encoding>UTF-8</encoding>
  </properties>

  <build>
    <sourceDirectory>${basedir}</sourceDirectory>
  </build>
</project>