<?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.concordion</groupId>
  <artifactId>concordion-executeonlyif-extension</artifactId>
  <version>0.2.1</version>
  <name>concordion-executeonlyif-extension</name>
  <description>An extension to Concordion that adds a `executeOnlyIf` command that conditionally executes child commands</description>
  <url>https://github.com/concordion/concordion-executeonlyif-extension</url>
  <inceptionYear>2014</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>andrew-sumner</id>
      <name>Andrew Sumner</name>
      <roles>
        <role>Project owner</role>
      </roles>
    </developer>
  </developers>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/concordion/concordion-executeonlyif-extension/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git://github.com/concordion/concordion-executeonlyif-extension.git</connection>
    <developerConnection>scm:git:git@github.com:concordion/concordion-executeonlyif-extension.git</developerConnection>
    <url>https://github.com/concordion/concordion-executeonlyif-extension.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.concordion</groupId>
      <artifactId>concordion</artifactId>
      <version>1.4.7</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
