Add more missing prebuilts.

Test: None
Change-Id: I6706302fc3f3ecf32ea21a60e9ea5c3c6337d964
Merged-In: I6706302fc3f3ecf32ea21a60e9ea5c3c6337d964
diff --git a/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0-sources.jar b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0-sources.jar
new file mode 100644
index 0000000..c27effa
--- /dev/null
+++ b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0-sources.jar
Binary files differ
diff --git a/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0-sources.jar.md5 b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0-sources.jar.md5
new file mode 100644
index 0000000..4dbbb20
--- /dev/null
+++ b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0-sources.jar.md5
@@ -0,0 +1 @@
+475be2100e4195ca2d359e1d4ca643e8
\ No newline at end of file
diff --git a/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0-sources.jar.sha1 b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0-sources.jar.sha1
new file mode 100644
index 0000000..1acffd9
--- /dev/null
+++ b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0-sources.jar.sha1
@@ -0,0 +1 @@
+9c25ae3792b96a21431d6e935cdf001a65994297
\ No newline at end of file
diff --git a/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.jar b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.jar
new file mode 100644
index 0000000..66b16bb
--- /dev/null
+++ b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.jar
Binary files differ
diff --git a/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.jar.md5 b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.jar.md5
new file mode 100644
index 0000000..a0dae5c
--- /dev/null
+++ b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.jar.md5
@@ -0,0 +1 @@
+27267028f334eb75c4a301cc9474420c
\ No newline at end of file
diff --git a/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.jar.sha1 b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.jar.sha1
new file mode 100644
index 0000000..07d759d
--- /dev/null
+++ b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.jar.sha1
@@ -0,0 +1 @@
+7837f95bdff9f797003454247fef02b78d49ae75
\ No newline at end of file
diff --git a/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.pom b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.pom
new file mode 100644
index 0000000..9a9bb4b
--- /dev/null
+++ b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.pom
@@ -0,0 +1,132 @@
+<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>
+
+  <groupId>com.google.android.apps.common.testing.accessibility.framework</groupId>
+  <artifactId>accessibility-test-framework</artifactId>
+  <version>2.0</version>
+  <packaging>jar</packaging>
+
+  <name>Accessibility Test Framework</name>
+  <description>Library used to test for common accessibility issues.</description>
+  <url>https://code.google.com/p/eyes-free/</url>
+
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <developers>
+    <developer>
+      <name>Phil Weaver</name>
+      <email>pweaver@google.com</email>
+      <organization>Google, Inc</organization>
+      <organizationUrl>http://www.google.com</organizationUrl>
+    </developer>
+    <developer>
+      <name>Casey Burkhardt</name>
+      <email>caseyburkhardt@google.com</email>
+      <organization>Google, Inc</organization>
+      <organizationUrl>http://www.google.com</organizationUrl>
+    </developer>
+    <developer>
+      <name>Samuel Rush</name>
+      <email>sjrush@google.com</email>
+      <organization>Google, Inc</organization>
+      <organizationUrl>http://www.google.com</organizationUrl>
+    </developer>
+  </developers>
+
+  <scm>
+    <connection>scm:svn:http://eyes-free.googlecode.com/svn/trunk/</connection>
+    <developerConnection>scm:svn:https://eyes-free.googlecode.com/svn/trunk/</developerConnection>
+    <url>https://code.google.com/p/eyes-free/source/browse</url>
+  </scm>
+
+  <dependencies>
+    <dependency>
+      <groupId>android.support</groupId>
+      <artifactId>compatibility-v4</artifactId>
+      <version>22.0.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>android</groupId>
+      <artifactId>android</artifactId>
+      <version>5.1.1_r2</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-core</artifactId>
+      <version>1.3</version>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <finalName>${project.artifactId}</finalName>
+    <sourceDirectory>src</sourceDirectory>
+    <pluginManagement>
+     <plugins>
+      <plugin>
+       <groupId>com.jayway.maven.plugins.android.generation2</groupId>
+       <artifactId>android-maven-plugin</artifactId>
+       <version>3.1.1</version>
+       <extensions>true</extensions>
+      </plugin>
+     </plugins>
+    </pluginManagement>
+    <plugins>
+     <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.3</version>
+        <configuration>
+          <source>1.7</source>
+          <target>1.7</target>
+        </configuration>
+      </plugin>
+     <plugin>
+      <groupId>com.jayway.maven.plugins.android.generation2</groupId>
+      <artifactId>android-maven-plugin</artifactId>
+      <configuration>
+       <sdk>
+        <platform>21</platform>
+       </sdk>
+      </configuration>
+     </plugin>
+     <plugin>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-source-plugin</artifactId>
+      <version>2.4</version>
+      <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>
+      <version>2.10.3</version>
+      <configuration>
+       <sourcepath>src</sourcepath>
+      </configuration>
+      <executions>
+       <execution>
+        <id>attach-javadocs</id>
+        <goals>
+         <goal>jar</goal>
+        </goals>
+       </execution>
+      </executions>
+     </plugin>
+    </plugins>
+   </build>
+</project>
diff --git a/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.pom.md5 b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.pom.md5
new file mode 100644
index 0000000..5e6dcf4
--- /dev/null
+++ b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.pom.md5
@@ -0,0 +1 @@
+1f140cf42fff10770d0846de26b7ea32
\ No newline at end of file
diff --git a/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.pom.sha1 b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.pom.sha1
new file mode 100644
index 0000000..2108455
--- /dev/null
+++ b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/accessibility-test-framework-2.0.pom.sha1
@@ -0,0 +1 @@
+d3a5c5576057756f847f36d6581620b364522693
\ No newline at end of file
diff --git a/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/maven-metadata.xml b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/maven-metadata.xml
new file mode 100644
index 0000000..b8218b4
--- /dev/null
+++ b/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>com.google.android.apps.common.testing.accessibility.framework</groupId>
+  <artifactId>accessibility-test-framework</artifactId>
+  <versioning>
+    <release>2.0</release>
+    <versions>
+      <version>2.0</version>
+    </versions>
+    <lastUpdated>20180716214206</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/com/squareup/javawriter/2.1.1/javawriter-2.1.1-sources.jar b/com/squareup/javawriter/2.1.1/javawriter-2.1.1-sources.jar
new file mode 100644
index 0000000..6ee0766
--- /dev/null
+++ b/com/squareup/javawriter/2.1.1/javawriter-2.1.1-sources.jar
Binary files differ
diff --git a/com/squareup/javawriter/2.1.1/javawriter-2.1.1-sources.jar.md5 b/com/squareup/javawriter/2.1.1/javawriter-2.1.1-sources.jar.md5
new file mode 100644
index 0000000..6cb8c0c
--- /dev/null
+++ b/com/squareup/javawriter/2.1.1/javawriter-2.1.1-sources.jar.md5
@@ -0,0 +1 @@
+32fc7b7c923c5fa3be6e92aed730512a
\ No newline at end of file
diff --git a/com/squareup/javawriter/2.1.1/javawriter-2.1.1-sources.jar.sha1 b/com/squareup/javawriter/2.1.1/javawriter-2.1.1-sources.jar.sha1
new file mode 100644
index 0000000..5a704b3
--- /dev/null
+++ b/com/squareup/javawriter/2.1.1/javawriter-2.1.1-sources.jar.sha1
@@ -0,0 +1 @@
+5b31387d839a5cdaf5b6de3990da01f7f2b963c5
\ No newline at end of file
diff --git a/com/squareup/javawriter/2.1.1/javawriter-2.1.1.jar b/com/squareup/javawriter/2.1.1/javawriter-2.1.1.jar
new file mode 100644
index 0000000..62ad1d8
--- /dev/null
+++ b/com/squareup/javawriter/2.1.1/javawriter-2.1.1.jar
Binary files differ
diff --git a/com/squareup/javawriter/2.1.1/javawriter-2.1.1.jar.md5 b/com/squareup/javawriter/2.1.1/javawriter-2.1.1.jar.md5
new file mode 100644
index 0000000..b30983a
--- /dev/null
+++ b/com/squareup/javawriter/2.1.1/javawriter-2.1.1.jar.md5
@@ -0,0 +1 @@
+5644eb35b1594faaca1d6563403f8304
\ No newline at end of file
diff --git a/com/squareup/javawriter/2.1.1/javawriter-2.1.1.jar.sha1 b/com/squareup/javawriter/2.1.1/javawriter-2.1.1.jar.sha1
new file mode 100644
index 0000000..c99a6aa
--- /dev/null
+++ b/com/squareup/javawriter/2.1.1/javawriter-2.1.1.jar.sha1
@@ -0,0 +1 @@
+67ff45d9ae02e583d0f9b3432a5ebbe05c30c966
\ No newline at end of file
diff --git a/com/squareup/javawriter/2.1.1/javawriter-2.1.1.pom b/com/squareup/javawriter/2.1.1/javawriter-2.1.1.pom
new file mode 100644
index 0000000..fce88c7
--- /dev/null
+++ b/com/squareup/javawriter/2.1.1/javawriter-2.1.1.pom
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.sonatype.oss</groupId>
+    <artifactId>oss-parent</artifactId>
+    <version>7</version>
+  </parent>
+
+  <groupId>com.squareup</groupId>
+  <artifactId>javawriter</artifactId>
+  <version>2.1.1</version>
+
+  <name>JavaWriter</name>
+  <description>A utility class which aids in generating Java source files.</description>
+  <url>http://github.com/square/javawriter/</url>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+    <java.version>1.6</java.version>
+    <junit.version>4.10</junit.version>
+    <fest.version>2.0M8</fest.version>
+  </properties>
+
+  <scm>
+    <url>http://github.com/square/javawriter/</url>
+    <connection>scm:git:git://github.com/square/javawriter.git</connection>
+    <developerConnection>scm:git:ssh://git@github.com/square/javawriter.git</developerConnection>
+    <tag>HEAD</tag>
+  </scm>
+
+  <issueManagement>
+    <system>GitHub Issues</system>
+    <url>http://github.com/square/javawriter/issues</url>
+  </issueManagement>
+
+  <licenses>
+    <license>
+      <name>Apache 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+
+  <organization>
+    <name>Square, Inc.</name>
+    <url>http://squareup.com</url>
+  </organization>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.easytesting</groupId>
+      <artifactId>fest-assert-core</artifactId>
+      <version>${fest.version}</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.0</version>
+        <configuration>
+          <source>${java.version}</source>
+          <target>${java.version}</target>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.9.1</version>
+        <configuration>
+          <failsOnError>true</failsOnError>
+          <configLocation>checkstyle.xml</configLocation>
+          <consoleOutput>true</consoleOutput>
+        </configuration>
+        <executions>
+          <execution>
+            <phase>verify</phase>
+            <goals>
+              <goal>checkstyle</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/com/squareup/javawriter/2.1.1/javawriter-2.1.1.pom.md5 b/com/squareup/javawriter/2.1.1/javawriter-2.1.1.pom.md5
new file mode 100644
index 0000000..a823f84
--- /dev/null
+++ b/com/squareup/javawriter/2.1.1/javawriter-2.1.1.pom.md5
@@ -0,0 +1 @@
+800b6652dde82204ccefb312fbd12e45
\ No newline at end of file
diff --git a/com/squareup/javawriter/2.1.1/javawriter-2.1.1.pom.sha1 b/com/squareup/javawriter/2.1.1/javawriter-2.1.1.pom.sha1
new file mode 100644
index 0000000..1f1fbed
--- /dev/null
+++ b/com/squareup/javawriter/2.1.1/javawriter-2.1.1.pom.sha1
@@ -0,0 +1 @@
+96cec80cd5523edeb350e3aaede11430cef7be55
\ No newline at end of file
diff --git a/com/squareup/javawriter/maven-metadata.xml b/com/squareup/javawriter/maven-metadata.xml
index 61a0a63..9cf767e 100644
--- a/com/squareup/javawriter/maven-metadata.xml
+++ b/com/squareup/javawriter/maven-metadata.xml
@@ -3,10 +3,10 @@
   <groupId>com.squareup</groupId>
   <artifactId>javawriter</artifactId>
   <versioning>
