<?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>lang-css</artifactId>
  <version>6.2.1</version>
  <name>codemirror lang-css</name>
  <description>CSS language support for the CodeMirror code editor</description>
  <url>https://github.com/codemirror/lang-css#readme</url>
  <organization>
    <name>Marijn Haverbeke</name>
    <url>https://github.com/codemirror/lang-css#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/lang-css.git</connection>
    <developerConnection>https://github.com/codemirror/lang-css.git</developerConnection>
    <url>https://github.com/codemirror/lang-css</url>
  </scm>
  <issueManagement>
    <url>https://github.com/codemirror/lang-css/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm.at.codemirror-state.version>[6.0.0,7)</org.mvnpm.at.codemirror-state.version>
    <org.mvnpm.at.lezer-common.version>[1.0.2,2)</org.mvnpm.at.lezer-common.version>
    <org.mvnpm.at.codemirror-language.version>[6.0.0,7)</org.mvnpm.at.codemirror-language.version>
    <org.mvnpm.at.lezer-css.version>[1.0.0,2)</org.mvnpm.at.lezer-css.version>
    <org.mvnpm.at.codemirror-autocomplete.version>[6.0.0,7)</org.mvnpm.at.codemirror-autocomplete.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm.at.codemirror</groupId>
      <artifactId>autocomplete</artifactId>
      <version>${org.mvnpm.at.codemirror-autocomplete.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.codemirror</groupId>
      <artifactId>language</artifactId>
      <version>${org.mvnpm.at.codemirror-language.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.codemirror</groupId>
      <artifactId>state</artifactId>
      <version>${org.mvnpm.at.codemirror-state.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.lezer</groupId>
      <artifactId>common</artifactId>
      <version>${org.mvnpm.at.lezer-common.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm.at.lezer</groupId>
      <artifactId>css</artifactId>
      <version>${org.mvnpm.at.lezer-css.version}</version>
    </dependency>
  </dependencies>
</project>
