<?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>io.github.miscsstake</groupId>
        <artifactId>maven-package-depend</artifactId>
        <version>1.0.0</version>
    </parent>

    <artifactId>lombok-test</artifactId>
    <version>1.0.0</version>
    <name>lombok-test</name>
    <description>测试 Lombok 依赖</description>
    <url>https://github.com/miscsstake/eagle-maven-package-depend</url>

    <properties>
        <maven.compiler.source>8</maven.compiler.source>
        <maven.compiler.target>8</maven.compiler.target>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>


    <scm>
        <connection>scm:git:https://github.com/miscsstake/eagle-maven-package-depend.git</connection>
        <developerConnection>scm:git:https://github.com/miscsstake/eagle-maven-package-depend.git</developerConnection>
        <url>https://github.com/miscsstake/eagle-maven-package-depend</url>
    </scm>

    <developers>
        <developer>
            <name>Your Name</name>
            <email>502399450@qq.com</email>
            <organization>miscsstake</organization>
            <organizationUrl>https://github.com/miscsstake</organizationUrl>
        </developer>
    </developers>

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



</project>