<?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-spring-boot</artifactId>
    <version>0.1.3</version>
  </parent>
  <groupId>io.github.microsphere-projects</groupId>
  <artifactId>microsphere-spring-boot-parent</artifactId>
  <version>0.1.3</version>
  <packaging>pom</packaging>
  <name>Microsphere :: Spring Boot :: Parent</name>
  <description>Microsphere Spring Boot Parent</description>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <properties>
    <microsphere-spring.version>0.1.3</microsphere-spring.version>
    <jolokia.version>1.7.2</jolokia.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>${spring-boot.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>io.github.microsphere-projects</groupId>
        <artifactId>microsphere-spring-dependencies</artifactId>
        <version>${microsphere-spring.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <profiles>
    <profile>
      <id>spring-boot-2.1</id>
      <properties>
        <spring-boot.version>2.1.18.RELEASE</spring-boot.version>
      </properties>
    </profile>
    <profile>
      <id>spring-boot-2.2</id>
      <properties>
        <spring-boot.version>2.2.13.RELEASE</spring-boot.version>
      </properties>
    </profile>
    <profile>
      <id>spring-boot-2.3</id>
      <properties>
        <spring-boot.version>2.3.12.RELEASE</spring-boot.version>
      </properties>
    </profile>
    <profile>
      <id>spring-boot-2.4</id>
      <properties>
        <spring-boot.version>2.4.13</spring-boot.version>
      </properties>
    </profile>
    <profile>
      <id>spring-boot-2.5</id>
      <properties>
        <spring-boot.version>2.5.15</spring-boot.version>
      </properties>
    </profile>
    <profile>
      <id>spring-boot-2.6</id>
      <properties>
        <spring-boot.version>2.6.15</spring-boot.version>
      </properties>
    </profile>
    <profile>
      <id>spring-boot-2.7</id>
      <activation>
        <activeByDefault>true</activeByDefault>
      </activation>
      <properties>
        <spring-boot.version>2.7.18</spring-boot.version>
      </properties>
    </profile>
  </profiles>
</project>
