<?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>io.github.microsphere-projects</groupId>
    <artifactId>microsphere-build</artifactId>
    <version>0.2.1</version>
  </parent>
  <groupId>io.github.microsphere-projects</groupId>
  <artifactId>microsphere-spring-boot</artifactId>
  <version>0.2.3</version>
  <packaging>pom</packaging>
  <name>Microsphere :: Spring Boot</name>
  <description>Microsphere Spring Boot</description>
  <url>https://github.com/microsphere-projects/microsphere-spring-boot</url>
  <organization>
    <name>Microsphere</name>
    <url>https://github.com/microsphere-projects</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mercyblitz</id>
      <name>Mercy Ma</name>
      <email>mercyblitz@gmail.com</email>
      <organization>Microsphere</organization>
      <roles>
        <role>lead</role>
        <role>architect</role>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
  <modules>
    <module>microsphere-spring-boot-parent</module>
    <module>microsphere-spring-boot-dependencies</module>
    <module>microsphere-spring-boot-core</module>
    <module>microsphere-spring-boot-actuator</module>
  </modules>
  <scm>
    <connection>scm:git:${project.scm.url}</connection>
    <developerConnection>scm:git:ssh://${project.scm.url}</developerConnection>
    <url>git@github.com/microsphere-projects/microsphere-spring-boot.git</url>
  </scm>
  <properties>
    <java.version>17</java.version>
    <revision>0.2.3-SNAPSHOT</revision>
  </properties>
</project>
