<?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-java</artifactId>
    <version>0.3.9</version>
  </parent>
  <groupId>io.github.microsphere-projects</groupId>
  <artifactId>microsphere-java-parent</artifactId>
  <version>0.3.9</version>
  <packaging>pom</packaging>
  <name>Microsphere :: Java :: Parent</name>
  <description>Microsphere Java Parent</description>
  <url>https://github.com/microsphere-projects/microsphere-java/microsphere-java-parent</url>
  <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>
  <scm>
    <connection>scm:git:git@github.com/microsphere-projects/microsphere-java.git/microsphere-java-parent/microsphere-java-parent</connection>
    <developerConnection>scm:git:ssh://git@github.com/microsphere-projects/microsphere-java.git/microsphere-java-parent/microsphere-java-parent</developerConnection>
    <url>git@github.com/microsphere-projects/microsphere-java.git/microsphere-java-parent</url>
  </scm>
  <properties>
    <microsphere-bom.version>0.2.8</microsphere-bom.version>
    <spring-framework.version>7.0.8</spring-framework.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>io.github.microsphere-projects</groupId>
        <artifactId>microsphere-all-bom</artifactId>
        <version>${microsphere-bom.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>org.springframework</groupId>
        <artifactId>spring-framework-bom</artifactId>
        <version>${spring-framework.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <profiles>
    <profile>
      <id>java8-16</id>
      <activation>
        <jdk>[1.8,17)</jdk>
      </activation>
      <properties>
        <spring-framework.version>5.3.39</spring-framework.version>
      </properties>
    </profile>
  </profiles>
</project>
