<?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>io.github.china-mobile2008</groupId>
  <artifactId>banner</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>banner</name>
  <description>A concise description of my library</description>
  <url>http://www.example.com/library</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>johnd</id>
      <name>John Doe</name>
      <email>john.doe@example.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://example.com/my-library.git</connection>
    <developerConnection>scm:git:ssh://example.com/my-library.git</developerConnection>
    <url>http://example.com/my-library/</url>
  </scm>
  <properties>
    <prop.with.dots>anotherValue</prop.with.dots>
    <myProp>value</myProp>
  </properties>
</project>
