<?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.zhuziplay</groupId>
  <artifactId>cnoaid</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>发布库的简单名称</name>
  <description>发布包的描述</description>
  <url>可以写公司官网地址或github个人页面地址</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>KuangHao</id>
      <name>这里随意填写就可以</name>
      <email>k9999d@126.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:替换成项目git地址</connection>
    <developerConnection>scm:替换为git开头的项目地址</developerConnection>
    <url>项目首页，可以是github项目的主页</url>
  </scm>
</project>
