<?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.alpha2j</groupId>
    <artifactId>microservice-boot-core</artifactId>
    <version>0.0.5-GA</version>
  </parent>
  <groupId>cn.alpha2j</groupId>
  <artifactId>tools-microservice-boot</artifactId>
  <version>0.0.5-GA</version>
  <name>microservice-boot</name>
  <description>An archetype for your microservice startup</description>
  <url>https://github.com/Alpha2J/microservice-boot</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>Jeb.Wang</name>
      <email>jeb.wannng@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/Alpha2J/microservice-boot.git</connection>
    <developerConnection>https://github.com/Alpha2J/microservice-boot.git</developerConnection>
    <url>https://github.com/Alpha2J/microservice-boot</url>
  </scm>
</project>
