<?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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.jamon</groupId>
        <artifactId>jamon-java-parent</artifactId>
        <version>2.4.1</version>
        <relativePath>../jamon-java-parent</relativePath>
    </parent>
    <artifactId>jamon-nodegen-plugin</artifactId>
    <name>jamon-nodegen-plugin</name>
    <version>2.4.1</version>
    <packaging>maven-plugin</packaging>
    <description>Jamon compiler AST node generation tool</description>
    <scm>
        <url>scm:svn:https://svn.code.sf.net/p/jamon/code/releases/jamon-nodegen-plugin/jamon-nodegen-plugin-2.4.1</url>
        <connection>scm:svn:https://svn.code.sf.net/p/jamon/code/releases/jamon-nodegen-plugin/jamon-nodegen-plugin-2.4.1</connection>
        <developerConnection>scm:svn:https://svn.code.sf.net/p/jamon/code/releases/jamon-nodegen-plugin/jamon-nodegen-plugin-2.4.1</developerConnection>
    </scm>
    <dependencies>
        <dependency>
            <groupId>org.apache.maven</groupId>
            <artifactId>maven-plugin-api</artifactId>
            <version>2.0</version>
        </dependency>
        <dependency>
            <groupId>org.apache.maven</groupId>
            <artifactId>maven-project</artifactId>
            <version>2.0</version>
        </dependency>
        <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <version>4.7</version>
        </dependency>
    </dependencies>
    <build>
      <plugins>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-plugin-plugin</artifactId>
          <version>2.7</version>
        </plugin>
      </plugins>
    </build>
</project>
