Add development build of gradle plugin to offline repository

When the 2.3 release is ready simply revert this CL to remove the (by now
unused) development build of the plugin.

Change-Id: I0561ec2b07e16f998408663710e4c826b1be1236
diff --git a/common/offline-m2/com/android/databinding/baseLibrary/2.3.0-dev/baseLibrary-2.3.0-dev-sources.jar b/common/offline-m2/com/android/databinding/baseLibrary/2.3.0-dev/baseLibrary-2.3.0-dev-sources.jar
new file mode 100644
index 0000000..e9439ff
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/baseLibrary/2.3.0-dev/baseLibrary-2.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/databinding/baseLibrary/2.3.0-dev/baseLibrary-2.3.0-dev.jar b/common/offline-m2/com/android/databinding/baseLibrary/2.3.0-dev/baseLibrary-2.3.0-dev.jar
new file mode 100644
index 0000000..112d8a2
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/baseLibrary/2.3.0-dev/baseLibrary-2.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/databinding/baseLibrary/2.3.0-dev/baseLibrary-2.3.0-dev.pom b/common/offline-m2/com/android/databinding/baseLibrary/2.3.0-dev/baseLibrary-2.3.0-dev.pom
new file mode 100644
index 0000000..396bacd
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/baseLibrary/2.3.0-dev/baseLibrary-2.3.0-dev.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.databinding</groupId>
+  <artifactId>baseLibrary</artifactId>
+  <version>2.3.0-dev</version>
+  <name>Data Binding Base Library</name>
+  <description>Shared library between Data Binding runtime lib and compiler</description>
+  <url>http://tools.android.com</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>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/databinding/compiler/2.3.0-dev/compiler-2.3.0-dev-sources.jar b/common/offline-m2/com/android/databinding/compiler/2.3.0-dev/compiler-2.3.0-dev-sources.jar
new file mode 100644
index 0000000..031bd05
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/compiler/2.3.0-dev/compiler-2.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/databinding/compiler/2.3.0-dev/compiler-2.3.0-dev.jar b/common/offline-m2/com/android/databinding/compiler/2.3.0-dev/compiler-2.3.0-dev.jar
new file mode 100644
index 0000000..3f1c147
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/compiler/2.3.0-dev/compiler-2.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/databinding/compiler/2.3.0-dev/compiler-2.3.0-dev.pom b/common/offline-m2/com/android/databinding/compiler/2.3.0-dev/compiler-2.3.0-dev.pom
new file mode 100644
index 0000000..09ca2a7
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/compiler/2.3.0-dev/compiler-2.3.0-dev.pom
@@ -0,0 +1,78 @@
+<?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.databinding</groupId>
+  <artifactId>compiler</artifactId>
+  <version>2.3.0-dev</version>
+  <name>Data Binding Annotation Processor</name>
+  <description>The annotation processor for Data Binding. Generates binding classes for runtime.</description>
+  <url>http://tools.android.com</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.databinding</groupId>
+      <artifactId>compilerCommon</artifactId>
+      <version>2.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.databinding</groupId>
+      <artifactId>baseLibrary</artifactId>
+      <version>2.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-stdlib</artifactId>
+      <version>1.0.2</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.10</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4</artifactId>
+      <version>4.5.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+      <version>1.0.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/databinding/compilerCommon/2.3.0-dev/compilerCommon-2.3.0-dev-sources.jar b/common/offline-m2/com/android/databinding/compilerCommon/2.3.0-dev/compilerCommon-2.3.0-dev-sources.jar
new file mode 100644
index 0000000..1e536bb
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/compilerCommon/2.3.0-dev/compilerCommon-2.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/databinding/compilerCommon/2.3.0-dev/compilerCommon-2.3.0-dev.jar b/common/offline-m2/com/android/databinding/compilerCommon/2.3.0-dev/compilerCommon-2.3.0-dev.jar
new file mode 100644
index 0000000..6d75afd
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/compilerCommon/2.3.0-dev/compilerCommon-2.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/databinding/compilerCommon/2.3.0-dev/compilerCommon-2.3.0-dev.pom b/common/offline-m2/com/android/databinding/compilerCommon/2.3.0-dev/compilerCommon-2.3.0-dev.pom
new file mode 100644
index 0000000..b1ef114
--- /dev/null
+++ b/common/offline-m2/com/android/databinding/compilerCommon/2.3.0-dev/compilerCommon-2.3.0-dev.pom
@@ -0,0 +1,72 @@
+<?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.databinding</groupId>
+  <artifactId>compilerCommon</artifactId>
+  <version>2.3.0-dev</version>
+  <name>Data Binding Compiler Common</name>
+  <description>Common library that can be shared between different build tools</description>
+  <url>http://tools.android.com</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.databinding</groupId>
+      <artifactId>baseLibrary</artifactId>
+      <version>2.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.antlr</groupId>
+      <artifactId>antlr4</artifactId>
+      <version>4.5.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.googlecode.juniversalchardet</groupId>
+      <artifactId>juniversalchardet</artifactId>
+      <version>1.0.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>17.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>annotations</artifactId>
+      <version>24.5.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/analytics-library/protos/25.3.0-dev/protos-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/analytics-library/protos/25.3.0-dev/protos-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..51d6738
--- /dev/null
+++ b/common/offline-m2/com/android/tools/analytics-library/protos/25.3.0-dev/protos-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/analytics-library/protos/25.3.0-dev/protos-25.3.0-dev.jar b/common/offline-m2/com/android/tools/analytics-library/protos/25.3.0-dev/protos-25.3.0-dev.jar
new file mode 100644
index 0000000..9dde46a
--- /dev/null
+++ b/common/offline-m2/com/android/tools/analytics-library/protos/25.3.0-dev/protos-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/analytics-library/protos/25.3.0-dev/protos-25.3.0-dev.pom b/common/offline-m2/com/android/tools/analytics-library/protos/25.3.0-dev/protos-25.3.0-dev.pom
new file mode 100644
index 0000000..0a5195b
--- /dev/null
+++ b/common/offline-m2/com/android/tools/analytics-library/protos/25.3.0-dev/protos-25.3.0-dev.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.analytics-library</groupId>
+  <artifactId>protos</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Tools Analytics Protobufs</name>
+  <description>Library containing protobufs for usage analytics.</description>
+  <url>http://tools.android.com</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.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+      <version>3.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/analytics-library/shared/25.3.0-dev/shared-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/analytics-library/shared/25.3.0-dev/shared-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..21c9019
--- /dev/null
+++ b/common/offline-m2/com/android/tools/analytics-library/shared/25.3.0-dev/shared-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/analytics-library/shared/25.3.0-dev/shared-25.3.0-dev.jar b/common/offline-m2/com/android/tools/analytics-library/shared/25.3.0-dev/shared-25.3.0-dev.jar
new file mode 100644
index 0000000..c3d18ab
--- /dev/null
+++ b/common/offline-m2/com/android/tools/analytics-library/shared/25.3.0-dev/shared-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/analytics-library/shared/25.3.0-dev/shared-25.3.0-dev.pom b/common/offline-m2/com/android/tools/analytics-library/shared/25.3.0-dev/shared-25.3.0-dev.pom
new file mode 100644
index 0000000..a0badd1
--- /dev/null
+++ b/common/offline-m2/com/android/tools/analytics-library/shared/25.3.0-dev/shared-25.3.0-dev.pom
@@ -0,0 +1,78 @@
+<?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.analytics-library</groupId>
+  <artifactId>shared</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Tools Analytics Shared Library</name>
+  <description>Helper Library for tracking usage analytics.</description>
+  <url>http://tools.android.com</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.analytics-library</groupId>
+      <artifactId>protos</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>annotations</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>common</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.gson</groupId>
+      <artifactId>gson</artifactId>
+      <version>2.2.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>0.28</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>testutils</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/analytics-library/tracker/25.3.0-dev/tracker-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/analytics-library/tracker/25.3.0-dev/tracker-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..da20c49
--- /dev/null
+++ b/common/offline-m2/com/android/tools/analytics-library/tracker/25.3.0-dev/tracker-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/analytics-library/tracker/25.3.0-dev/tracker-25.3.0-dev.jar b/common/offline-m2/com/android/tools/analytics-library/tracker/25.3.0-dev/tracker-25.3.0-dev.jar
new file mode 100644
index 0000000..ca90b38
--- /dev/null
+++ b/common/offline-m2/com/android/tools/analytics-library/tracker/25.3.0-dev/tracker-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/analytics-library/tracker/25.3.0-dev/tracker-25.3.0-dev.pom b/common/offline-m2/com/android/tools/analytics-library/tracker/25.3.0-dev/tracker-25.3.0-dev.pom
new file mode 100644
index 0000000..88012ec
--- /dev/null
+++ b/common/offline-m2/com/android/tools/analytics-library/tracker/25.3.0-dev/tracker-25.3.0-dev.pom
@@ -0,0 +1,84 @@
+<?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.analytics-library</groupId>
+  <artifactId>tracker</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Tools Analytics Tracker</name>
+  <description>Library for tracking usage analytics.</description>
+  <url>http://tools.android.com</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>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>common</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.analytics-library</groupId>
+      <artifactId>protos</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.analytics-library</groupId>
+      <artifactId>shared</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+      <version>3.0.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>testutils</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>0.28</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/annotations/25.3.0-dev/annotations-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/annotations/25.3.0-dev/annotations-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..cb5688a
--- /dev/null
+++ b/common/offline-m2/com/android/tools/annotations/25.3.0-dev/annotations-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/annotations/25.3.0-dev/annotations-25.3.0-dev.jar b/common/offline-m2/com/android/tools/annotations/25.3.0-dev/annotations-25.3.0-dev.jar
new file mode 100644
index 0000000..b8c1982
--- /dev/null
+++ b/common/offline-m2/com/android/tools/annotations/25.3.0-dev/annotations-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/annotations/25.3.0-dev/annotations-25.3.0-dev.pom b/common/offline-m2/com/android/tools/annotations/25.3.0-dev/annotations-25.3.0-dev.pom
new file mode 100644
index 0000000..dcf9539
--- /dev/null
+++ b/common/offline-m2/com/android/tools/annotations/25.3.0-dev/annotations-25.3.0-dev.pom
@@ -0,0 +1,28 @@
+<?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</groupId>
+  <artifactId>annotations</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Tools Annotations library</name>
+  <description>annotations used throughout the Android tools libraries.</description>
+  <url>http://tools.android.com</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>
+</project>
diff --git a/common/offline-m2/com/android/tools/build/builder-model/2.3.0-dev/builder-model-2.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/build/builder-model/2.3.0-dev/builder-model-2.3.0-dev-sources.jar
new file mode 100644
index 0000000..65516f8
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/builder-model/2.3.0-dev/builder-model-2.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/builder-model/2.3.0-dev/builder-model-2.3.0-dev.jar b/common/offline-m2/com/android/tools/build/builder-model/2.3.0-dev/builder-model-2.3.0-dev.jar
new file mode 100644
index 0000000..82a064a
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/builder-model/2.3.0-dev/builder-model-2.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/builder-model/2.3.0-dev/builder-model-2.3.0-dev.pom b/common/offline-m2/com/android/tools/build/builder-model/2.3.0-dev/builder-model-2.3.0-dev.pom
new file mode 100644
index 0000000..d1ca142
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/builder-model/2.3.0-dev/builder-model-2.3.0-dev.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>2.3.0-dev</version>
+  <name>Android Builder Model library</name>
+  <description>Model for the Builder library.</description>
+  <url>http://tools.android.com</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>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/build/builder-test-api/2.3.0-dev/builder-test-api-2.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/build/builder-test-api/2.3.0-dev/builder-test-api-2.3.0-dev-sources.jar
new file mode 100644
index 0000000..4508843
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/builder-test-api/2.3.0-dev/builder-test-api-2.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/builder-test-api/2.3.0-dev/builder-test-api-2.3.0-dev.jar b/common/offline-m2/com/android/tools/build/builder-test-api/2.3.0-dev/builder-test-api-2.3.0-dev.jar
new file mode 100644
index 0000000..8d37561
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/builder-test-api/2.3.0-dev/builder-test-api-2.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/builder-test-api/2.3.0-dev/builder-test-api-2.3.0-dev.pom b/common/offline-m2/com/android/tools/build/builder-test-api/2.3.0-dev/builder-test-api-2.3.0-dev.pom
new file mode 100644
index 0000000..1e4480b
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/builder-test-api/2.3.0-dev/builder-test-api-2.3.0-dev.pom
@@ -0,0 +1,42 @@
+<?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-test-api</artifactId>
+  <version>2.3.0-dev</version>
+  <name>Android Builder Test API library</name>
+  <description>API for the Test extension point in the Builder library.</description>
+  <url>http://tools.android.com</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.ddms</groupId>
+      <artifactId>ddmlib</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/build/builder/2.3.0-dev/builder-2.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/build/builder/2.3.0-dev/builder-2.3.0-dev-sources.jar
new file mode 100644
index 0000000..71fa2d0
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/builder/2.3.0-dev/builder-2.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/builder/2.3.0-dev/builder-2.3.0-dev.jar b/common/offline-m2/com/android/tools/build/builder/2.3.0-dev/builder-2.3.0-dev.jar
new file mode 100644
index 0000000..de3a1d8
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/builder/2.3.0-dev/builder-2.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/builder/2.3.0-dev/builder-2.3.0-dev.pom b/common/offline-m2/com/android/tools/build/builder/2.3.0-dev/builder-2.3.0-dev.pom
new file mode 100644
index 0000000..c6deeb2
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/builder/2.3.0-dev/builder-2.3.0-dev.pom
@@ -0,0 +1,162 @@
+<?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</artifactId>
+  <version>2.3.0-dev</version>
+  <name>Android Builder library</name>
+  <description>Library to build Android applications.</description>
+  <url>http://tools.android.com</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.build</groupId>
+      <artifactId>builder-model</artifactId>
+      <version>2.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.build</groupId>
+      <artifactId>builder-test-api</artifactId>
+      <version>2.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>sdklib</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>sdk-common</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>common</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.build</groupId>
+      <artifactId>manifest-merger</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.ddms</groupId>
+      <artifactId>ddmlib</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.jack</groupId>
+      <artifactId>jack-api</artifactId>
+      <version>0.11.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.jill</groupId>
+      <artifactId>jill-api</artifactId>
+      <version>0.10.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.analytics-library</groupId>
+      <artifactId>protos</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.analytics-library</groupId>
+      <artifactId>shared</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.analytics-library</groupId>
+      <artifactId>tracker</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.squareup</groupId>
+      <artifactId>javawriter</artifactId>
+      <version>2.5.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpkix-jdk15on</artifactId>
+      <version>1.48</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+      <version>1.48</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+      <version>5.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-tree</artifactId>
+      <version>5.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <version>1.9.5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>0.28</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>nl.jqno.equalsverifier</groupId>
+      <artifactId>equalsverifier</artifactId>
+      <version>2.1.5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>testutils</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/build/gradle-api/2.3.0-dev/gradle-api-2.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/build/gradle-api/2.3.0-dev/gradle-api-2.3.0-dev-sources.jar
new file mode 100644
index 0000000..bee9ae1
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/gradle-api/2.3.0-dev/gradle-api-2.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/gradle-api/2.3.0-dev/gradle-api-2.3.0-dev.jar b/common/offline-m2/com/android/tools/build/gradle-api/2.3.0-dev/gradle-api-2.3.0-dev.jar
new file mode 100644
index 0000000..6b5c15a
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/gradle-api/2.3.0-dev/gradle-api-2.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/gradle-api/2.3.0-dev/gradle-api-2.3.0-dev.pom b/common/offline-m2/com/android/tools/build/gradle-api/2.3.0-dev/gradle-api-2.3.0-dev.pom
new file mode 100644
index 0000000..b58fd53
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/gradle-api/2.3.0-dev/gradle-api-2.3.0-dev.pom
@@ -0,0 +1,48 @@
+<?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>gradle-api</artifactId>
+  <version>2.3.0-dev</version>
+  <name>Android Gradle API</name>
+  <description>APIs to customize Android Gradle Builds</description>
+  <url>http://tools.android.com</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.build</groupId>
+      <artifactId>builder-model</artifactId>
+      <version>2.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>17.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/build/gradle-core/2.3.0-dev/gradle-core-2.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/build/gradle-core/2.3.0-dev/gradle-core-2.3.0-dev-sources.jar
new file mode 100644
index 0000000..bcee3c0
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/gradle-core/2.3.0-dev/gradle-core-2.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/gradle-core/2.3.0-dev/gradle-core-2.3.0-dev.jar b/common/offline-m2/com/android/tools/build/gradle-core/2.3.0-dev/gradle-core-2.3.0-dev.jar
new file mode 100644
index 0000000..1123e0c
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/gradle-core/2.3.0-dev/gradle-core-2.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/gradle-core/2.3.0-dev/gradle-core-2.3.0-dev.pom b/common/offline-m2/com/android/tools/build/gradle-core/2.3.0-dev/gradle-core-2.3.0-dev.pom
new file mode 100644
index 0000000..a2c1a6b
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/gradle-core/2.3.0-dev/gradle-core-2.3.0-dev.pom
@@ -0,0 +1,162 @@
+<?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>gradle-core</artifactId>
+  <version>2.3.0-dev</version>
+  <name>Core Library for Android Gradle Plug-in</name>
+  <description>Core library to build Android Gradle plugin.</description>
+  <url>http://tools.android.com</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.build</groupId>
+      <artifactId>builder</artifactId>
+      <version>2.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.lint</groupId>
+      <artifactId>lint</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.build</groupId>
+      <artifactId>transform-api</artifactId>
+      <version>2.0.0-deprecated-use-gradle-api</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.build</groupId>
+      <artifactId>gradle-api</artifactId>
+      <version>2.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.databinding</groupId>
+      <artifactId>compilerCommon</artifactId>
+      <version>2.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+      <version>5.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-commons</artifactId>
+      <version>5.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.sf.proguard</groupId>
+      <artifactId>proguard-gradle</artifactId>
+      <version>5.2.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jacoco</groupId>
+      <artifactId>org.jacoco.core</artifactId>
+      <version>0.7.5.201505241946</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jacoco</groupId>
+      <artifactId>org.jacoco.report</artifactId>
+      <version>0.7.5.201505241946</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.sf.jopt-simple</groupId>
+      <artifactId>jopt-simple</artifactId>
+      <version>4.9</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+      <version>2.5.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>tools.base.instant-run</groupId>
+      <artifactId>instant-run-annotations</artifactId>
+      <version>unspecified</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>tools.base.instant-run</groupId>
+      <artifactId>instant-run-runtime</artifactId>
+      <version>unspecified</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>0.28</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <version>1.9.5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>18.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>nl.jqno.equalsverifier</groupId>
+      <artifactId>equalsverifier</artifactId>
+      <version>2.1.5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>tools.base</groupId>
+      <artifactId>project-test-lib</artifactId>
+      <version>unspecified</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>testutils</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jsoup</groupId>
+      <artifactId>jsoup</artifactId>
+      <version>1.6.3</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/build/gradle/2.3.0-dev/gradle-2.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/build/gradle/2.3.0-dev/gradle-2.3.0-dev-sources.jar
new file mode 100644
index 0000000..cce9a82
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/gradle/2.3.0-dev/gradle-2.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/gradle/2.3.0-dev/gradle-2.3.0-dev.jar b/common/offline-m2/com/android/tools/build/gradle/2.3.0-dev/gradle-2.3.0-dev.jar
new file mode 100644
index 0000000..d13855a
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/gradle/2.3.0-dev/gradle-2.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/gradle/2.3.0-dev/gradle-2.3.0-dev.pom b/common/offline-m2/com/android/tools/build/gradle/2.3.0-dev/gradle-2.3.0-dev.pom
new file mode 100644
index 0000000..a7f495a
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/gradle/2.3.0-dev/gradle-2.3.0-dev.pom
@@ -0,0 +1,54 @@
+<?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>gradle</artifactId>
+  <version>2.3.0-dev</version>
+  <name>Gradle Plug-in for Android</name>
+  <description>Gradle plug-in to build Android applications.</description>
+  <url>http://tools.android.com</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.build</groupId>
+      <artifactId>gradle-core</artifactId>
+      <version>2.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>0.28</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>tools.base</groupId>
+      <artifactId>project-test-lib</artifactId>
+      <version>unspecified</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/build/manifest-merger/25.3.0-dev/manifest-merger-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/build/manifest-merger/25.3.0-dev/manifest-merger-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..19a3e3a
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/manifest-merger/25.3.0-dev/manifest-merger-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/manifest-merger/25.3.0-dev/manifest-merger-25.3.0-dev.jar b/common/offline-m2/com/android/tools/build/manifest-merger/25.3.0-dev/manifest-merger-25.3.0-dev.jar
new file mode 100644
index 0000000..ec66f65
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/manifest-merger/25.3.0-dev/manifest-merger-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/build/manifest-merger/25.3.0-dev/manifest-merger-25.3.0-dev.pom b/common/offline-m2/com/android/tools/build/manifest-merger/25.3.0-dev/manifest-merger-25.3.0-dev.pom
new file mode 100644
index 0000000..68b82e1
--- /dev/null
+++ b/common/offline-m2/com/android/tools/build/manifest-merger/25.3.0-dev/manifest-merger-25.3.0-dev.pom
@@ -0,0 +1,78 @@
+<?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>manifest-merger</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Tools Manifest Merger library</name>
+  <description>A Library to merge Android manifests.</description>
+  <url>http://tools.android.com</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>common</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>sdklib</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>sdk-common</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.sf.kxml</groupId>
+      <artifactId>kxml2</artifactId>
+      <version>2.3.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.gson</groupId>
+      <artifactId>gson</artifactId>
+      <version>2.2.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <version>1.9.5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>testutils</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/common/25.3.0-dev/common-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/common/25.3.0-dev/common-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..db08613
--- /dev/null
+++ b/common/offline-m2/com/android/tools/common/25.3.0-dev/common-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/common/25.3.0-dev/common-25.3.0-dev.jar b/common/offline-m2/com/android/tools/common/25.3.0-dev/common-25.3.0-dev.jar
new file mode 100644
index 0000000..6b76344
--- /dev/null
+++ b/common/offline-m2/com/android/tools/common/25.3.0-dev/common-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/common/25.3.0-dev/common-25.3.0-dev.pom b/common/offline-m2/com/android/tools/common/25.3.0-dev/common-25.3.0-dev.pom
new file mode 100644
index 0000000..53993b3
--- /dev/null
+++ b/common/offline-m2/com/android/tools/common/25.3.0-dev/common-25.3.0-dev.pom
@@ -0,0 +1,54 @@
+<?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</groupId>
+  <artifactId>common</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Tools common library</name>
+  <description>common library used by other Android tools libraries.</description>
+  <url>http://tools.android.com</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>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>18.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>0.28</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/ddms/ddmlib/25.3.0-dev/ddmlib-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/ddms/ddmlib/25.3.0-dev/ddmlib-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..461ed3f
--- /dev/null
+++ b/common/offline-m2/com/android/tools/ddms/ddmlib/25.3.0-dev/ddmlib-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/ddms/ddmlib/25.3.0-dev/ddmlib-25.3.0-dev.jar b/common/offline-m2/com/android/tools/ddms/ddmlib/25.3.0-dev/ddmlib-25.3.0-dev.jar
new file mode 100644
index 0000000..b1a00d3
--- /dev/null
+++ b/common/offline-m2/com/android/tools/ddms/ddmlib/25.3.0-dev/ddmlib-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/ddms/ddmlib/25.3.0-dev/ddmlib-25.3.0-dev.pom b/common/offline-m2/com/android/tools/ddms/ddmlib/25.3.0-dev/ddmlib-25.3.0-dev.pom
new file mode 100644
index 0000000..0b4a387
--- /dev/null
+++ b/common/offline-m2/com/android/tools/ddms/ddmlib/25.3.0-dev/ddmlib-25.3.0-dev.pom
@@ -0,0 +1,60 @@
+<?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.ddms</groupId>
+  <artifactId>ddmlib</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Tools ddmlib</name>
+  <description>Library providing APIs to talk to Android devices</description>
+  <url>http://tools.android.com</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>common</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.sf.kxml</groupId>
+      <artifactId>kxml2</artifactId>
+      <version>2.3.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <version>3.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>testutils</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/dvlib/25.3.0-dev/dvlib-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/dvlib/25.3.0-dev/dvlib-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..60c7474
--- /dev/null
+++ b/common/offline-m2/com/android/tools/dvlib/25.3.0-dev/dvlib-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/dvlib/25.3.0-dev/dvlib-25.3.0-dev.jar b/common/offline-m2/com/android/tools/dvlib/25.3.0-dev/dvlib-25.3.0-dev.jar
new file mode 100644
index 0000000..2575db4
--- /dev/null
+++ b/common/offline-m2/com/android/tools/dvlib/25.3.0-dev/dvlib-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/dvlib/25.3.0-dev/dvlib-25.3.0-dev.pom b/common/offline-m2/com/android/tools/dvlib/25.3.0-dev/dvlib-25.3.0-dev.pom
new file mode 100644
index 0000000..cbfb5a3
--- /dev/null
+++ b/common/offline-m2/com/android/tools/dvlib/25.3.0-dev/dvlib-25.3.0-dev.pom
@@ -0,0 +1,42 @@
+<?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</groupId>
+  <artifactId>dvlib</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Tools dvlib</name>
+  <description>A Library to manage the Android device database XML files.</description>
+  <url>http://tools.android.com</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>common</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/layoutlib/layoutlib-api/25.3.0-dev/layoutlib-api-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/layoutlib/layoutlib-api/25.3.0-dev/layoutlib-api-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..65abe3a
--- /dev/null
+++ b/common/offline-m2/com/android/tools/layoutlib/layoutlib-api/25.3.0-dev/layoutlib-api-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/layoutlib/layoutlib-api/25.3.0-dev/layoutlib-api-25.3.0-dev.jar b/common/offline-m2/com/android/tools/layoutlib/layoutlib-api/25.3.0-dev/layoutlib-api-25.3.0-dev.jar
new file mode 100644
index 0000000..de5a156
--- /dev/null
+++ b/common/offline-m2/com/android/tools/layoutlib/layoutlib-api/25.3.0-dev/layoutlib-api-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/layoutlib/layoutlib-api/25.3.0-dev/layoutlib-api-25.3.0-dev.pom b/common/offline-m2/com/android/tools/layoutlib/layoutlib-api/25.3.0-dev/layoutlib-api-25.3.0-dev.pom
new file mode 100644
index 0000000..bd99c5f
--- /dev/null
+++ b/common/offline-m2/com/android/tools/layoutlib/layoutlib-api/25.3.0-dev/layoutlib-api-25.3.0-dev.pom
@@ -0,0 +1,60 @@
+<?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.layoutlib</groupId>
+  <artifactId>layoutlib-api</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Tools layoutlib-api</name>
+  <description>Library to use the rendering library for Android layouts: layoutlib</description>
+  <url>http://tools.android.com</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>common</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.sf.kxml</groupId>
+      <artifactId>kxml2</artifactId>
+      <version>2.3.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>annotations</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.intellij</groupId>
+      <artifactId>annotations</artifactId>
+      <version>12.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/lint/lint-api/25.3.0-dev/lint-api-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/lint/lint-api/25.3.0-dev/lint-api-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..2bf75ab
--- /dev/null
+++ b/common/offline-m2/com/android/tools/lint/lint-api/25.3.0-dev/lint-api-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/lint/lint-api/25.3.0-dev/lint-api-25.3.0-dev.jar b/common/offline-m2/com/android/tools/lint/lint-api/25.3.0-dev/lint-api-25.3.0-dev.jar
new file mode 100644
index 0000000..047f98e
--- /dev/null
+++ b/common/offline-m2/com/android/tools/lint/lint-api/25.3.0-dev/lint-api-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/lint/lint-api/25.3.0-dev/lint-api-25.3.0-dev.pom b/common/offline-m2/com/android/tools/lint/lint-api/25.3.0-dev/lint-api-25.3.0-dev.pom
new file mode 100644
index 0000000..6a9c1f0
--- /dev/null
+++ b/common/offline-m2/com/android/tools/lint/lint-api/25.3.0-dev/lint-api-25.3.0-dev.pom
@@ -0,0 +1,66 @@
+<?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.lint</groupId>
+  <artifactId>lint-api</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Tools Lint API</name>
+  <description>API to build lint checks</description>
+  <url>http://tools.android.com</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>sdk-common</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.build</groupId>
+      <artifactId>builder-model</artifactId>
+      <version>2.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.external.lombok</groupId>
+      <artifactId>lombok-ast</artifactId>
+      <version>0.2.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.external.com-intellij</groupId>
+      <artifactId>uast</artifactId>
+      <version>145.597.3</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm</artifactId>
+      <version>5.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-tree</artifactId>
+      <version>5.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/lint/lint-checks/25.3.0-dev/lint-checks-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/lint/lint-checks/25.3.0-dev/lint-checks-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..49eb512
--- /dev/null
+++ b/common/offline-m2/com/android/tools/lint/lint-checks/25.3.0-dev/lint-checks-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/lint/lint-checks/25.3.0-dev/lint-checks-25.3.0-dev.jar b/common/offline-m2/com/android/tools/lint/lint-checks/25.3.0-dev/lint-checks-25.3.0-dev.jar
new file mode 100644
index 0000000..eb0f77d
--- /dev/null
+++ b/common/offline-m2/com/android/tools/lint/lint-checks/25.3.0-dev/lint-checks-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/lint/lint-checks/25.3.0-dev/lint-checks-25.3.0-dev.pom b/common/offline-m2/com/android/tools/lint/lint-checks/25.3.0-dev/lint-checks-25.3.0-dev.pom
new file mode 100644
index 0000000..3de95fe
--- /dev/null
+++ b/common/offline-m2/com/android/tools/lint/lint-checks/25.3.0-dev/lint-checks-25.3.0-dev.pom
@@ -0,0 +1,42 @@
+<?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.lint</groupId>
+  <artifactId>lint-checks</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Lint Checks</name>
+  <description>Checks for Android Lint</description>
+  <url>http://tools.android.com</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.lint</groupId>
+      <artifactId>lint-api</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-analysis</artifactId>
+      <version>5.0.4</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/lint/lint/25.3.0-dev/lint-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/lint/lint/25.3.0-dev/lint-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..1569757
--- /dev/null
+++ b/common/offline-m2/com/android/tools/lint/lint/25.3.0-dev/lint-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/lint/lint/25.3.0-dev/lint-25.3.0-dev.jar b/common/offline-m2/com/android/tools/lint/lint/25.3.0-dev/lint-25.3.0-dev.jar
new file mode 100644
index 0000000..b638ab7
--- /dev/null
+++ b/common/offline-m2/com/android/tools/lint/lint/25.3.0-dev/lint-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/lint/lint/25.3.0-dev/lint-25.3.0-dev.pom b/common/offline-m2/com/android/tools/lint/lint/25.3.0-dev/lint-25.3.0-dev.pom
new file mode 100644
index 0000000..966f053
--- /dev/null
+++ b/common/offline-m2/com/android/tools/lint/lint/25.3.0-dev/lint-25.3.0-dev.pom
@@ -0,0 +1,42 @@
+<?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.lint</groupId>
+  <artifactId>lint</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Lint Tool</name>
+  <description>Lint tools. Both a Command line tool and a library to add lint features to other tools</description>
+  <url>http://tools.android.com</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.lint</groupId>
+      <artifactId>lint-checks</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.jdt.core.compiler</groupId>
+      <artifactId>ecj</artifactId>
+      <version>4.5.1</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/repository/25.3.0-dev/repository-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/repository/25.3.0-dev/repository-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..fe89880
--- /dev/null
+++ b/common/offline-m2/com/android/tools/repository/25.3.0-dev/repository-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/repository/25.3.0-dev/repository-25.3.0-dev.jar b/common/offline-m2/com/android/tools/repository/25.3.0-dev/repository-25.3.0-dev.jar
new file mode 100644
index 0000000..85a5b5e
--- /dev/null
+++ b/common/offline-m2/com/android/tools/repository/25.3.0-dev/repository-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/repository/25.3.0-dev/repository-25.3.0-dev.pom b/common/offline-m2/com/android/tools/repository/25.3.0-dev/repository-25.3.0-dev.pom
new file mode 100644
index 0000000..e5bb11f
--- /dev/null
+++ b/common/offline-m2/com/android/tools/repository/25.3.0-dev/repository-25.3.0-dev.pom
@@ -0,0 +1,54 @@
+<?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</groupId>
+  <artifactId>repository</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Tools repository</name>
+  <description>A library for downloading and managing package repositories</description>
+  <url>http://tools.android.com</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>common</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+      <version>1.8.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.jimfs</groupId>
+      <artifactId>jimfs</artifactId>
+      <version>1.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/sdk-common/25.3.0-dev/sdk-common-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/sdk-common/25.3.0-dev/sdk-common-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..bb0a30a
--- /dev/null
+++ b/common/offline-m2/com/android/tools/sdk-common/25.3.0-dev/sdk-common-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/sdk-common/25.3.0-dev/sdk-common-25.3.0-dev.jar b/common/offline-m2/com/android/tools/sdk-common/25.3.0-dev/sdk-common-25.3.0-dev.jar
new file mode 100644
index 0000000..3ff7d6e
--- /dev/null
+++ b/common/offline-m2/com/android/tools/sdk-common/25.3.0-dev/sdk-common-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/sdk-common/25.3.0-dev/sdk-common-25.3.0-dev.pom b/common/offline-m2/com/android/tools/sdk-common/25.3.0-dev/sdk-common-25.3.0-dev.pom
new file mode 100644
index 0000000..dbdaafe
--- /dev/null
+++ b/common/offline-m2/com/android/tools/sdk-common/25.3.0-dev/sdk-common-25.3.0-dev.pom
@@ -0,0 +1,90 @@
+<?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</groupId>
+  <artifactId>sdk-common</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Tools sdk-common library</name>
+  <description>sdk-common library used by other Android tools libraries.</description>
+  <url>http://tools.android.com</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>sdklib</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.build</groupId>
+      <artifactId>builder-test-api</artifactId>
+      <version>2.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools.build</groupId>
+      <artifactId>builder-model</artifactId>
+      <version>2.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpkix-jdk15on</artifactId>
+      <version>1.48</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcprov-jdk15on</artifactId>
+      <version>1.48</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>testutils</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.easymock</groupId>
+      <artifactId>easymock</artifactId>
+      <version>3.3</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <version>1.9.5</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>0.28</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/offline-m2/com/android/tools/sdklib/25.3.0-dev/sdklib-25.3.0-dev-sources.jar b/common/offline-m2/com/android/tools/sdklib/25.3.0-dev/sdklib-25.3.0-dev-sources.jar
new file mode 100644
index 0000000..980a98c
--- /dev/null
+++ b/common/offline-m2/com/android/tools/sdklib/25.3.0-dev/sdklib-25.3.0-dev-sources.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/sdklib/25.3.0-dev/sdklib-25.3.0-dev.jar b/common/offline-m2/com/android/tools/sdklib/25.3.0-dev/sdklib-25.3.0-dev.jar
new file mode 100644
index 0000000..1bd2160
--- /dev/null
+++ b/common/offline-m2/com/android/tools/sdklib/25.3.0-dev/sdklib-25.3.0-dev.jar
Binary files differ
diff --git a/common/offline-m2/com/android/tools/sdklib/25.3.0-dev/sdklib-25.3.0-dev.pom b/common/offline-m2/com/android/tools/sdklib/25.3.0-dev/sdklib-25.3.0-dev.pom
new file mode 100644
index 0000000..7ec63c1
--- /dev/null
+++ b/common/offline-m2/com/android/tools/sdklib/25.3.0-dev/sdklib-25.3.0-dev.pom
@@ -0,0 +1,90 @@
+<?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</groupId>
+  <artifactId>sdklib</artifactId>
+  <version>25.3.0-dev</version>
+  <name>Android Tools sdklib</name>
+  <description>A library to parse and download the Android SDK.</description>
+  <url>http://tools.android.com</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.layoutlib</groupId>
+      <artifactId>layoutlib-api</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>dvlib</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>repository</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.gson</groupId>
+      <artifactId>gson</artifactId>
+      <version>2.2.4</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+      <version>1.8.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.1.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+      <version>4.1</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.truth</groupId>
+      <artifactId>truth</artifactId>
+      <version>0.28</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.android.tools</groupId>
+      <artifactId>testutils</artifactId>
+      <version>25.3.0-dev</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>