summaryrefslogtreecommitdiff
path: root/com/android/tools/build/builder-model/3.2.0-beta03/builder-model-3.2.0-beta03.pom
diff options
context:
space:
mode:
Diffstat (limited to 'com/android/tools/build/builder-model/3.2.0-beta03/builder-model-3.2.0-beta03.pom')
-rw-r--r--com/android/tools/build/builder-model/3.2.0-beta03/builder-model-3.2.0-beta03.pom36
1 files changed, 36 insertions, 0 deletions
diff --git a/com/android/tools/build/builder-model/3.2.0-beta03/builder-model-3.2.0-beta03.pom b/com/android/tools/build/builder-model/3.2.0-beta03/builder-model-3.2.0-beta03.pom
new file mode 100644
index 000000000..df0332afa
--- /dev/null
+++ b/com/android/tools/build/builder-model/3.2.0-beta03/builder-model-3.2.0-beta03.pom
@@ -0,0 +1,36 @@
+<?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.android.tools.build</groupId>
+ <artifactId>builder-model</artifactId>
+ <version>3.2.0-beta03</version>
+ <name>Android Builder Model library</name>
+ <description>Model for the Builder library.</description>
+ <url>https://developer.android.com/studio</url>
+ <inceptionYear>2007</inceptionYear>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <developers>
+ <developer>
+ <name>The Android Open Source Project</name>
+ </developer>
+ </developers>
+ <scm>
+ <connection>git://android.googlesource.com/platform/tools/base.git</connection>
+ <url>https://android.googlesource.com/platform/tools/base</url>
+ </scm>
+ <dependencies>
+ <dependency>
+ <groupId>com.android.tools</groupId>
+ <artifactId>annotations</artifactId>
+ <version>26.2.0-beta03</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>