1 <?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.andkulikov</groupId> 6 <artifactId>transitionseverywhere</artifactId> 7 <version>1.6.9</version> 8 <packaging>aar</packaging> 9 <name>Transitions Everywhere</name> 10 <description>Backport of Android Transitions API</description> 11 <url>https://github.com/andkulikov/transitions-everywhere</url> 12 <licenses> 13 <license> 14 <name>The Apache Software License, Version 2.0</name> 15 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 16 <distribution>repo</distribution> 17 </license> 18 </licenses> 19 <developers> 20 <developer> 21 <id>andkulikov</id> 22 <name>Andrey Kulikov</name> 23 </developer> 24 </developers> 25 <scm> 26 <connection>https://github.com/andkulikov/transitions-everywhere.git</connection> 27 <developerConnection>scm:git (a] github.com:andkulikov/transitions-everywhere.git</developerConnection> 28 <url>https://github.com/andkulikov/transitions-everywhere</url> 29 </scm> 30 <dependencies> 31 <dependency> 32 <groupId>com.android.support</groupId> 33 <artifactId>support-v4</artifactId> 34 <version>22.2.1</version> 35 <scope>compile</scope> 36 </dependency> 37 </dependencies> 38 </project> 39