<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.projectnessie</groupId>
  <artifactId>nessie-antlr-runtime</artifactId>
  <version>4.10</version>
  <name>nessie-antlr-runtime</name>
  <description>Relocated antlr-runtime</description>
  <url>https://github.com/projectnessie/nessie-antlr-runtime</url>
  <inceptionYear>2022</inceptionYear>
  <organization>
    <name>Project Nessie</name>
    <url>https://projectnessie.org</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>snazy</id>
      <name>Robert Stupp</name>
      <url>https://github.com/snazy</url>
    </developer>
    <developer>
      <id>nastra</id>
      <name>Eduard Tudenhoefner</name>
      <url>https://github.com/nastra</url>
    </developer>
    <developer>
      <id>rymurr</id>
      <name>Ryan Murray</name>
      <url>https://github.com/rymurr</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/projectnessie/nessie-antlr-runtime</connection>
    <developerConnection>scm:git:https://github.com/projectnessie/nessie-antlr-runtime</developerConnection>
    <tag>main</tag>
    <url>https://github.com/projectnessie/nessie-antlr-runtime/tree/main</url>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/projectnessie/nessie-antlr-runtime/issues</url>
  </issueManagement>
  <dependencies/>
</project>