-    <release>2.5.0</release>
+    <release>2.1.1</release>
     <versions>
-      <version>2.5.0</version>
+      <version>2.1.1</version>
     </versions>
-    <lastUpdated>20180713173838</lastUpdated>
+    <lastUpdated>20180716214007</lastUpdated>
   </versioning>
 </metadata>
diff --git a/junit/junit/maven-metadata.xml b/junit/junit/maven-metadata.xml
index e0c8b5b..26065b6 100644
--- a/junit/junit/maven-metadata.xml
+++ b/junit/junit/maven-metadata.xml
@@ -7,6 +7,6 @@
     <versions>
       <version>4.12</version>
     </versions>
-    <lastUpdated>20180713170034</lastUpdated>
+    <lastUpdated>20180716220150</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/hamcrest/hamcrest-core/maven-metadata.xml b/org/hamcrest/hamcrest-core/maven-metadata.xml
index 0e3c737..4971dfa 100644
--- a/org/hamcrest/hamcrest-core/maven-metadata.xml
+++ b/org/hamcrest/hamcrest-core/maven-metadata.xml
@@ -7,6 +7,6 @@
     <versions>
       <version>1.3</version>
     </versions>
-    <lastUpdated>20180713170034</lastUpdated>
+    <lastUpdated>20180716220150</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3-sources.jar b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3-sources.jar
new file mode 100644
index 0000000..29e19f5
--- /dev/null
+++ b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3-sources.jar
Binary files differ
diff --git a/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3-sources.jar.md5 b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3-sources.jar.md5
new file mode 100644
index 0000000..24c079c
--- /dev/null
+++ b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3-sources.jar.md5
@@ -0,0 +1 @@
+9261f117472828d02393ab2986810b32
\ No newline at end of file
diff --git a/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3-sources.jar.sha1 b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3-sources.jar.sha1
new file mode 100644
index 0000000..1f40af2
--- /dev/null
+++ b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3-sources.jar.sha1
@@ -0,0 +1 @@
+ae7787a563e6a1b1f17fd4ac43be3a3c8830cfda
\ No newline at end of file
diff --git a/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar
new file mode 100644
index 0000000..e07447a
--- /dev/null
+++ b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar
Binary files differ
diff --git a/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar.md5 b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar.md5
new file mode 100644
index 0000000..83e3234
--- /dev/null
+++ b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar.md5
@@ -0,0 +1 @@
+c145982b549171841ead95bd2fee78ce
\ No newline at end of file
diff --git a/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar.sha1 b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar.sha1
new file mode 100644
index 0000000..1dfbbf9
--- /dev/null
+++ b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.jar.sha1
@@ -0,0 +1 @@
+5de0c73fef18917cd85d0ab70bb23818685e4dfd
\ No newline at end of file
diff --git a/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom
new file mode 100644
index 0000000..c82c3e9
--- /dev/null
+++ b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<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/maven-v4_0_0.xsd">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.hamcrest</groupId>

+    <artifactId>hamcrest-parent</artifactId>

+    <version>1.3</version>

+  </parent>

+

+  <artifactId>hamcrest-integration</artifactId>

+  <packaging>jar</packaging>
+  <name>Hamcrest Integration</name>

+  <description>

+    Provides integration between Hamcrest and other testing tools, including JUnit (3 and 4), TestNG, jMock and EasyMock.

+  </description>

+

+  <dependencies>

+    <dependency>

+      <groupId>org.hamcrest</groupId>

+      <artifactId>hamcrest-library</artifactId>

+      <version>1.3</version>

+    </dependency>

+

+    <dependency>

+      <groupId>jmock</groupId>

+      <artifactId>jmock</artifactId>

+      <version>1.1.0</version>

+      <optional>true</optional>

+    </dependency>

+

+    <dependency>

+      <groupId>org.easymock</groupId>

+      <artifactId>easymock</artifactId>

+      <version>2.2</version>

+      <optional>true</optional>

+    </dependency>

+  </dependencies>

+</project>

