blob: cda2650290f5251e5ccff26e1a6b3aea1697356a [file] [log] [blame]
Chris Warrington906468e2017-01-16 14:31:24 +00001<?xml version="1.0" encoding="UTF-8"?>
2<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"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>com.mcxiaoke.volley</groupId>
6 <artifactId>library</artifactId>
7 <version>1.0.18</version>
8 <name>Android-Volley Library</name>
9 <description>Volley is a network library from Android source code.</description>
10 <url>https://github.com/mcxiaoke/android-volley</url>
11 <licenses>
12 <license>
13 <name>The Apache Software License, Version 2.0</name>
14 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
15 <distribution>repo</distribution>
16 </license>
17 </licenses>
18 <developers>
19 <developer>
20 <id>mcxiaoke</id>
21 <name>Xiaoke Zhang</name>
22 </developer>
23 </developers>
24 <scm>
25 <connection>scm:git:git@github.com:mcxiaoke/android-volley.git</connection>
26 <developerConnection>scm:git:git@github.com:mcxiaoke/android-volley.git</developerConnection>
27 <url>https://github.com/mcxiaoke/android-volley</url>
28 </scm>
29</project>