1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 3 <modelVersion>4.0.0</modelVersion> 4 <groupId>com.android.databinding</groupId> 5 <artifactId>baseLibrary</artifactId> 6 <version>2.1.3</version> 7 <description>Shared library between Data Binding runtime lib and compiler</description> 8 <url>http://tools.android.com/</url> 9 <name>com.android.databinding.baseLibrary</name> 10 <licenses> 11 <license> 12 <name>The Apache Software License, Version 2.0</name> 13 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> 14 <distribution>repo</distribution> 15 </license> 16 </licenses> 17 <developers> 18 <developer> 19 <name>The Android Open Source Project</name> 20 </developer> 21 </developers> 22 <scm> 23 <connection>git://android.googlesource.com/platform/tools/base.git</connection> 24 <url>https://android.googlesource.com/platform/tools/base</url> 25 </scm> 26 </project> 27