diff --git a/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom.md5 b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom.md5
new file mode 100644
index 0000000..cbcc635
--- /dev/null
+++ b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom.md5
@@ -0,0 +1 @@
+442fa9ad7a4dfbd6a2ab5fca6e9b36c1
\ No newline at end of file
diff --git a/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom.sha1 b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom.sha1
new file mode 100644
index 0000000..483c6c8
--- /dev/null
+++ b/org/hamcrest/hamcrest-integration/1.3/hamcrest-integration-1.3.pom.sha1
@@ -0,0 +1 @@
+6175ef91dd87a6d909f7442f0a421acd227996b9
\ No newline at end of file
diff --git a/org/hamcrest/hamcrest-integration/maven-metadata.xml b/org/hamcrest/hamcrest-integration/maven-metadata.xml
new file mode 100644
index 0000000..4f0de8e
--- /dev/null
+++ b/org/hamcrest/hamcrest-integration/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.hamcrest</groupId>
+  <artifactId>hamcrest-integration</artifactId>
+  <versioning>
+    <release>1.3</release>
+    <versions>
+      <version>1.3</version>
+    </versions>
+    <lastUpdated>20180716214044</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar
new file mode 100644
index 0000000..3007bf3
--- /dev/null
+++ b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar
Binary files differ
diff --git a/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar.md5 b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar.md5
new file mode 100644
index 0000000..59f2f1a
--- /dev/null
+++ b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar.md5
@@ -0,0 +1 @@
+00d4a5df3c90e7f92e2b78243ee4e810
\ No newline at end of file
diff --git a/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar.sha1 b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar.sha1
new file mode 100644
index 0000000..3cf6c3d
--- /dev/null
+++ b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar.sha1
@@ -0,0 +1 @@
+047a7ee46628ab7133129cd7cef1e92657bc275e
\ No newline at end of file
diff --git a/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar
new file mode 100644
index 0000000..9eac80d
--- /dev/null
+++ b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar
Binary files differ
diff --git a/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar.md5 b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar.md5
new file mode 100644
index 0000000..ff1f6de
--- /dev/null
+++ b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar.md5
@@ -0,0 +1 @@
+110ad2ea84f7031a1798648b6b318e79
\ No newline at end of file
diff --git a/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar.sha1 b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar.sha1
new file mode 100644
index 0000000..ef93fa1
--- /dev/null
+++ b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar.sha1
@@ -0,0 +1 @@
+4785a3c21320980282f9f33d0d1264a69040538f
\ No newline at end of file
diff --git a/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
new file mode 100644
index 0000000..5ffb7c3
--- /dev/null
+++ b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<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/maven-v4_0_0.xsd">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.hamcrest</groupId>

+    <artifactId>hamcrest-parent</artifactId>

+    <version>1.3</version>

+  </parent>

+

+  <artifactId>hamcrest-library</artifactId>

+  <packaging>jar</packaging>

+  <name>Hamcrest library</name>

+  <description>

+    Hamcrest library of matcher implementations.

+  </description>

+

+  <dependencies>

+    <dependency>
+      <groupId>org.hamcrest</groupId>
+      <artifactId>hamcrest-core</artifactId>

+      <version>1.3</version>
+    </dependency>

+  </dependencies>

+</project>
\ No newline at end of file
diff --git a/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom.md5 b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom.md5
new file mode 100644
index 0000000..ec98a39
--- /dev/null
+++ b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom.md5
@@ -0,0 +1 @@
+f09e58cd2a1ea76816c17141db41b2e1
\ No newline at end of file
diff --git a/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom.sha1 b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom.sha1
new file mode 100644
index 0000000..2f61982
--- /dev/null
+++ b/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom.sha1
@@ -0,0 +1 @@
+8e2a1dd4d5ba590c7a904209f1f40f66d9349ee9
\ No newline at end of file
diff --git a/org/hamcrest/hamcrest-library/maven-metadata.xml b/org/hamcrest/hamcrest-library/maven-metadata.xml
new file mode 100644
index 0000000..39abd38
--- /dev/null
+++ b/org/hamcrest/hamcrest-library/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.hamcrest</groupId>
+  <artifactId>hamcrest-library</artifactId>
+  <versioning>
+    <release>1.3</release>
+    <versions>
+      <version>1.3</version>
+    </versions>
+    <lastUpdated>20180716214041</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/org/hamcrest/hamcrest-parent/maven-metadata.xml b/org/hamcrest/hamcrest-parent/maven-metadata.xml
index ed92428..1374788 100644
--- a/org/hamcrest/hamcrest-parent/maven-metadata.xml
+++ b/org/hamcrest/hamcrest-parent/maven-metadata.xml
@@ -7,6 +7,6 @@
     <versions>
       <version>1.3</version>
     </versions>
-    <lastUpdated>20180713170027</lastUpdated>
+    <lastUpdated>20180716220150</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.jar b/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.jar
new file mode 100644
index 0000000..52e5e51
--- /dev/null
+++ b/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.jar
Binary files differ
diff --git a/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.jar.md5 b/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.jar.md5
new file mode 100644
index 0000000..d5df0e3
--- /dev/null
+++ b/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.jar.md5
@@ -0,0 +1 @@
+ba6cae5220cebdf4e9244a609bc40e76
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.jar.sha1 b/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.jar.sha1
new file mode 100644
index 0000000..a53a333
--- /dev/null
+++ b/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.jar.sha1
@@ -0,0 +1 @@
+b10f1ea58d4ef88e1b488a61726659ea73e89e29
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.pom b/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.pom
new file mode 100644
index 0000000..dfe9f6d
--- /dev/null
+++ b/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.pom
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Copyright (c) 2009, 2016 Mountainminds GmbH & Co. KG and Contributors
+   All rights reserved. This program and the accompanying materials
+   are made available under the terms of the Eclipse Public License v1.0
+   which accompanies this distribution, and is available at
+   http://www.eclipse.org/legal/epl-v10.html
+
+   Contributors:
+      Evgeny Mandrikov - initial API and implementation
+-->
+<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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.jacoco</groupId>
+    <artifactId>org.jacoco.build</artifactId>
+    <version>0.7.8</version>
+    <relativePath>../org.jacoco.build</relativePath>
+  </parent>
+
+  <artifactId>org.jacoco.agent</artifactId>
+
+  <name>JaCoCo :: Agent</name>
+  <description>JaCoCo Agent</description>
+
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>prepare-package</phase>
+            <goals>
+              <goal>copy</goal>
+            </goals>
+            <configuration>
+              <artifactItems>
+                <artifactItem>
+                  <groupId>${project.groupId}</groupId>
+                  <artifactId>org.jacoco.agent.rt</artifactId>
+                  <classifier>all</classifier>
+                  <version>${project.version}</version>
+                  <destFileName>jacocoagent.jar</destFileName>
+                </artifactItem>
+              </artifactItems>
+              <outputDirectory>${project.build.directory}/classes</outputDirectory>
+              <overWriteReleases>false</overWriteReleases>
+              <overWriteSnapshots>false</overWriteSnapshots>
+              <overWriteIfNewer>true</overWriteIfNewer>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-artifacts</id>
+            <phase>package</phase>
+            <goals>
+              <goal>attach-artifact</goal>
+            </goals>
+            <configuration>
+              <artifacts>
+                <artifact>
+                  <file>${project.build.directory}/classes/jacocoagent.jar</file>
+                  <type>jar</type>
+                  <classifier>runtime</classifier>
+                </artifact>
+              </artifacts>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.pom.md5 b/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.pom.md5
new file mode 100644
index 0000000..3195d69
--- /dev/null
+++ b/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.pom.md5
@@ -0,0 +1 @@
+40a0295f833fd247157b69cca5e8dfc9
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.pom.sha1 b/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.pom.sha1
new file mode 100644
index 0000000..e07045d
--- /dev/null
+++ b/org/jacoco/org.jacoco.agent/0.7.8/org.jacoco.agent-0.7.8.pom.sha1
@@ -0,0 +1 @@
+04a794ed376eb437290c8e9564e6ecb7a5d99a99
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.agent/maven-metadata.xml b/org/jacoco/org.jacoco.agent/maven-metadata.xml
index 3a75536..334ef6a 100644
--- a/org/jacoco/org.jacoco.agent/maven-metadata.xml
+++ b/org/jacoco/org.jacoco.agent/maven-metadata.xml
@@ -3,10 +3,10 @@
   <groupId>org.jacoco</groupId>
   <artifactId>org.jacoco.agent</artifactId>
   <versioning>
-    <release>0.7.9</release>
+    <release>0.7.8</release>
     <versions>
-      <version>0.7.9</version>
+      <version>0.7.8</version>
     </versions>
