<?xml version="1.0" encoding="UTF-8"?>
<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/maven-v4_0_0.xsd">

  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <artifactId>fitnesse</artifactId>
  <groupId>org.fitnesse</groupId>
  <version>20111025</version>
  <name>FitNesse</name>
  <packaging>jar</packaging>

  <description>
    FitNesse, the test automation wiki
  </description>

  <licenses>
    <license>
      <name>CPL Common Public License version 1.0</name>
      <url>http://www.opensource.org/licenses/cpl1.0</url>
    </license>
  </licenses>

  <scm>
    <connection>scm:git:git@github.com:unclebob/fitnesse.git</connection>
    <developerConnection>scm:git:git@github.com:unclebob/fitnesse.git</developerConnection>
    <url>git@github.com:unclebob/fitnesse.git</url>
  </scm>

</project>

