<?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</groupId>
  <artifactId>whatwg-url</artifactId>
  <version>5.0.0</version>
  <name>whatwg-url</name>
  <description>An implementation of the WHATWG URL Standard's URL API and parsing machinery</description>
  <url>https://github.com/jsdom/whatwg-url#readme</url>
  <organization>
    <name>Sebastian Mayr</name>
    <url>https://github.com/jsdom/whatwg-url#readme</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>domenic</name>
      <email>d@domenic.me</email>
    </developer>
    <developer>
      <name>sebmaster</name>
      <email>sebmaster16@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/jsdom/whatwg-url.git</connection>
    <developerConnection>https://github.com/jsdom/whatwg-url.git</developerConnection>
    <url>https://github.com/jsdom/whatwg-url</url>
  </scm>
  <issueManagement>
    <url>https://github.com/jsdom/whatwg-url/issues</url>
  </issueManagement>
  <properties>
    <org.mvnpm-tr46.version>[0.0.3,0.1)</org.mvnpm-tr46.version>
    <org.mvnpm-webidl-conversions.version>[3.0.0,4)</org.mvnpm-webidl-conversions.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>tr46</artifactId>
      <version>${org.mvnpm-tr46.version}</version>
    </dependency>
    <dependency>
      <groupId>org.mvnpm</groupId>
      <artifactId>webidl-conversions</artifactId>
      <version>${org.mvnpm-webidl-conversions.version}</version>
    </dependency>
  </dependencies>
</project>