-    <lastUpdated>20180713170749</lastUpdated>
+    <lastUpdated>20180716214235</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8-sources.jar b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8-sources.jar
new file mode 100644
index 0000000..5b92778
--- /dev/null
+++ b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8-sources.jar
Binary files differ
diff --git a/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8-sources.jar.md5 b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8-sources.jar.md5
new file mode 100644
index 0000000..9cfd4d3
--- /dev/null
+++ b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8-sources.jar.md5
@@ -0,0 +1 @@
+314afb8cc18f1dc7790d1a0129e68960
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8-sources.jar.sha1 b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8-sources.jar.sha1
new file mode 100644
index 0000000..7f4e9b0
--- /dev/null
+++ b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8-sources.jar.sha1
@@ -0,0 +1 @@
+fc336c4bdfdf02ca723a707fb623fbeb14984456
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.jar b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.jar
new file mode 100644
index 0000000..a9b5289
--- /dev/null
+++ b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.jar
Binary files differ
diff --git a/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.jar.md5 b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.jar.md5
new file mode 100644
index 0000000..a7ecaca
--- /dev/null
+++ b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.jar.md5
@@ -0,0 +1 @@
+391b8484e7b9b8720235e4de16cbe5aa
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.jar.sha1 b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.jar.sha1
new file mode 100644
index 0000000..3eda9a7
--- /dev/null
+++ b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.jar.sha1
@@ -0,0 +1 @@
+06e6a89ef7babe8318efd99bb360e7798617d41c
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.pom b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.pom
new file mode 100644
index 0000000..ad3efc6
--- /dev/null
+++ b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.pom
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Copyright (c) 2009, 2016 Mountainminds GmbH & Co. KG and Contributors
+   All rights reserved. This program and the accompanying materials
+   are made available under the terms of the Eclipse Public License v1.0
+   which accompanies this distribution, and is available at
+   http://www.eclipse.org/legal/epl-v10.html
+
+   Contributors:
+      Evgeny Mandrikov - initial API and implementation
+-->
+<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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.jacoco</groupId>
+    <artifactId>org.jacoco.build</artifactId>
+    <version>0.7.8</version>
+    <relativePath>../org.jacoco.build</relativePath>
+  </parent>
+
+  <artifactId>org.jacoco.ant</artifactId>
+
+  <name>JaCoCo :: Ant</name>
+  <description>JaCoCo Ant Tasks</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>org.jacoco.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>org.jacoco.report</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>org.jacoco.agent</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ant</groupId>
+      <artifactId>ant</artifactId>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+            <configuration>
+              <shadedArtifactAttached>true</shadedArtifactAttached>
+              <shadedClassifierName>nodeps</shadedClassifierName>
+              <minimizeJar>true</minimizeJar>
+              <relocations>
+                <relocation>
+                  <pattern>org.objectweb.asm</pattern>
+                  <shadedPattern>org.jacoco.asm</shadedPattern>
+                </relocation>
+              </relocations>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>
diff --git a/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.pom.md5 b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.pom.md5
new file mode 100644
index 0000000..41e4793
--- /dev/null
+++ b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.pom.md5
@@ -0,0 +1 @@
+aeb22d8e6d086bcbdfacd540b4ab6d8b
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.pom.sha1 b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.pom.sha1
new file mode 100644
index 0000000..bb62f99
--- /dev/null
+++ b/org/jacoco/org.jacoco.ant/0.7.8/org.jacoco.ant-0.7.8.pom.sha1
@@ -0,0 +1 @@
+6d78f0d7cf790abe12500d39e62f655cec8c9261
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.ant/maven-metadata.xml b/org/jacoco/org.jacoco.ant/maven-metadata.xml
index 4c4ce68..fe5adcb 100644
--- a/org/jacoco/org.jacoco.ant/maven-metadata.xml
+++ b/org/jacoco/org.jacoco.ant/maven-metadata.xml
@@ -3,10 +3,10 @@
   <groupId>org.jacoco</groupId>
   <artifactId>org.jacoco.ant</artifactId>
   <versioning>
-    <release>0.7.9</release>
+    <release>0.7.8</release>
     <versions>
-      <version>0.7.9</version>
+      <version>0.7.8</version>
     </versions>
-    <lastUpdated>20180713170532</lastUpdated>
+    <lastUpdated>20180716214239</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/jacoco/org.jacoco.build/maven-metadata.xml b/org/jacoco/org.jacoco.build/maven-metadata.xml
index 5366a90..55cf679 100644
--- a/org/jacoco/org.jacoco.build/maven-metadata.xml
+++ b/org/jacoco/org.jacoco.build/maven-metadata.xml
@@ -7,6 +7,6 @@
     <versions>
       <version>0.7.8</version>
     </versions>
-    <lastUpdated>20180713171913</lastUpdated>
+    <lastUpdated>20180716214235</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/jacoco/org.jacoco.core/maven-metadata.xml b/org/jacoco/org.jacoco.core/maven-metadata.xml
index 09ef1c5..1c1fe01 100644
--- a/org/jacoco/org.jacoco.core/maven-metadata.xml
+++ b/org/jacoco/org.jacoco.core/maven-metadata.xml
@@ -7,6 +7,6 @@
     <versions>
       <version>0.7.8</version>
     </versions>
-    <lastUpdated>20180713171922</lastUpdated>
+    <lastUpdated>20180716214235</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.jar b/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.jar
new file mode 100644
index 0000000..0a9238f
--- /dev/null
+++ b/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.jar
Binary files differ
diff --git a/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.jar.md5 b/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.jar.md5
new file mode 100644
index 0000000..6f19b30
--- /dev/null
+++ b/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.jar.md5
@@ -0,0 +1 @@
+58781f4b3e1645cacd01f6f13ee0a58d
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.jar.sha1 b/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.jar.sha1
new file mode 100644
index 0000000..ecbc43b
--- /dev/null
+++ b/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.jar.sha1
@@ -0,0 +1 @@
+a87bf018a292f49c7561944bf1c294eea7f05a50
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.pom b/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.pom
new file mode 100644
index 0000000..a17096d
--- /dev/null
+++ b/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.pom
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Copyright (c) 2009, 2016 Mountainminds GmbH & Co. KG and Contributors
+   All rights reserved. This program and the accompanying materials
+   are made available under the terms of the Eclipse Public License v1.0
+   which accompanies this distribution, and is available at
+   http://www.eclipse.org/legal/epl-v10.html
+
+   Contributors:
+      Evgeny Mandrikov - initial API and implementation
+-->
+<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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.jacoco</groupId>
+    <artifactId>org.jacoco.build</artifactId>
+    <version>0.7.8</version>
+    <relativePath>../org.jacoco.build</relativePath>
+  </parent>
+
+  <artifactId>org.jacoco.report</artifactId>
+
+  <name>JaCoCo :: Report</name>
+  <description>JaCoCo Reporting</description>
+
+  <dependencies>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>org.jacoco.core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-debug-all</artifactId>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+  </build>
+</project>
diff --git a/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.pom.md5 b/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.pom.md5
new file mode 100644
index 0000000..e026015
--- /dev/null
+++ b/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.pom.md5
@@ -0,0 +1 @@
+c035331ecad68df54f2de70b2e36f73c
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.pom.sha1 b/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.pom.sha1
new file mode 100644
index 0000000..1568c19
--- /dev/null
+++ b/org/jacoco/org.jacoco.report/0.7.8/org.jacoco.report-0.7.8.pom.sha1
@@ -0,0 +1 @@
+dd01dd9b9ecfcb587f205f0230301605374b5b92
\ No newline at end of file
diff --git a/org/jacoco/org.jacoco.report/maven-metadata.xml b/org/jacoco/org.jacoco.report/maven-metadata.xml
index b1103a8..7a0393c 100644
--- a/org/jacoco/org.jacoco.report/maven-metadata.xml
+++ b/org/jacoco/org.jacoco.report/maven-metadata.xml
@@ -3,10 +3,10 @@
   <groupId>org.jacoco</groupId>
   <artifactId>org.jacoco.report</artifactId>
   <versioning>
-    <release>0.7.9</release>
+    <release>0.7.8</release>
     <versions>
-      <version>0.7.9</version>
+      <version>0.7.8</version>
     </versions>
-    <lastUpdated>20180713170532</lastUpdated>
+    <lastUpdated>20180716214235</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/jetbrains/annotations/maven-metadata.xml b/org/jetbrains/annotations/maven-metadata.xml
index 2b17db0..94e3cba 100644
--- a/org/jetbrains/annotations/maven-metadata.xml
+++ b/org/jetbrains/annotations/maven-metadata.xml
@@ -7,6 +7,6 @@
     <versions>
       <version>13.0</version>
     </versions>
