<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.biojava.thirdparty</groupId>
<artifactId>forester</artifactId>
<packaging>jar</packaging>
<name>Forester</name>
<description>Applications and software libraries for evolutionary biology and comparative genomics research</description>
<url>https://code.google.com/p/forester/</url>

<version>1.005</version>
<licenses>
  <license>
    <name>GNU LGPL v2</name>
    <url>http://www.gnu.org/licenses/lgpl.html</url>    
    </license>
</licenses>

<scm>
  <connection>scm:svn:http://forester.googlecode.com/svn/</connection>
  <developerConnection>scm:svn:https://forester.googlecode.com/svn/</developerConnection>
  <url>https://code.google.com/p/forester/</url>
</scm>

<developers>
<developer>
	<id>christian</id>
	<name>Christian Zmasek</name>
	<email>cmzmasek@gmail.com</email>
</developer>
</developers>
</project>
