<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.chipsalliance</groupId>
    <artifactId>chisel-plugin_2.13.5</artifactId>
    <packaging>jar</packaging>
    <description>chisel-plugin</description>
    <url>https://www.chisel-lang.org</url>
    <version>5.0.0-M2</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>chisel-plugin</name>
    <organization>
        <name>org.chipsalliance</name>
        <url>https://www.chipsalliance.org</url>
    </organization>
    <scm>
        <url>https://github.com/chipsalliance/chisel</url>
        <connection>scm:git:https://github.com/chipsalliance/chisel.git</connection>
        <developerConnection>scm:git:git@github.com:chipsalliance/chisel.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>jackkoenig</id>
            <name>Jack Koenig</name>
            <url>https://github.com/jackkoenig</url>
            <email>jack.koenig3@gmail.com</email>
        </developer>
        <developer>
            <id>azidar</id>
            <name>Adam Izraelevitz</name>
            <url>https://github.com/azidar</url>
            <email>azidar@gmail.com</email>
        </developer>
        <developer>
            <id>seldridge</id>
            <name>Schuyler Eldridge</name>
            <url>https://github.com/seldridge</url>
            <email>schuyler.eldridge@gmail.com</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>semver-spec</info.versionScheme>
    </properties>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-compiler</artifactId>
            <version>2.13.5</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.5</version>
        </dependency>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-reflect</artifactId>
            <version>2.13.5</version>
        </dependency>
    </dependencies>
</project>