<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>tech.yanand.maven-central-publish</groupId>
  <artifactId>tech.yanand.maven-central-publish.gradle.plugin</artifactId>
  <version>1.2.0</version>
  <packaging>pom</packaging>
  <name>Maven Central Portal Publish Plugin</name>
  <description>A plugin that allows you to publish repositories to the Maven Central Portal (new publish process)</description>
  <url>https://github.com/yananhub/flying-gradle-plugin</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>yananhub</id>
      <name>Richard Zhang</name>
      <email>yanandwy@163.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/yananhub/flying-gradle-plugin.git</connection>
    <developerConnection>scm:git:https://github.com/yananhub/flying-gradle-plugin.git</developerConnection>
    <url>https://github.com/yananhub/flying-gradle-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>tech.yanand.gradle</groupId>
      <artifactId>maven-central-publish</artifactId>
      <version>1.2.0</version>
    </dependency>
  </dependencies>
</project>