-    <lastUpdated>20180713173837</lastUpdated>
+    <lastUpdated>20180716214121</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3-sources.jar b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3-sources.jar
new file mode 100644
index 0000000..ec21f9e
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3-sources.jar
Binary files differ
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3-sources.jar.md5 b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3-sources.jar.md5
new file mode 100644
index 0000000..cb92652
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3-sources.jar.md5
@@ -0,0 +1 @@
+486f7a28c9e9add6429a4fcbf2236456
\ No newline at end of file
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3-sources.jar.sha1 b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3-sources.jar.sha1
new file mode 100644
index 0000000..5a50b01
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3-sources.jar.sha1
@@ -0,0 +1 @@
+9ce3451736c75af001cc62806f36c087d70c403b
\ No newline at end of file
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.jar b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.jar
new file mode 100644
index 0000000..cd58770
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.jar
Binary files differ
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.jar.md5 b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.jar.md5
new file mode 100644
index 0000000..8326ba9
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.jar.md5
@@ -0,0 +1 @@
+54289be806baaae8fab6b9e692943ed1
\ No newline at end of file
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.jar.sha1 b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.jar.sha1
new file mode 100644
index 0000000..102c4c5
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.jar.sha1
@@ -0,0 +1 @@
+e51ebc59da5103a2052859e89682c7f9c3456298
\ No newline at end of file
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.pom b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.pom
new file mode 100644
index 0000000..6b048da
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.pom
@@ -0,0 +1,43 @@
+<?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>org.jetbrains.kotlin</groupId>
+  <artifactId>kotlin-stdlib</artifactId>
+  <version>1.1.3</version>
+  <name>org.jetbrains.kotlin:kotlin-stdlib</name>
+  <description>Kotlin Standard Library</description>
+  <url>https://kotlinlang.org/</url>
+  <licenses>
+    <license>
+      <name>The Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>Kotlin Team</name>
+      <organization>JetBrains</organization>
+      <organizationUrl>https://www.jetbrains.com</organizationUrl>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+    <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+    <url>https://github.com/JetBrains/kotlin</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>org.jetbrains</groupId>
+      <artifactId>annotations</artifactId>
+      <version>13.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-test-junit</artifactId>
+      <version>1.1.3</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.pom.md5 b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.pom.md5
new file mode 100644
index 0000000..c528369
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.pom.md5
@@ -0,0 +1 @@
+c5f63dadb3499239025fc4ccacf85eb4
\ No newline at end of file
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.pom.sha1 b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.pom.sha1
new file mode 100644
index 0000000..ddfad4e
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.1.3/kotlin-stdlib-1.1.3.pom.sha1
@@ -0,0 +1 @@
+92828201c19a4676465245b627dfff3f300fa428
\ No newline at end of file
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41-sources.jar b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41-sources.jar
new file mode 100644
index 0000000..f2a7f0f
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41-sources.jar
Binary files differ
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41-sources.jar.md5 b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41-sources.jar.md5
new file mode 100644
index 0000000..97c0a6e
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41-sources.jar.md5
@@ -0,0 +1 @@
+e9afe11736a5bbdffca376921b289a29
\ No newline at end of file
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41-sources.jar.sha1 b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41-sources.jar.sha1
new file mode 100644
index 0000000..966ba53
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41-sources.jar.sha1
@@ -0,0 +1 @@
+dc11619be6c45157a142d3753017544896da8e69
\ No newline at end of file
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.jar b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.jar
new file mode 100644
index 0000000..cce03d5
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.jar
Binary files differ
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.jar.md5 b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.jar.md5
new file mode 100644
index 0000000..3ce9278
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.jar.md5
@@ -0,0 +1 @@
+940186f5c6adf4db35054075c76443bd
\ No newline at end of file
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.jar.sha1 b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.jar.sha1
new file mode 100644
index 0000000..759ac5c
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.jar.sha1
@@ -0,0 +1 @@
+7e34f009642702250bccd9e5255866f408962a05
\ No newline at end of file
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.pom b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.pom
new file mode 100644
index 0000000..203e2c1
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.pom
@@ -0,0 +1,43 @@
+<?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>org.jetbrains.kotlin</groupId>
+  <artifactId>kotlin-stdlib</artifactId>
+  <version>1.2.41</version>
+  <name>org.jetbrains.kotlin:kotlin-stdlib</name>
+  <description>Kotlin Standard Library</description>
+  <url>https://kotlinlang.org/</url>
+  <licenses>
+    <license>
+      <name>The Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+    </license>
+  </licenses>
+  <developers>
+    <developer>
+      <name>Kotlin Team</name>
+      <organization>JetBrains</organization>
+      <organizationUrl>https://www.jetbrains.com</organizationUrl>
+    </developer>
+  </developers>
+  <scm>
+    <connection>scm:git:https://github.com/JetBrains/kotlin.git</connection>
+    <developerConnection>scm:git:https://github.com/JetBrains/kotlin.git</developerConnection>
+    <url>https://github.com/JetBrains/kotlin</url>
+  </scm>
+  <dependencies>
+    <dependency>
+      <groupId>org.jetbrains</groupId>
+      <artifactId>annotations</artifactId>
+      <version>13.0</version>
+      <scope>compile</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jetbrains.kotlin</groupId>
+      <artifactId>kotlin-test-junit</artifactId>
+      <version>1.2.41</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.pom.md5 b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.pom.md5
new file mode 100644
index 0000000..5ad81b2
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.pom.md5
@@ -0,0 +1 @@
+0d8b8ef139946701ad207439d580dc70
\ No newline at end of file
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.pom.sha1 b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.pom.sha1
new file mode 100644
index 0000000..5eddc2e
--- /dev/null
+++ b/org/jetbrains/kotlin/kotlin-stdlib/1.2.41/kotlin-stdlib-1.2.41.pom.sha1
@@ -0,0 +1 @@
+790dd5aa517ab395cf633a2cad3db214e236ac22
\ No newline at end of file
diff --git a/org/jetbrains/kotlin/kotlin-stdlib/maven-metadata.xml b/org/jetbrains/kotlin/kotlin-stdlib/maven-metadata.xml
index e2a781e..b236f75 100644
--- a/org/jetbrains/kotlin/kotlin-stdlib/maven-metadata.xml
+++ b/org/jetbrains/kotlin/kotlin-stdlib/maven-metadata.xml
@@ -3,10 +3,10 @@
   <groupId>org.jetbrains.kotlin</groupId>
   <artifactId>kotlin-stdlib</artifactId>
   <versioning>
-    <release>1.2.0</release>
+    <release>1.1.3</release>
     <versions>
-      <version>1.2.0</version>
+      <version>1.1.3</version>
     </versions>
