<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>
 
  <name>OpenForecast</name>
  <description>OpenForecast is an open source forecasting system.</description>
  <url>http://sourceforge.net/projects/openforecast/</url>
  <inceptionYear>2003</inceptionYear>
  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1</name>
      <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Steven R. Gould</name>
      <email>openforecast@stevengould.org</email>
      <organization>StevenGould.org</organization>
      <organizationUrl>http://stevengould.org/</organizationUrl>
    </developer>
  </developers>

    <parent>
      <groupId>com.github.lbordowitz.openforecast</groupId>
      <artifactId>root</artifactId>
      <version>0.5.0</version>
    </parent>

  <groupId>com.github.lbordowitz.openforecast</groupId>
  <artifactId>openforecast</artifactId>
  <version>0.5.0</version>

  <dependencies>
    <dependency>
        <groupId>jfree</groupId>
        <artifactId>jcommon</artifactId>
    </dependency>
    <dependency>
      <groupId>jfree</groupId>
      <artifactId>jfreechart</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
	  <scope>test</scope>
    </dependency>
  </dependencies>

  <scm>
    <connection>scm:git:git://github.com/lbordowitz/OpenForecast.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/lbordowitz/OpenForecast.git</developerConnection>
    <url>https://github.com/lbordowitz/OpenForecast</url>
    <tag>HEAD</tag>
  </scm>

  <!-- TODO
  <distributionManagement>

  </distributionManagement>
  -->

</project>
