<?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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>de.sormuras</groupId>
    <artifactId>java-compiler-script-engine</artifactId>
    <version>0.2.1</version>

    <name>Java Compiler Script Engine</name>
    <description>JSR 223 facade for javac, the foundation Java compiler</description>
    <url>https://github.com/sormuras/java-compiler-script-engine</url>
    <scm>
        <url>https://github.com/sormuras/java-compiler-script-engine.git</url>
        <connection>scm:git:https://github.com/sormuras/java-compiler-script-engine.git</connection>
        <tag>HEAD</tag>
    </scm>

    <developers>
        <developer>
            <name>Christian Stein</name>
            <id>sormuras</id>
        </developer>
    </developers>

    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

</project>
