<?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>com.github.scalaprops</groupId>
    <artifactId>scalaprops-all_3</artifactId>
    <packaging>pom</packaging>
    <description>scalaprops unidoc</description>
    <url>https://github.com/scalaprops/scalaprops</url>
    <version>0.9.1</version>
    <licenses>
        <license>
            <name>MIT License</name>
            <url>https://opensource.org/licenses/mit-license</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>scalaprops-all</name>
    <organization>
        <name>com.github.scalaprops</name>
        <url>https://github.com/scalaprops/scalaprops</url>
    </organization>
    <developers>
        <developer>
            <id>xuwei-k</id>
            <name>Kenji Yoshida</name>
            <url>https://github.com/xuwei-k</url>
        </developer>
    </developers>
    <scm>
        <url>git@github.com:scalaprops/scalaprops.git</url>
        <connection>scm:git:git@github.com:scalaprops/scalaprops.git</connection>
        <tag>v0.9.1</tag>
    </scm>
</project>