<?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>org.mvnpm.at.codemirror</groupId>
  <artifactId>lint</artifactId>
  <version>6.7.1</version>
  <name>codemirror lint</name>
  <description>Linting support for the CodeMirror code editor</description>
  <url>https://github.com/codemirror/lint#readme</url>
  <organization>
    <name>Marijn Haverbeke</name>
    <url>https://github.com/codemirror/lint#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>adrianheine</name>
      <email>mail@adrianheine.de</email>
    </developer>
    <developer>
      <name>marijn</name>
      <email>marijn@haverbeke.berlin</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/codemirror/lint.git</connection>
    <developerConnection>https://github.com/codemirror/lint.git</developerConnection>
    <url>https://github.com/codemirror/lint</url>
  </scm>
  <issueManagement>
    <url>https://github.com/codemirror/lint/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm.at.codemirror-state.version>[6.0.0,7)</org.mvnpm.at.codemirror-state.version>
    <org.mvnpm.at.codemirror-view.version>[6.0.0,7)</org.mvnpm.at.codemirror-view.version>
    <org.mvnpm-crelt.version>[1.0.5,2)</org.mvnpm-crelt.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm.at.codemirror</groupId>
      <artifactId>state</artifactId>
      <version>${org.mvnpm.at.codemirror-state.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.codemirror</groupId>
      <artifactId>view</artifactId>
      <version>${org.mvnpm.at.codemirror-view.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>crelt</artifactId>
      <version>${org.mvnpm-crelt.version}</version>
    </dependency>
  </dependencies>
</project>
