<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>cn.hiboot.mcn</groupId>
    <artifactId>mcn-boot-dependencies</artifactId>
    <version>2.7.2</version>
    <relativePath>../mcn-boot-dependencies</relativePath>
  </parent>
  <groupId>cn.hiboot.mcn</groupId>
  <artifactId>mcn-boot-parent</artifactId>
  <version>2.7.2</version>
  <packaging>pom</packaging>
  <name>MCN Boot Parent</name>
  <description>MCN Boot Parent</description>
  <url>http://www.hiboot.cn</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>DingHao</name>
      <email>dinghao_1989@163.com</email>
      <url>http://www.hiboot.cn/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/kse-music/mcn-boot-project.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/kse-music/mcn-boot-project.git</developerConnection>
    <url>https://github.com/kse-music/mcn-boot-project</url>
  </scm>
</project>
