<?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>org.graalvm.nativeimage</groupId>
  <artifactId>svm-hosted-native-windows-amd64</artifactId>
  <version>19.3.6</version>
  <packaging>tar.gz</packaging>
  <url>https://github.com/oracle/graal/tree/master/substratevm</url>
  <name>Svm Hosted Native</name>
  <description>SubstrateVM image builder native components</description>
  <developers>
    <developer>
      <name>GraalVM Development</name>
      <email>graalvm-dev@oss.oracle.com</email>
      <organization>Oracle Corporation</organization>
      <organizationUrl>http://www.graalvm.org/</organizationUrl>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>GNU General Public License, version 2, with the Classpath Exception</name>
      <url>http://openjdk.java.net/legal/gplv2+ce.html</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:https://github.com/oracle/graal.git</connection>
    <developerConnection>scm:git:git@github.com:oracle/graal.git</developerConnection>
    <url>https://github.com/oracle/graal</url>
  </scm>
</project>
