<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.byteblogs</groupId>
  <artifactId>x-retry</artifactId>
  <version>0.2.0.0</version>
  <packaging>pom</packaging>
  <name>x-retry</name>
  <description>x-retry</description>
  <url>https://spring.io/projects/spring-boot/x-retry</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.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://github.com/byteblogs168/x-retry.git</connection>
    <developerConnection>https://github.com/byteblogs168</developerConnection>
    <url>https://github.com/byteblogs168/x-retry</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
</project>
