<?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>au.com.codeka</groupId>
  <artifactId>carrot</artifactId>
  <version>2.4.4</version>
  <name>Carrot</name>
  <description>Carrot is a Jinja-like templating library for Java.</description>
  <url>https://github.com/codeka/carrot</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>deanh</id>
      <name>Dean Harding</name>
      <email>dean@codeka.com.au</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com:codeka/carrot.git</connection>
    <developerConnection>scm:git:git://github.com:codeka/carrot.git</developerConnection>
    <url>https://github.com/codeka/carrot</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
