<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.c2.fit</groupId>
  <artifactId>fit</artifactId>
  <version>1.1</version>
  <packaging>jar</packaging>
  <name>Fit</name>
  <url>http://fit.c2.com</url>
  <description>The Fit is a tool for enhancing collaboration in software development.</description>
  <licenses>
    <license>
      <name>GNU General Public License</name>
      <url>http://fit.c2.com/Release/Source/license.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://fit.cvs.sourceforge.net/fit/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
    </dependency>
  </dependencies>
</project>
 
