<?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">
    <parent>
        <artifactId>sec-boot-dependencies</artifactId>
        <groupId>cn.lioyan</groupId>
        <version>${revision}</version>
        <relativePath>../sec-boot-dependencies</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>sec-boot-parent</artifactId>
    <packaging>pom</packaging>
    <name>SEC Boot Parent</name>
    <url>${web.url}</url>
    <scm>
        <tag>master</tag>
        <url>git@github.com:lioyan1994111/sec-boot.git</url>
        <connection>git@github.com:lioyan1994111/sec-boot.git</connection>
        <developerConnection>git@github.com:lioyan1994111/sec-boot.git</developerConnection>
    </scm>

</project>