<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>cn.filaura</groupId>
        <artifactId>weave-parent</artifactId>
        <version>1.0.0</version>
    </parent>

    <artifactId>weave</artifactId>

    <name>weave</name>
    <description>A lightweight Java toolkit that automates dictionary mapping and cross-table referencing processing through annotations, slashing boilerplate code</description>
    <url>https://github.com/Lisim2023/weave</url>

    <licenses>
        <license>
            <name>Apache License, Version 2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
            <comments>A business-friendly OSS license</comments>
        </license>
    </licenses>

    <developers>
        <developer>
            <name>Lisim2023</name>
            <email>138837428+Lisim2023@users.noreply.github.com</email>
        </developer>
    </developers>

    <scm>
        <url>https://github.com/Lisim2023/weave</url>
        <connection>scm:git@github.com:Lisim2023/weave.git</connection>
    </scm>

</project>