Created
December 2, 2015 13:52
-
-
Save sbliven/7ebb27b1413c98a39dc6 to your computer and use it in GitHub Desktop.
POM file for forester 1.038 based on the 1.005 POM. The URLs seem to be out-of-date here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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.038</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>[email protected]</email> | |
</developer> | |
</developers> | |
</project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment