<?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>
  <groupId>cn.taketoday</groupId>
  <artifactId>today-core</artifactId>
  <version>4.0.0-Draft.6</version>
  <name>today-core</name>
  <description>Infra Core Technologies</description>
  <url>https://github.com/TAKETODAY/today-infrastructure</url>
  <organization>
    <name>TODAY Tech</name>
    <url>https://taketoday.cn</url>
  </organization>
  <licenses>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>taketoday</id>
      <name>Harry Yang</name>
      <email>i.take.today@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/TAKETODAY/today-infrastructure</connection>
    <developerConnection>scm:git:git://github.com/TAKETODAY/today-infrastructure</developerConnection>
    <url>https://github.com/TAKETODAY/today-infrastructure.git</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/TAKETODAY/today-infrastructure/issues</url>
  </issueManagement>
</project>
