<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>pub.ihub.plugin</groupId>
  <artifactId>ihub-aware</artifactId>
  <version>1.2.2</version>
  <name>ihub-aware</name>
  <description>IHub Plugins：一套Gradle插件集，封装了常用Gradle插件，并做了一些个性化缺省配置，极大的简化项目管理配置。</description>
  <url>https://doc.ihub.pub/plugins</url>
  <inceptionYear>2020</inceptionYear>
  <organization>
    <name>IHub</name>
    <url>https://ihub.pub</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://choosealicense.com/licenses/apache-2.0/</url>
      <comments>A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.</comments>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>henry-hub</id>
      <name>henry</name>
      <url>https://github.com/henry-hub</url>
    </developer>
    <developer>
      <id>codacy-badger</id>
      <name>Codacy Badger</name>
      <url>https://github.com/codacy-badger</url>
    </developer>
    <developer>
      <id>zhanghuabin</id>
      <name>Huabin Zhang</name>
      <url>https://github.com/zhanghuabin</url>
    </developer>
    <developer>
      <id>gitter-badger</id>
      <name>The Gitter Badger</name>
      <url>https://github.com/gitter-badger</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/ihub-pub/plugins.git</connection>
    <developerConnection>scm:git:git@github.com:ihub-pub/plugins.git</developerConnection>
    <tag>1.2.2</tag>
    <url>https://github.com/ihub-pub/plugins</url>
  </scm>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/ihub-pub/plugins/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/ihub-pub/plugins/actions</url>
  </ciManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>pub.ihub.lib</groupId>
        <artifactId>ihub-libs</artifactId>
        <version>1.0.6</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