-    <lastUpdated>20180713173837</lastUpdated>
+    <lastUpdated>20180716214125</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.jar b/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.jar
new file mode 100644
index 0000000..6b71163
--- /dev/null
+++ b/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.jar
Binary files differ
diff --git a/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.jar.md5 b/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.jar.md5
new file mode 100644
index 0000000..690ffae
--- /dev/null
+++ b/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.jar.md5
@@ -0,0 +1 @@
+c4d4ab3c80864316df587be408aafa08
\ No newline at end of file
diff --git a/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.jar.sha1 b/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.jar.sha1
new file mode 100644
index 0000000..04040f1
--- /dev/null
+++ b/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.jar.sha1
@@ -0,0 +1 @@
+e32aee21b05dc19f271275b90c78bb7d31b379fa
\ No newline at end of file
diff --git a/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.pom b/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.pom
new file mode 100644
index 0000000..0d2a5f7
--- /dev/null
+++ b/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.pom
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.mockito</groupId>
+  <artifactId>mockito-core</artifactId>
+  <version>2.7.6</version>
+  <dependencies>
+    <dependency>
+      <groupId>net.bytebuddy</groupId>
+      <artifactId>byte-buddy</artifactId>
+      <version>1.6.5</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>net.bytebuddy</groupId>
+      <artifactId>byte-buddy-agent</artifactId>
+      <version>1.6.5</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.objenesis</groupId>
+      <artifactId>objenesis</artifactId>
+      <version>2.5</version>
+      <scope>runtime</scope>
+    </dependency>
+  </dependencies>
+  <name>mockito-core</name>
+  <packaging>jar</packaging>
+  <url>http://mockito.org</url>
+  <description>Mockito mock objects library core API and implementation</description>
+  <licenses>
+    <license>
+      <name>The MIT License</name>
+      <url>http://github.com/mockito/mockito/blob/master/LICENSE</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <url>http://github.com/mockito/mockito</url>
+  </scm>
+  <issueManagement>
+    <url>https://github.com/mockito/mockito/issues</url>
+    <system>GitHub issues</system>
+  </issueManagement>
+  <ciManagement>
+    <url>https://travis-ci.org/mockito/mockito</url>
+    <system>TravisCI</system>
+  </ciManagement>
+  <developers>
+    <developer>
+      <id>szczepiq</id>
+      <name>Szczepan Faber</name>
+      <roles>
+        <role>Core developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>bric3</id>
+      <name>Brice Dutheil</name>
+      <roles>
+        <role>Core developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>raphw</id>
+      <name>Rafael Winterhalter</name>
+      <roles>
+        <role>Core developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>TimvdLippe</id>
+      <name>Tim van der Lippe</name>
+      <roles>
+        <role>Core developer</role>
+      </roles>
+    </developer>
+  </developers>
+</project>
diff --git a/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.pom.md5 b/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.pom.md5
new file mode 100644
index 0000000..e04a5cc
--- /dev/null
+++ b/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.pom.md5
@@ -0,0 +1 @@
+a65588a507b2d11d72a7047c8f61f827
\ No newline at end of file
diff --git a/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.pom.sha1 b/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.pom.sha1
new file mode 100644
index 0000000..8ee4ee4
--- /dev/null
+++ b/org/mockito/mockito-core/2.7.6/mockito-core-2.7.6.pom.sha1
@@ -0,0 +1 @@
+e5058b8a71a53ea9d4dce05408354f6076c26eeb
\ No newline at end of file
diff --git a/org/mockito/mockito-core/maven-metadata.xml b/org/mockito/mockito-core/maven-metadata.xml
index 30ecd0b..1303f3f 100644
--- a/org/mockito/mockito-core/maven-metadata.xml
+++ b/org/mockito/mockito-core/maven-metadata.xml
@@ -3,10 +3,10 @@
   <groupId>org.mockito</groupId>
   <artifactId>mockito-core</artifactId>
   <versioning>
-    <release>2.19.0</release>
+    <release>2.7.6</release>
     <versions>
-      <version>2.19.0</version>
+      <version>2.7.6</version>
     </versions>
-    <lastUpdated>20180713165729</lastUpdated>
+    <lastUpdated>20180716220150</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/objenesis/objenesis-parent/2.5/objenesis-parent-2.5.pom b/org/objenesis/objenesis-parent/2.5/objenesis-parent-2.5.pom
new file mode 100644
index 0000000..be80f39
--- /dev/null
+++ b/org/objenesis/objenesis-parent/2.5/objenesis-parent-2.5.pom
@@ -0,0 +1,510 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.objenesis</groupId>
+  <artifactId>objenesis-parent</artifactId>
+  <version>2.5</version>
+  <packaging>pom</packaging>
+
+  <name>Objenesis parent project</name>
+  <description>A library for instantiating Java objects</description>
+  <url>http://objenesis.org</url>
+  <inceptionYear>2006</inceptionYear>
+
+  <prerequisites>
+    <maven>3.2.1</maven>
+  </prerequisites>
+
+  <modules>
+    <module>main</module>
+    <module>tck</module>
+  </modules>
+
+  <licenses>
+    <license>
+      <name>Apache 2</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <!-- Used for the copyright -->
+  <organization>
+    <name>Joe Walnes, Henri Tremblay, Leonardo Mesquita</name>
+  </organization>
+
+  <scm>
+    <url>https://github.com/easymock/objenesis</url>
+    <developerConnection>scm:git:git@github.com:easymock/objenesis.git</developerConnection>
+    <connection>scm:git:https://github.com/easymock/objenesis.git</connection>
+    <tag>2.5</tag>
+  </scm>
+
+  <developers>
+    <developer>
+      <id>joe</id>
+      <name>Joe Walnes</name>
+      <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <id>henri</id>
+      <name>Henri Tremblay</name>
+      <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <id>leonardo</id>
+      <name>Leonardo Mesquita</name>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+  </properties>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.12</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <index>true</index>
+            <addMavenDescriptor>false</addMavenDescriptor>
+            <manifest>
+              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+            </manifest>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-release-plugin</artifactId>
+        <configuration>
+          <!-- Required to let release with the benchmark project using snapshots. I can't put it directly in the benchmark project. It doesn't work -->
+          <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
+          <!-- Renamed because the default would be objenesis-parent-x.y -->
+          <tagNameFormat>@{project.version}</tagNameFormat>
+          <!-- Quite annoying in case of error that the changes were pushed -->
+          <pushChanges>false</pushChanges>
+          <!-- Do not activate special profile from the superpom. We do it ourselves -->
+          <useReleaseProfile>false</useReleaseProfile>
+          <!-- Profiles required for the release -->
+          <releaseProfiles>release,full,all</releaseProfiles>
+          <!-- To use the same version on the module and the parent -->
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+        <inherited>false</inherited>
+        <configuration>
+          <siteDirectory>${project.basedir}/website</siteDirectory>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>com.mycila.maven-license-plugin</groupId>
+        <artifactId>maven-license-plugin</artifactId>
+        <inherited>false</inherited>
+        <configuration>
+          <!-- skipping the license check on the parent pom since it's not needed -->
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh-external</artifactId>
+        <version>2.10</version>
+      </extension>
+    </extensions>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <version>3.0.0</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <version>3.5.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-jar-plugin</artifactId>
+          <version>3.0.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.19.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-clean-plugin</artifactId>
+          <version>3.0.0</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.8.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <version>1.6</version>
+          <executions>
+            <execution>
+              <id>sign-artifacts</id>
+              <phase>verify</phase>
+              <goals>
+                <goal>sign</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <artifactId>maven-install-plugin</artifactId>
+          <version>2.5.2</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.5.3</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>3.0.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>2.4.3</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.5.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>3.0.1</version>
+        </plugin>
+        <plugin>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <version>2.10.4</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <version>3.2.0</version>
+        </plugin>
+        <plugin>
+          <groupId>com.keyboardsamurais.maven</groupId>
+          <artifactId>maven-timestamp-plugin</artifactId>
+          <version>1.0</version>
+          <executions>
+            <execution>
+              <id>year</id>
+              <goals>
+                <goal>create</goal>
+              </goals>
+              <configuration>
+                <propertyName>year</propertyName>
+                <timestampPattern>yyyy</timestampPattern>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>com.mycila.maven-license-plugin</groupId>
+          <artifactId>maven-license-plugin</artifactId>
+          <version>1.10.b1</version>
+          <configuration>
+            <header>${project.basedir}/../header.txt</header>
+            <strictCheck>true</strictCheck>
+            <excludes>
+              <!-- Not being ignore by default -->
+              <exclude>.gitignore</exclude>
+              <!-- Nothing is copyrighted in target -->
+              <exclude>target/**</exclude>
+              <!-- generated pom by maven-shade-plugin -->
+              <exclude>dependency-reduced-pom.xml</exclude>
+              <!-- generated by Equinox during OSGi test -->
+              <exclude>eclipse_config/**</exclude>
+              <!-- no header wanted on the website -->
+              <exclude>website/**</exclude>
+              <!-- no header on batch files -->
+              <exclude>**/*.bat</exclude>
+              <!-- generated Android files -->
+              <exclude>project.properties</exclude>
+              <exclude>lint.xml</exclude>
+              <exclude>gen/**</exclude>
+              <exclude>bin/**</exclude>
+              <!-- no header on text files -->
+              <exclude>**/*.txt</exclude>
+              <!-- no header on Eclipse launch files -->
+              <exclude>**/*.launch</exclude>
+              <!-- no header on markdown files -->
+              <exclude>**/*.md</exclude>
+            </excludes>
+            <properties>
+              <inceptionYear>${project.inceptionYear}</inceptionYear>
+              <year>${year}</year>
+            </properties>
+          </configuration>
+        </plugin>
+        <plugin>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <version>1.5</version>
+          <executions>
+            <execution>
+              <goals>
+                <goal>process</goal>
+              </goals>
+              <configuration>
+                <resourceBundles>
+                  <resourceBundle>org.apache:apache-jar-resource-bundle:1.3</resourceBundle>
+                </resourceBundles>
+              </configuration>
+            </execution>
+          </executions>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>exec-maven-plugin</artifactId>
+          <version>1.5.0</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>versions-maven-plugin</artifactId>
+          <version>2.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>findbugs-maven-plugin</artifactId>
+          <version>3.0.4</version>
+          <configuration>
+            <xmlOutput>true</xmlOutput>
+            <omitVisitors>Naming</omitVisitors>
+          </configuration>
+        </plugin>
+        <!--This plugin 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.keyboardsamurais.maven</groupId>
+                    <artifactId>maven-timestamp-plugin</artifactId>
+                    <versionRange>[1.0,)</versionRange>
+                    <goals>
+                      <goal>create</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <execute />
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <artifactId>maven-remote-resources-plugin</artifactId>
+                    <versionRange>[1.0,)</versionRange>
+                    <goals>
+                      <goal>process</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <execute />
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>findbugs-maven-plugin</artifactId>
+                    <versionRange>[2.5.5,)</versionRange>
+                    <goals>
+                      <goal>findbugs</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore />
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.9</version>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>3.0.4</version>
+      </plugin>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>3.7</version>
+        <configuration>
+          <targetJdk>1.5</targetJdk>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <distributionManagement>
+    <repository>
+      <id>bintray</id>
+      <name>JFrog Bintray</name>
+      <url>https://api.bintray.com/maven/easymock/maven/objenesis</url>
+    </repository>
+  </distributionManagement>
+
+  <profiles>
+    <profile>
+      <!-- Activate to generate javadoc, sources jars, license check and findbugs -->
+      <id>full</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-source-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-sources</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <artifactId>maven-javadoc-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>attach-javadocs</id>
+                <goals>
+                  <goal>jar</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>findbugs-maven-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>findbugs</id>
+                <goals>
+                  <goal>findbugs</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <groupId>com.mycila.maven-license-plugin</groupId>
+            <artifactId>maven-license-plugin</artifactId>
+            <executions>
+              <execution>
+                <id>check</id>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <!-- Activate to update the license -->
+      <id>license</id>
+      <build>
+        <pluginManagement>
+          <plugins>
+            <plugin>
+              <groupId>com.mycila.maven-license-plugin</groupId>
+              <artifactId>maven-license-plugin</artifactId>
+              <executions>
+                <execution>
+                  <id>format</id>
+                  <phase>generate-sources</phase>
+                  <goals>
+                    <goal>format</goal>
+                  </goals>
+                </execution>
+              </executions>
+            </plugin>
+          </plugins>
+        </pluginManagement>
+      </build>
+    </profile>
+    <profile>
+      <!-- Activate to generate the website -->
+      <id>website</id>
+      <modules>
+        <module>website</module>
+      </modules>
+    </profile>
+    <profile>
+      <!-- Activate to execute the tck on Android -->
+      <id>android</id>
+      <modules>
+        <module>tck-android</module>
+      </modules>
+    </profile>
+    <profile>
+      <!-- Activate to run the benchmark -->
+      <id>benchmark</id>
+      <modules>
+        <module>benchmark</module>
+      </modules>
+    </profile>
+    <profile>
+      <!-- Activate to create a complete release -->
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-gpg-plugin</artifactId>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>all</id>
+      <modules>
+        <module>benchmark</module>
+        <module>tck-android</module>
+        <module>gae</module>
+        <module>website</module>
+      </modules>
+    </profile>
+  </profiles>
+</project>
diff --git a/org/objenesis/objenesis-parent/2.5/objenesis-parent-2.5.pom.md5 b/org/objenesis/objenesis-parent/2.5/objenesis-parent-2.5.pom.md5
new file mode 100644
index 0000000..b5bedae
--- /dev/null
+++ b/org/objenesis/objenesis-parent/2.5/objenesis-parent-2.5.pom.md5
@@ -0,0 +1 @@
+ec8297935dfc65a8fac9d98178a29b36
\ No newline at end of file
diff --git a/org/objenesis/objenesis-parent/2.5/objenesis-parent-2.5.pom.sha1 b/org/objenesis/objenesis-parent/2.5/objenesis-parent-2.5.pom.sha1
new file mode 100644
index 0000000..99d64f7
--- /dev/null
+++ b/org/objenesis/objenesis-parent/2.5/objenesis-parent-2.5.pom.sha1
@@ -0,0 +1 @@
+89ecfab00021515ac5a33c2bcd24b50a8ac1def6
\ No newline at end of file
diff --git a/org/objenesis/objenesis-parent/maven-metadata.xml b/org/objenesis/objenesis-parent/maven-metadata.xml
index 1643160..0352462 100644
--- a/org/objenesis/objenesis-parent/maven-metadata.xml
+++ b/org/objenesis/objenesis-parent/maven-metadata.xml
@@ -3,10 +3,10 @@
   <groupId>org.objenesis</groupId>
   <artifactId>objenesis-parent</artifactId>
   <versioning>
