Merge "Add google api client 1.20.0"
diff --git a/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2-sources.jar b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2-sources.jar
new file mode 100644
index 0000000..5b87d27
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2-sources.jar.md5 b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2-sources.jar.md5
new file mode 100644
index 0000000..0d5ddcb
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2-sources.jar.md5
@@ -0,0 +1 @@
+5de00a965491b5927b8fe5fe212f488b
\ No newline at end of file
diff --git a/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2-sources.jar.sha1 b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2-sources.jar.sha1
new file mode 100644
index 0000000..7293c15
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2-sources.jar.sha1
@@ -0,0 +1 @@
+5aa8e259e13160dd08088a87cf952d8357861837
\ No newline at end of file
diff --git a/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.aar b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.aar
new file mode 100644
index 0000000..9571912
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.aar
Binary files differ
diff --git a/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.aar.md5 b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.aar.md5
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.aar.md5
diff --git a/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.aar.sha1 b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.aar.sha1
new file mode 100644
index 0000000..b49d694
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.aar.sha1
@@ -0,0 +1 @@
+b9059f07699ffae003d448135e3fa446565722a0
\ No newline at end of file
diff --git a/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.pom b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.pom
new file mode 100644
index 0000000..19027aa
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.pom
@@ -0,0 +1,81 @@
+<!--
+  Copyright 2014 Ray Tsang
+  
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+  
+    http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<artifactId>jdeferred-android-parent</artifactId>
+		<groupId>org.jdeferred</groupId>
+		<version>1.2.2</version>
+		<relativePath>../pom.xml</relativePath>
+	</parent>
+	<artifactId>jdeferred-android-aar</artifactId>
+	<name>JDeferred Android Library AAR</name>
+	<description>Use JDeferred in Android while dispatching callbacks in UI thread and/or Background thread.</description>
+	<packaging>aar</packaging>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.jdeferred</groupId>
+      <artifactId>jdeferred-core</artifactId>
+    </dependency>
+  </dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-resources-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>copy-resources</id>
+						<phase>validate</phase>
+						<goals>
+							<goal>copy-resources</goal>
+						</goals>
+						<configuration>
+							<outputDirectory>${basedir}</outputDirectory>
+							<resources>
+								<resource>
+									<directory>${project.parent.basedir}/library</directory>
+									<includes>
+										<include>AndroidManifest.xml</include>
+										<include>assests/**</include>
+										<include>res/**</include>
+										<include>src/**</include>
+									</includes>
+								</resource>
+							</resources>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+      <plugin>
+        <artifactId>maven-clean-plugin</artifactId>
+        <configuration>
+          <filesets>
+            <fileset>
+              <directory>${basedir}</directory>
+              <includes>
+                <include>AndroidManifest.xml</include>
+                <include>assets/**</include>
+                <include>res/**</include>
+                <include>src/**</include>
+              </includes>
+            </fileset>
+          </filesets>
+        </configuration>
+      </plugin>
+		</plugins>
+	</build>
+</project>
diff --git a/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.pom.md5 b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.pom.md5
new file mode 100644
index 0000000..60e48c5
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.pom.md5
@@ -0,0 +1 @@
+0a8ca20f41744b8bcc6b22ef4d065acd
\ No newline at end of file
diff --git a/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.pom.sha1 b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.pom.sha1
new file mode 100644
index 0000000..16f626a
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-android-aar/1.2.2/jdeferred-android-aar-1.2.2.pom.sha1
@@ -0,0 +1 @@
+28482869e1ea6f00809f0cc7cf07857307f8f97b
\ No newline at end of file
diff --git a/common/m2/repository/org/jdeferred/jdeferred-android-parent/1.2.2/jdeferred-android-parent-1.2.2.pom b/common/m2/repository/org/jdeferred/jdeferred-android-parent/1.2.2/jdeferred-android-parent-1.2.2.pom
new file mode 100644
index 0000000..1393e13
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-android-parent/1.2.2/jdeferred-android-parent-1.2.2.pom
@@ -0,0 +1,94 @@
+<!--
+  Copyright 2014 Ray Tsang
+  
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+  
+    http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	<parent>
+		<artifactId>jdeferred-parent</artifactId>
+		<groupId>org.jdeferred</groupId>
+		<version>1.2.2</version>
+		<relativePath>../parent/pom.xml</relativePath>
+	</parent>
+	<artifactId>jdeferred-android-parent</artifactId>
+	<name>JDeferred Android Parent</name>
+	<packaging>pom</packaging>
+
+	<dependencies>
+		<dependency>
+			<groupId>com.google.android</groupId>
+			<artifactId>android</artifactId>
+		</dependency>
+	</dependencies>
+
+	<modules>
+		<module>library</module>
+		<module>library-aar</module>
+		<module>test</module>
+	</modules>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>com.jayway.maven.plugins.android.generation2</groupId>
+				<artifactId>android-maven-plugin</artifactId>
+        <extensions>true</extensions>
+				<configuration>
+					<sdk>
+						<!-- platform as api level (api level 16 = platform 4.1) -->
+						<platform>19</platform>
+					</sdk>
+          <test>
+            <skip>true</skip>
+          </test>
+				</configuration>
+			</plugin>
+		</plugins>
+		<pluginManagement>
+			<plugins>
+				<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+				<plugin>
+					<groupId>org.eclipse.m2e</groupId>
+					<artifactId>lifecycle-mapping</artifactId>
+					<version>1.0.0</version>
+					<configuration>
+						<lifecycleMappingMetadata>
+							<pluginExecutions>
+								<pluginExecution>
+									<pluginExecutionFilter>
+										<groupId>
+											com.jayway.maven.plugins.android.generation2
+										</groupId>
+										<artifactId>
+											android-maven-plugin
+										</artifactId>
+										<versionRange>
+											[3.8.2,)
+										</versionRange>
+										<goals>
+											<goal>consume-aar</goal>
+										</goals>
+									</pluginExecutionFilter>
+									<action>
+										<ignore />
+									</action>
+								</pluginExecution>
+							</pluginExecutions>
+						</lifecycleMappingMetadata>
+					</configuration>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+	</build>
+</project>
diff --git a/common/m2/repository/org/jdeferred/jdeferred-android-parent/1.2.2/jdeferred-android-parent-1.2.2.pom.md5 b/common/m2/repository/org/jdeferred/jdeferred-android-parent/1.2.2/jdeferred-android-parent-1.2.2.pom.md5
new file mode 100644
index 0000000..454886a
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-android-parent/1.2.2/jdeferred-android-parent-1.2.2.pom.md5
@@ -0,0 +1 @@
+3bfaafeb24cc743f510c491b86d9c9da
\ No newline at end of file
diff --git a/common/m2/repository/org/jdeferred/jdeferred-android-parent/1.2.2/jdeferred-android-parent-1.2.2.pom.sha1 b/common/m2/repository/org/jdeferred/jdeferred-android-parent/1.2.2/jdeferred-android-parent-1.2.2.pom.sha1
new file mode 100644
index 0000000..ca957bd
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-android-parent/1.2.2/jdeferred-android-parent-1.2.2.pom.sha1
@@ -0,0 +1 @@
+16802040ce277a772b3976dea840b13924dca689
\ No newline at end of file
diff --git a/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2-sources.jar b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2-sources.jar
new file mode 100644
index 0000000..923d815
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2-sources.jar.md5 b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2-sources.jar.md5
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2-sources.jar.md5
diff --git a/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2-sources.jar.sha1 b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2-sources.jar.sha1
new file mode 100644
index 0000000..c3ea585
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2-sources.jar.sha1
@@ -0,0 +1 @@
+3cbd488c6990c77a48e0bc5429478db90d4369b6
\ No newline at end of file
diff --git a/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.jar b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.jar
new file mode 100644
index 0000000..a6ad0dc
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.jar
Binary files differ
diff --git a/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.jar.md5 b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.jar.md5
new file mode 100644
index 0000000..fcc07f6
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.jar.md5
@@ -0,0 +1 @@
+67590e39c17de79c33b2bbe50ff8824b
\ No newline at end of file
diff --git a/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.jar.sha1 b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.jar.sha1
new file mode 100644
index 0000000..a7e0fc2
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.jar.sha1
@@ -0,0 +1 @@
+6349f0df206020034f74823d7cc44fc3071ab703
\ No newline at end of file
diff --git a/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.pom b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.pom
new file mode 100644
index 0000000..9f22b6a
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.pom
@@ -0,0 +1,47 @@
+<!--
+  Copyright 2013 Ray Tsang
+  
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+  
+    http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+	
+	<parent>
+		<groupId>org.jdeferred</groupId>
+		<artifactId>jdeferred-parent</artifactId>
+		<version>1.2.2</version>
+		<relativePath>../parent/pom.xml</relativePath>
+	</parent>
+	
+	<artifactId>jdeferred-core</artifactId>
+	<name>JDeferred Core Library</name>
+	<packaging>bundle</packaging>
+	<description>Java Deferred/Promise library similar to JQuery.</description>
+	
+	
+	<dependencies>
+		<dependency>
+			<groupId>junit</groupId>
+			<artifactId>junit</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-api</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-jdk14</artifactId>
+		</dependency>
+	</dependencies>
+	
+</project>
diff --git a/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.pom.md5 b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.pom.md5
new file mode 100644
index 0000000..abb4f52
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.pom.md5
@@ -0,0 +1 @@
+3ada288014de20783b80c269dbc77db3
\ No newline at end of file
diff --git a/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.pom.sha1 b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.pom.sha1
new file mode 100644
index 0000000..81355be
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-core/1.2.2/jdeferred-core-1.2.2.pom.sha1
@@ -0,0 +1 @@
+63c27eefdb7cdf22dc0e82a4cf9315bde84b7cca
\ No newline at end of file
diff --git a/common/m2/repository/org/jdeferred/jdeferred-parent/1.2.2/jdeferred-parent-1.2.2.pom b/common/m2/repository/org/jdeferred/jdeferred-parent/1.2.2/jdeferred-parent-1.2.2.pom
new file mode 100644
index 0000000..18dd81f
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-parent/1.2.2/jdeferred-parent-1.2.2.pom
@@ -0,0 +1,248 @@
+<!--
+  Copyright 2014 Ray Tsang
+  
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+  
+    http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+
+	<parent>
+		<groupId>org.sonatype.oss</groupId>
+		<artifactId>oss-parent</artifactId>
+		<version>7</version>
+		<relativePath />
+	</parent>
+
+	<groupId>org.jdeferred</groupId>
+	<artifactId>jdeferred-parent</artifactId>
+	<version>1.2.2</version>
+	<url>http://jdeferred.org</url>
+	<name>JDeferred Common Parent</name>
+	<packaging>pom</packaging>
+	<description>JDeferred common parent POM module.</description>
+	<inceptionYear>2013</inceptionYear>
+
+	<scm>
+		<connection>scm:git:git@github.com:jdeferred/jdeferred.git</connection>
+		<developerConnection>scm:git:git@github.com:jdeferred/jdeferred.git</developerConnection>
+		<url>git@github.com:jdeferred/jdeferred.git</url>
+		<tag>1.2.2</tag>
+	</scm>
+
+	<issueManagement>
+		<url>https://github.com/jdeferred/jdeferred/issues</url>
+	</issueManagement>
+
+	<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>Ray Tsang</name>
+			<url>https://github.com/saturnism</url>
+		</developer>
+	</developers>
+
+	<properties>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+
+		<version.android>4.1.1.4</version.android>
+		<version.junit>4.11</version.junit>
+		<version.slf4j>1.7.2</version.slf4j>
+		<version.maven.bundle>2.3.7</version.maven.bundle>
+		<version.maven.compiler>3.0</version.maven.compiler>
+		<version.maven.release>2.4.2</version.maven.release>
+		<version.maven.scm.provider.git>1.8.1</version.maven.scm.provider.git>
+		<version.maven.android>3.8.2</version.maven.android>
+		<version.maven.source>2.1.2</version.maven.source>
+		<version.maven.javadoc>2.8.1</version.maven.javadoc>
+		<version.maven.resources>2.6</version.maven.resources>
+	</properties>
+
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>junit</groupId>
+				<artifactId>junit</artifactId>
+				<version>${version.junit}</version>
+				<scope>test</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.slf4j</groupId>
+				<artifactId>slf4j-api</artifactId>
+				<version>${version.slf4j}</version>
+				<scope>compile</scope>
+			</dependency>
+			<dependency>
+				<groupId>org.slf4j</groupId>
+				<artifactId>slf4j-jdk14</artifactId>
+				<version>${version.slf4j}</version>
+				<scope>test</scope>
+			</dependency>
+			<dependency>
+				<groupId>com.google.android</groupId>
+				<artifactId>android</artifactId>
+				<version>${version.android}</version>
+				<scope>provided</scope>
+			</dependency>
+			<dependency>
+				<groupId>com.google.android</groupId>
+				<artifactId>android-test</artifactId>
+				<version>${version.android}</version>
+				<scope>provided,test</scope>
+			</dependency>
+
+			<dependency>
+				<groupId>org.jdeferred</groupId>
+				<artifactId>jdeferred-core</artifactId>
+				<version>${project.version}</version>
+			</dependency>
+			<dependency>
+				<groupId>org.jdeferred</groupId>
+				<artifactId>jdeferred-android</artifactId>
+				<version>${project.version}</version>
+				<type>apklib</type>
+			</dependency>
+			<dependency>
+				<groupId>org.jdeferred</groupId>
+				<artifactId>jdeferred-android-aar</artifactId>
+				<version>${project.version}</version>
+				<type>aar</type>
+			</dependency>
+		</dependencies>
+	</dependencyManagement>
+
+	<build>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<groupId>org.apache.felix</groupId>
+					<artifactId>maven-bundle-plugin</artifactId>
+					<version>${version.maven.bundle}</version>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-release-plugin</artifactId>
+					<version>${version.maven.release}</version>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-compiler-plugin</artifactId>
+					<version>${version.maven.compiler}</version>
+				</plugin>
+				<plugin>
+					<groupId>com.jayway.maven.plugins.android.generation2</groupId>
+					<artifactId>android-maven-plugin</artifactId>
+					<version>${version.maven.android}</version>
+					<extensions>true</extensions>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-source-plugin</artifactId>
+					<version>${version.maven.source}</version>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-javadoc-plugin</artifactId>
+					<version>${version.maven.javadoc}</version>
+				</plugin>
+				<plugin>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-resources-plugin</artifactId>
+					<version>${version.maven.resources}</version>
+				</plugin>
+			</plugins>
+		</pluginManagement>
+
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.6</source>
+					<target>1.6</target>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<extensions>true</extensions>
+				<configuration>
+					<instructions>
+						<Bundle-DocURL>http://jdeferred.org/</Bundle-DocURL>
+						<Export-Package>${project.groupId}.*;version=${project.version};-split-package:=error</Export-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-release-plugin</artifactId>
+				<configuration>
+					<mavenExecutorId>forked-path</mavenExecutorId>
+					<autoVersionSubmodules>true</autoVersionSubmodules>
+					<pushChanges>false</pushChanges>
+					<localCheckout>true</localCheckout>
+					<tagNameFormat>${project.version}</tagNameFormat>
+				</configuration>
+				<executions>
+					<execution>
+						<id>default</id>
+						<goals>
+							<goal>perform</goal>
+						</goals>
+						<configuration>
+							<pomFileName>parent/pom.xml</pomFileName>
+						</configuration>
+					</execution>
+				</executions>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.scm</groupId>
+            <artifactId>maven-scm-provider-gitexe</artifactId>
+            <version>${version.maven.scm.provider.git}</version>
+          </dependency>
+        </dependencies>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-javadocs</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+</project>
diff --git a/common/m2/repository/org/jdeferred/jdeferred-parent/1.2.2/jdeferred-parent-1.2.2.pom.md5 b/common/m2/repository/org/jdeferred/jdeferred-parent/1.2.2/jdeferred-parent-1.2.2.pom.md5
new file mode 100644
index 0000000..2b3601e
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-parent/1.2.2/jdeferred-parent-1.2.2.pom.md5
@@ -0,0 +1 @@
+4e9504152ba1430d5a1970580733aea1
\ No newline at end of file
diff --git a/common/m2/repository/org/jdeferred/jdeferred-parent/1.2.2/jdeferred-parent-1.2.2.pom.sha1 b/common/m2/repository/org/jdeferred/jdeferred-parent/1.2.2/jdeferred-parent-1.2.2.pom.sha1
new file mode 100644
index 0000000..1f3476e
--- /dev/null
+++ b/common/m2/repository/org/jdeferred/jdeferred-parent/1.2.2/jdeferred-parent-1.2.2.pom.sha1
@@ -0,0 +1 @@
+8467d0f424551225ca975f76f8765053c6c30832
\ No newline at end of file