<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.chorusbdd</groupId>
  <artifactId>chorus</artifactId>
  <version>3.0.0</version>
  <name>chorus</name>
  <description>Chorus Open Source BDD Interpreter</description>
  <url>http://www.chorus-bdd.org</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>nick</id>
      <name>Nick Ebbutt</name>
      <email>chorusbdd@objectdefinitions.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/Chorus-bdd/Chorus</connection>
    <developerConnection>scm:git:https://github.com/Chorus-bdd/Chorus</developerConnection>
    <url>http://github.com/Chorus-bdd/Chorus</url>
  </scm>
</project>