-    <release>2.6</release>
+    <release>2.5</release>
     <versions>
-      <version>2.6</version>
+      <version>2.5</version>
     </versions>
-    <lastUpdated>20180713165724</lastUpdated>
+    <lastUpdated>20180716220150</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/objenesis/objenesis/2.5/objenesis-2.5.jar b/org/objenesis/objenesis/2.5/objenesis-2.5.jar
new file mode 100644
index 0000000..7b60a8b
--- /dev/null
+++ b/org/objenesis/objenesis/2.5/objenesis-2.5.jar
Binary files differ
diff --git a/org/objenesis/objenesis/2.5/objenesis-2.5.jar.md5 b/org/objenesis/objenesis/2.5/objenesis-2.5.jar.md5
new file mode 100644
index 0000000..8177c42
--- /dev/null
+++ b/org/objenesis/objenesis/2.5/objenesis-2.5.jar.md5
@@ -0,0 +1 @@
+65daddc231144b94cd66e7962e04e391
\ No newline at end of file
diff --git a/org/objenesis/objenesis/2.5/objenesis-2.5.jar.sha1 b/org/objenesis/objenesis/2.5/objenesis-2.5.jar.sha1
new file mode 100644
index 0000000..2335b4c
--- /dev/null
+++ b/org/objenesis/objenesis/2.5/objenesis-2.5.jar.sha1
@@ -0,0 +1 @@
+612ecb799912ccf77cba9b3ed8c813da086076e9
\ No newline at end of file
diff --git a/org/objenesis/objenesis/2.5/objenesis-2.5.pom b/org/objenesis/objenesis/2.5/objenesis-2.5.pom
new file mode 100644
index 0000000..3af2ef4
--- /dev/null
+++ b/org/objenesis/objenesis/2.5/objenesis-2.5.pom
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<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/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.objenesis</groupId>
+    <artifactId>objenesis-parent</artifactId>
+    <version>2.5</version>
+  </parent>
+  <artifactId>objenesis</artifactId>
+
+  <name>Objenesis</name>
+  <description>A library for instantiating Java objects</description>
+  <url>http://objenesis.org</url>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+            <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+          </archive>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>com.keyboardsamurais.maven</groupId>
+        <artifactId>maven-timestamp-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>com.mycila.maven-license-plugin</groupId>
+        <artifactId>maven-license-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <artifactId>maven-remote-resources-plugin</artifactId>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <Import-Package>
+            COM.newmonics.PercClassloader;resolution:=optional,
+            sun.misc;resolution:=optional,
+            sun.reflect;resolution:=optional
+            </Import-Package>
+          </instructions>
+        </configuration>
+        <executions>
+          <execution>
+            <id>bundle-manifest</id>
+            <phase>process-classes</phase>
+            <goals>
+              <goal>manifest</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <!-- Activate to create the release bundle -->
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <artifactId>maven-assembly-plugin</artifactId>
+            <configuration>
+              <attach>false</attach>
+              <descriptors>
+                <descriptor>assembly.xml</descriptor>
+              </descriptors>
+            </configuration>
+            <executions>
+              <execution>
+                <id>make-assembly</id>
+                <phase>package</phase>
+                <goals>
+                  <goal>single</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+</project>
diff --git a/org/objenesis/objenesis/2.5/objenesis-2.5.pom.md5 b/org/objenesis/objenesis/2.5/objenesis-2.5.pom.md5
new file mode 100644
index 0000000..bfb49e7
--- /dev/null
+++ b/org/objenesis/objenesis/2.5/objenesis-2.5.pom.md5
@@ -0,0 +1 @@
+1e5351a5a5dbaafe999a378a79f262f2
\ No newline at end of file
diff --git a/org/objenesis/objenesis/2.5/objenesis-2.5.pom.sha1 b/org/objenesis/objenesis/2.5/objenesis-2.5.pom.sha1
new file mode 100644
index 0000000..4837e13
--- /dev/null
+++ b/org/objenesis/objenesis/2.5/objenesis-2.5.pom.sha1
@@ -0,0 +1 @@
+74fc9a971ce888eb1d2f1f68ba78c237d2ac38f1
\ No newline at end of file
diff --git a/org/objenesis/objenesis/maven-metadata.xml b/org/objenesis/objenesis/maven-metadata.xml
index 779d640..6fb4ba1 100644
--- a/org/objenesis/objenesis/maven-metadata.xml
+++ b/org/objenesis/objenesis/maven-metadata.xml
@@ -3,10 +3,10 @@
   <groupId>org.objenesis</groupId>
   <artifactId>objenesis</artifactId>
   <versioning>
