<?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.qihoo360.replugin</groupId>
  <artifactId>replugin-plugin-lib</artifactId>
  <version>2.2.0</version>
  <packaging>aar</packaging>
  <name>RePlugin - A flexible, stable, easy-to-use Android Plug-in Framework</name>
  <url>https://github.com/Qihoo360/RePlugin</url>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>qihoo360</id>
      <name>qihoo360</name>
      <email>replugin@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/Qihoo360/RePlugin</connection>
    <developerConnection>https://github.com/Qihoo360/RePlugin</developerConnection>
    <url>https://github.com/Qihoo360/RePlugin</url>
  </scm>
</project>
