<?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>com.github.rjolly</groupId>
  <artifactId>jshellscriptengine</artifactId>
  <packaging>jar</packaging>
  <version>1.0</version>
  <url>http://github.com/dmac100/JShellScriptEngine/</url>
  <description>A JSR-223 ScriptEngine for Java that allows execution of Java snippets via the JShell repl in Java 9.</description>
  <licenses>
    <license>
      <name>Apache</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <name>jshellscriptengine</name>
  <organization>
    <name>com.github.dmac100</name>
  </organization>
  <scm>
    <url>git@github.com:rjolly/JShellScriptEngine.git</url>
    <connection>scm:git:git@github.com:rjolly/JShellScriptEngine.git</connection>
  </scm>
  <developers>
    <developer>
      <id>dmac100</id>
      <name>dmac100</name>
      <url>http://github.com/dmac100</url>
    </developer>
  </developers>
</project>