-    <release>2.6</release>
+    <release>2.5</release>
     <versions>
-      <version>2.6</version>
+      <version>2.5</version>
     </versions>
-    <lastUpdated>20180713165729</lastUpdated>
+    <lastUpdated>20180716220150</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/ow2/asm/asm-debug-all/maven-metadata.xml b/org/ow2/asm/asm-debug-all/maven-metadata.xml
index 8c41458..ff9d258 100644
--- a/org/ow2/asm/asm-debug-all/maven-metadata.xml
+++ b/org/ow2/asm/asm-debug-all/maven-metadata.xml
@@ -7,6 +7,6 @@
     <versions>
       <version>5.1</version>
     </versions>
-    <lastUpdated>20180713171922</lastUpdated>
+    <lastUpdated>20180716214235</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/ow2/asm/asm-parent/maven-metadata.xml b/org/ow2/asm/asm-parent/maven-metadata.xml
index b8f5fad..e187fbb 100644
--- a/org/ow2/asm/asm-parent/maven-metadata.xml
+++ b/org/ow2/asm/asm-parent/maven-metadata.xml
@@ -3,10 +3,10 @@
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-parent</artifactId>
   <versioning>
-    <release>6.0</release>
+    <release>5.1</release>
     <versions>
-      <version>6.0</version>
+      <version>5.1</version>
     </versions>
-    <lastUpdated>20180713173825</lastUpdated>
+    <lastUpdated>20180716214235</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/ow2/ow2/maven-metadata.xml b/org/ow2/ow2/maven-metadata.xml
index 3451779..fe55f60 100644
--- a/org/ow2/ow2/maven-metadata.xml
+++ b/org/ow2/ow2/maven-metadata.xml
@@ -7,6 +7,6 @@
     <versions>
       <version>1.3</version>
     </versions>
-    <lastUpdated>20180713173825</lastUpdated>
+    <lastUpdated>20180716214235</lastUpdated>
   </versioning>
 </metadata>
diff --git a/org/sonatype/oss/oss-parent/maven-metadata.xml b/org/sonatype/oss/oss-parent/maven-metadata.xml
index 64efddc..68cc9c1 100644
--- a/org/sonatype/oss/oss-parent/maven-metadata.xml
+++ b/org/sonatype/oss/oss-parent/maven-metadata.xml
@@ -7,6 +7,6 @@
     <versions>
       <version>7</version>
     </versions>
-    <lastUpdated>20180713182445</lastUpdated>
+    <lastUpdated>20180716214003</lastUpdated>
   </versioning>
 </metadata>
diff --git a/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2-sources.jar b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2-sources.jar
new file mode 100644
index 0000000..882a90d
--- /dev/null
+++ b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2-sources.jar
Binary files differ
diff --git a/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2-sources.jar.md5 b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2-sources.jar.md5
new file mode 100644
index 0000000..6846058
--- /dev/null
+++ b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2-sources.jar.md5
@@ -0,0 +1 @@
+6a3a2b58c39af611abf36495eac7de39
\ No newline at end of file
diff --git a/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2-sources.jar.sha1 b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2-sources.jar.sha1
new file mode 100644
index 0000000..cc9b65c
--- /dev/null
+++ b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2-sources.jar.sha1
@@ -0,0 +1 @@
+eb9e01cc90dfc083dd41d7f76a5efd102ab6b01e
\ No newline at end of file
diff --git a/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar
new file mode 100644
index 0000000..f0fb0e8
--- /dev/null
+++ b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar
Binary files differ
diff --git a/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar.md5 b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar.md5
new file mode 100644
index 0000000..ff049ab
--- /dev/null
+++ b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar.md5
@@ -0,0 +1 @@
+c4c5a77f9e61f33d80780176451d71c2
\ No newline at end of file
diff --git a/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar.sha1 b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar.sha1
new file mode 100644
index 0000000..aa18f20
--- /dev/null
+++ b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar.sha1
@@ -0,0 +1 @@
+897bcb56d6b7fe2070a5f561bfc78968ecdd3851
\ No newline at end of file
diff --git a/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom
new file mode 100644
index 0000000..0ff75d2
--- /dev/null
+++ b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom
@@ -0,0 +1,6 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>xerces</groupId>
+  <artifactId>xercesImpl</artifactId>
+  <version>2.6.2</version>
+</project>
\ No newline at end of file
diff --git a/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom.md5 b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom.md5
new file mode 100644
index 0000000..3c0a282
--- /dev/null
+++ b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom.md5
@@ -0,0 +1 @@
+83ee2da3f1d47ab6ee54bdac56ccda73
\ No newline at end of file
diff --git a/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom.sha1 b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom.sha1
new file mode 100644
index 0000000..d0f97f2
--- /dev/null
+++ b/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom.sha1
@@ -0,0 +1 @@
+a2390f7206ecfc94adbb4a7f628bc0a55736faa8
\ No newline at end of file
diff --git a/xerces/xercesImpl/maven-metadata.xml b/xerces/xercesImpl/maven-metadata.xml
new file mode 100644
index 0000000..697401c
--- /dev/null
+++ b/xerces/xercesImpl/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>xerces</groupId>
+  <artifactId>xercesImpl</artifactId>
+  <versioning>
+    <release>2.6.2</release>
+    <versions>
+      <version>2.6.2</version>
+    </versions>
+    <lastUpdated>20180716213030</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar b/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar
new file mode 100644
index 0000000..2dd8377
--- /dev/null
+++ b/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar
Binary files differ
diff --git a/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar.md5 b/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar.md5
new file mode 100644
index 0000000..b6aca9e
--- /dev/null
+++ b/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar.md5
@@ -0,0 +1 @@
+2651f9f7c39e3524f3e2c394625ac63a
\ No newline at end of file
diff --git a/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar.sha1 b/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar.sha1
new file mode 100644
index 0000000..f829ff7
--- /dev/null
+++ b/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar.sha1
@@ -0,0 +1 @@
+065acede1e5305bd2b92213d7b5761328c6f4fd9
\ No newline at end of file
diff --git a/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom b/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom
new file mode 100644
index 0000000..a734dd7
--- /dev/null
+++ b/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom
@@ -0,0 +1,6 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>xerces</groupId>
+  <artifactId>xmlParserAPIs</artifactId>
+  <version>2.6.2</version>
+</project>
\ No newline at end of file
diff --git a/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom.md5 b/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom.md5
new file mode 100644
index 0000000..961a6f0
--- /dev/null
+++ b/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom.md5
@@ -0,0 +1 @@
+f7db19a4b3ede4b77d8ec4d8a67248d2
\ No newline at end of file
diff --git a/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom.sha1 b/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom.sha1
new file mode 100644
index 0000000..21d8f1f
--- /dev/null
+++ b/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom.sha1
@@ -0,0 +1 @@
+063f9f93725652dd11394c90dc746fb95b982a0d
\ No newline at end of file
diff --git a/xerces/xmlParserAPIs/maven-metadata.xml b/xerces/xmlParserAPIs/maven-metadata.xml
new file mode 100644
index 0000000..3ed954f
--- /dev/null
+++ b/xerces/xmlParserAPIs/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>xerces</groupId>
+  <artifactId>xmlParserAPIs</artifactId>
+  <versioning>
+    <release>2.6.2</release>
+    <versions>
+      <version>2.6.2</version>
+    </versions>
+    <lastUpdated>20180716212807</lastUpdated>
+  </versioning>
+</metadata>