<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>com.r3.conclave</groupId>
  <artifactId>graalvm</artifactId>
  <version>22.0.0.2-1.4-beta1</version>
  <packaging>tar.gz</packaging>
  <name>graalvm</name>
  <description>Graal VM</description>
  <url>https://github.com/R3Conclave/graal-patches</url>
  <licenses>
    <license>
      <name>GNU General Public License, version 2, with the Classpath Exception</name>
      <url>https://github.com/R3Conclave/graal-patches/blob/HEAD/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <email>conclave@r3.com</email>
      <organization>R3 LLC</organization>
      <organizationUrl>https://www.r3.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/R3Conclave/graal-patches.git</connection>
    <developerConnection>scm:git:ssh://github.com:R3Conclave/graal-patches.git</developerConnection>
    <url>https://github.com/R3Conclave/graal-patches/tree/master</url>
  </scm>
</project>
