<?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>com.aizuda</groupId>
  <artifactId>easy-retry</artifactId>
  <version>0.0.2</version>
  <packaging>pom</packaging>
  <name>easy-retry</name>
  <description>easy-retry</description>
  <url>https://spring.io/projects/spring-boot/easy-retry</url>
  <licenses>
    <license>
      <name>GNU General Public License v3.0</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>byteblogs</name>
      <email>byteblogs@aliyun.com</email>
      <url>https://github.com/byteblogs168</url>
    </developer>
  </developers>
  <scm>
    <connection>https://gitee.com/aizuda/easy-retry.git</connection>
    <developerConnection>https://gitee.com/aizuda/</developerConnection>
    <url>https://github.com/byteblogs168/easy-retry</url>
  </scm>
</project>
