Merge "add findbugs 3.0.0 and its dependencies." into idea133-milestone
diff --git a/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0-sources.jar b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0-sources.jar
new file mode 100644
index 0000000..0098501
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0-sources.jar.md5 b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0-sources.jar.md5
new file mode 100644
index 0000000..b17d88a
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0-sources.jar.md5
@@ -0,0 +1 @@
+e6e0ae4781fc048160a4bfeb6d77ce1b
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0-sources.jar.sha1 b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0-sources.jar.sha1
new file mode 100644
index 0000000..e69a67e
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0-sources.jar.sha1
@@ -0,0 +1 @@
+936f4430478909ed7b138d42f9ad73c919a87b26
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar
new file mode 100644
index 0000000..a2f68fe
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar.md5 b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar.md5
new file mode 100644
index 0000000..1a3852b
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar.md5
@@ -0,0 +1 @@
+d83dfcca31e14941f868976df30583e9
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar.sha1 b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar.sha1
new file mode 100644
index 0000000..76b1953
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.jar.sha1
@@ -0,0 +1 @@
+e20984c024b3baf63d06cf481c65c242dcd541de
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom
new file mode 100644
index 0000000..59e950d
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom
@@ -0,0 +1,148 @@
+<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>com.google.code.findbugs</groupId>
+	<artifactId>annotations</artifactId>
+	<version>3.0.0</version>
+	<packaging>jar</packaging>
+	<url>http://findbugs.sourceforge.net/</url>
+	<name>FindBugs-Annotations</name>
+	<description>Annotation supports the FindBugs tool</description>
+	<licenses>
+		<license>
+			<name>GNU Lesser Public License</name>
+			<url>http://www.gnu.org/licenses/lgpl.html</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+	<scm>
+		<connection>scm:git:https://code.google.com/p/findbugs/</connection>
+		<developerConnection>scm:git:https://code.google.com/p/findbugs/</developerConnection>
+		<url>https://code.google.com/p/findbugs/</url>
+	</scm>
+
+	<developers>
+		<developer>
+			<id>bp</id>
+			<name>Bill Pugh</name>
+			<email>pugh at cs.umd.edu</email>
+			<url>http://www.cs.umd.edu/~pugh/</url>
+			<roles>
+				<role>Project Lead</role>
+				<role>Primary Developer</role>
+			</roles>
+			<timezone>-5</timezone>
+		</developer>
+		<developer>
+			<id>al</id>
+			<name>Andrey Loskutov</name>
+			<email>Loskutov@gmx.de</email>
+			<url>http://andrei.gmxhome.de/privat.html</url>
+			<roles>
+				<role>Eclipse plugin</role>
+			</roles>
+			<timezone>+1</timezone>
+		</developer>
+		<developer>
+			<id>bp</id>
+			<name>Keith Lea</name>
+			<email></email>
+			<url>http://keithlea.com/</url>
+			<roles>
+				<role>web cloud</role>
+			</roles>
+			<timezone>-5</timezone>
+		</developer>
+	</developers>
+	<contributors>
+		<contributor>
+			<name>Garvin LeClaire</name>
+			<email>garvin.leclaire@gmail.com</email>
+			<url></url>
+			<roles>
+				<role>Maven</role>
+			</roles>
+			<timezone>-5</timezone>
+		</contributor>
+		<contributor>
+			<name>David H. Hovemeyer</name>
+			<email>dhovemey@ycp.edu</email>
+			<url>http://goose.ycp.edu/~dhovemey/</url>
+			<roles>
+				<role>project founder</role>
+			</roles>
+			<timezone>-5</timezone>
+		</contributor>
+		<contributor>
+			<name>Nay Ayewah</name>
+			<email></email>
+			<url></url>
+			<roles>
+				<role></role>
+			</roles>
+			<timezone>-5</timezone>
+		</contributor>
+		<contributor>
+			<name>Ben Langmead</name>
+			<email></email>
+			<url></url>
+			<roles>
+				<role></role>
+			</roles>
+			<timezone>-5</timezone>
+		</contributor>
+		<contributor>
+			<name>Tomas Pollak</name>
+			<email></email>
+			<url></url>
+			<roles>
+				<role>Eclipse plugin tests</role>
+			</roles>
+			<timezone>-5</timezone>
+		</contributor>
+		<contributor>
+			<name>Phil Crosby</name>
+			<email></email>
+			<url></url>
+			<roles>
+				<role></role>
+			</roles>
+			<timezone>-5</timezone>
+		</contributor>
+		<contributor>
+			<name>Peter Friese</name>
+			<email></email>
+			<url></url>
+			<roles>
+				<role>Eclipse plugin</role>
+			</roles>
+			<timezone>-5</timezone>
+		</contributor>
+		<contributor>
+			<name>Dave Brosius</name>
+			<email></email>
+			<url></url>
+			<roles>
+				<role></role>
+			</roles>
+			<timezone>-5</timezone>
+		</contributor>
+		<contributor>
+			<name>Brian Goetz</name>
+			<email></email>
+			<url></url>
+			<roles>
+				<role></role>
+			</roles>
+			<timezone>-5</timezone>
+		</contributor>
+		<contributor>
+			<name>Rohan Lloyd</name>
+			<email></email>
+			<url></url>
+			<roles>
+				<role></role>
+			</roles>
+			<timezone>-5</timezone>
+		</contributor>
+	</contributors>
+</project>
diff --git a/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom.md5 b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom.md5
new file mode 100644
index 0000000..5316ca6
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom.md5
@@ -0,0 +1 @@
+37aafd3a03e668d8dfdada31787eeea2
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom.sha1 b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom.sha1
new file mode 100644
index 0000000..fc98fd4
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/annotations/3.0.0/annotations-3.0.0.pom.sha1
@@ -0,0 +1 @@
+3aa1ed94d499d40ee601773f4af353450c94e70d
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/annotations/maven-metadata.xml b/common/m2/repository/com/google/code/findbugs/annotations/maven-metadata.xml
index 3542852..5605995 100644
--- a/common/m2/repository/com/google/code/findbugs/annotations/maven-metadata.xml
+++ b/common/m2/repository/com/google/code/findbugs/annotations/maven-metadata.xml
@@ -3,12 +3,13 @@
   <groupId>com.google.code.findbugs</groupId>
   <artifactId>annotations</artifactId>
   <versioning>
-    <latest>2.0.3</latest>
-    <release>2.0.3</release>
+    <latest>3.0.0</latest>
+    <release>3.0.0</release>
     <versions>
       <version>2.0.2</version>
       <version>2.0.3</version>
+      <version>3.0.0</version>
     </versions>
-    <lastUpdated>20131231073846</lastUpdated>
+    <lastUpdated>20140710163019</lastUpdated>
   </versioning>
 </metadata>
diff --git a/common/m2/repository/com/google/code/findbugs/annotations/maven-metadata.xml.md5 b/common/m2/repository/com/google/code/findbugs/annotations/maven-metadata.xml.md5
index 8fa1b9c..c896fdf 100644
--- a/common/m2/repository/com/google/code/findbugs/annotations/maven-metadata.xml.md5
+++ b/common/m2/repository/com/google/code/findbugs/annotations/maven-metadata.xml.md5
@@ -1 +1 @@
-7d73740bfd698379be394783690d2156
\ No newline at end of file
+51836be1d478ffdfb582c84de132283a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/annotations/maven-metadata.xml.sha1 b/common/m2/repository/com/google/code/findbugs/annotations/maven-metadata.xml.sha1
index 0e9f435..c986666 100644
--- a/common/m2/repository/com/google/code/findbugs/annotations/maven-metadata.xml.sha1
+++ b/common/m2/repository/com/google/code/findbugs/annotations/maven-metadata.xml.sha1
@@ -1 +1 @@
-3471f4bc6dbd5abbec57fdff6f32315a3e116a9a
\ No newline at end of file
+e108635190f1ad3209d96f3bd727da723a7cfca9
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0-sources.jar b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0-sources.jar
new file mode 100644
index 0000000..0098501
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0-sources.jar.md5 b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0-sources.jar.md5
new file mode 100644
index 0000000..b17d88a
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0-sources.jar.md5
@@ -0,0 +1 @@
+e6e0ae4781fc048160a4bfeb6d77ce1b
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0-sources.jar.sha1 b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0-sources.jar.sha1
new file mode 100644
index 0000000..e69a67e
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0-sources.jar.sha1
@@ -0,0 +1 @@
+936f4430478909ed7b138d42f9ad73c919a87b26
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar
new file mode 100644
index 0000000..11a974b
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar.md5 b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar.md5
new file mode 100644
index 0000000..420de44
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar.md5
@@ -0,0 +1 @@
+981d851885e2128ef1a55fe62eae1605
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar.sha1 b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar.sha1
new file mode 100644
index 0000000..6f92f87
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.jar.sha1
@@ -0,0 +1 @@
+7a7563ba41dceff3da4af4927b7c09908bd5132c
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom
new file mode 100644
index 0000000..8866dec
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom
@@ -0,0 +1,152 @@
+
+<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>com.google.code.findbugs</groupId>
+	<artifactId>bcel-findbugs</artifactId>
+	<version>6.0</version>
+	<packaging>jar</packaging>
+	<url>http://findbugs.sourceforge.net/</url>
+	<name>FindBugs-bcel</name>
+	<description>Modified BCEL for Findbugs</description>
+
+	<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>
+
+  <scm>
+    <connection>scm:git:http://code.google.com/p/findbugs/</connection>
+    <developerConnection>scm:git:https://code.google.com/p/findbugs/</developerConnection>
+    <url>https://code.google.com/p/findbugs/</url>
+  </scm>
+
+  <developers>
+    <developer>
+      <id>bp</id>
+      <name>Bill Pugh</name>
+      <email>pugh at cs.umd.edu</email>
+      <url>http://www.cs.umd.edu/~pugh/</url>
+      <roles>
+        <role>Project Lead</role>
+        <role>Primary Developer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <id>al</id>
+      <name>Andrey Loskutov</name>
+      <email>Loskutov@gmx.de</email>
+      <url>http://andrei.gmxhome.de/privat.html</url>
+      <roles>
+        <role>Eclipse plugin</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>bp</id>
+      <name>Keith Lea</name>
+      <email></email>
+      <url>http://keithlea.com/</url>
+      <roles>
+        <role>web cloud</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Garvin LeClaire</name>
+      <email>garvin.leclaire@gmail.com</email>
+      <url></url>
+      <roles>
+        <role>Maven</role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>David H. Hovemeyer</name>
+      <email>dhovemey@ycp.edu</email>
+      <url>http://goose.ycp.edu/~dhovemey/</url>
+      <roles>
+        <role>project founder</role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Nay Ayewah</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role></role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Ben Langmead</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role></role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Tomas Pollak</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role>Eclipse plugin tests</role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Phil Crosby</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role></role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Peter Friese</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role>Eclipse plugin</role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Dave Brosius</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role></role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Brian Goetz</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role></role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Rohan Lloyd</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role></role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+  </contributors>
+
+</project>
diff --git a/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom.md5 b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom.md5
new file mode 100644
index 0000000..16baca0
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom.md5
@@ -0,0 +1 @@
+299a0026fcdef8283c8b21ca270c155d
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom.sha1 b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom.sha1
new file mode 100644
index 0000000..4bb8bdc
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/bcel-findbugs-6.0.pom.sha1
@@ -0,0 +1 @@
+2f757a1e1cc8f4b151c98288a056e967fdc8e274
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/bcel-findbugs/maven-metadata.xml b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/maven-metadata.xml
new file mode 100644
index 0000000..849396b
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/maven-metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>com.google.code.findbugs</groupId>
+  <artifactId>bcel-findbugs</artifactId>
+  <versioning>
+    <latest>6.0</latest>
+    <release>6.0</release>
+    <versions>
+      <version>6.0</version>
+    </versions>
+    <lastUpdated>20140710163022</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/common/m2/repository/com/google/code/findbugs/bcel-findbugs/maven-metadata.xml.md5 b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/maven-metadata.xml.md5
new file mode 100644
index 0000000..923b9b3
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/maven-metadata.xml.md5
@@ -0,0 +1 @@
+55cf2d5188af8410e18e898ea2f620f9
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/bcel-findbugs/maven-metadata.xml.sha1 b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/maven-metadata.xml.sha1
new file mode 100644
index 0000000..38b37b0
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/bcel-findbugs/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+a2aeb70f297ff9f077ffe1d911b3a769befc5842
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0-sources.jar b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0-sources.jar
new file mode 100644
index 0000000..0098501
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0-sources.jar.md5 b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0-sources.jar.md5
new file mode 100644
index 0000000..b17d88a
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0-sources.jar.md5
@@ -0,0 +1 @@
+e6e0ae4781fc048160a4bfeb6d77ce1b
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0-sources.jar.sha1 b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0-sources.jar.sha1
new file mode 100644
index 0000000..e69a67e
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0-sources.jar.sha1
@@ -0,0 +1 @@
+936f4430478909ed7b138d42f9ad73c919a87b26
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar
new file mode 100644
index 0000000..af7db78
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar.md5 b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar.md5
new file mode 100644
index 0000000..b1d83f1
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar.md5
@@ -0,0 +1 @@
+0986fcc6a8a2b1d0d62f32ff1c2b10cf
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar.sha1 b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar.sha1
new file mode 100644
index 0000000..6f2f7f5
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar.sha1
@@ -0,0 +1 @@
+e9a938f0cb34e2ab5853f9ecb1989f6f590ee385
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom
new file mode 100644
index 0000000..d02b907
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom
@@ -0,0 +1,191 @@
+<?xml version="1.0"?>
+<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>com.google.code.findbugs</groupId>
+  <artifactId>findbugs</artifactId>
+  <version>3.0.0</version>
+  <packaging>jar</packaging>
+  <url>http://findbugs.sourceforge.net/</url>
+  <name>FindBugs</name>
+  <description>Findbugs: Because it's easy!</description>
+  <licenses>
+    <license>
+      <name>GNU Lesser Public License</name>
+      <url>http://www.gnu.org/licenses/lgpl.html</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+  <scm>
+    <connection>scm:git:http://code.google.com/p/findbugs/</connection>
+    <developerConnection>scm:git:https://code.google.com/p/findbugs/</developerConnection>
+    <url>https://code.google.com/p/findbugs/</url>
+  </scm>
+  <developers>
+    <developer>
+      <id>bp</id>
+      <name>Bill Pugh</name>
+      <email>pugh at cs.umd.edu</email>
+      <url>http://www.cs.umd.edu/~pugh/</url>
+      <roles>
+        <role>Project Lead</role>
+        <role>Primary Developer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <id>al</id>
+      <name>Andrey Loskutov</name>
+      <email>Loskutov@gmx.de</email>
+      <url>http://andrei.gmxhome.de/privat.html</url>
+      <roles>
+        <role>Eclipse plugin</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>bp</id>
+      <name>Keith Lea</name>
+      <email/>
+      <url>http://keithlea.com/</url>
+      <roles>
+        <role>web cloud</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Garvin LeClaire</name>
+      <email>garvin.leclaire@gmail.com</email>
+      <url/>
+      <roles>
+        <role>Maven</role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>David H. Hovemeyer</name>
+      <email>dhovemey@ycp.edu</email>
+      <url>http://goose.ycp.edu/~dhovemey/</url>
+      <roles>
+        <role>project founder</role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Nay Ayewah</name>
+      <email/>
+      <url/>
+      <roles>
+        <role/>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Ben Langmead</name>
+      <email/>
+      <url/>
+      <roles>
+        <role/>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Tomas Pollak</name>
+      <email/>
+      <url/>
+      <roles>
+        <role>Eclipse plugin tests</role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Phil Crosby</name>
+      <email/>
+      <url/>
+      <roles>
+        <role/>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Peter Friese</name>
+      <email/>
+      <url/>
+      <roles>
+        <role>Eclipse plugin</role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Dave Brosius</name>
+      <email/>
+      <url/>
+      <roles>
+        <role/>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Brian Goetz</name>
+      <email/>
+      <url/>
+      <roles>
+        <role/>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Rohan Lloyd</name>
+      <email/>
+      <url/>
+      <roles>
+        <role/>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+  </contributors>
+  <dependencies>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>bcel-findbugs</artifactId>
+      <version>6.0</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>annotations</artifactId>
+      <version>3.0.0</version>
+    </dependency>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>jFormatString</artifactId>
+      <version>3.0.0</version>
+    </dependency>
+    <dependency>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
+      <version>1.6.1</version>
+    </dependency>
+    <dependency>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+      <version>1.1.6</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>icu4j</artifactId>
+          <groupId>com.ibm.icu</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.ow2.asm</groupId>
+      <artifactId>asm-debug-all</artifactId>
+      <version>5.0.2</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.6</version>
+    </dependency>
+  </dependencies>
+</project>
diff --git a/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom.md5 b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom.md5
new file mode 100644
index 0000000..a837568
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom.md5
@@ -0,0 +1 @@
+a9cfb4dd07fb48d948eeb04650f19034
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom.sha1 b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom.sha1
new file mode 100644
index 0000000..0912bc2
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom.sha1
@@ -0,0 +1 @@
+12fcee11a128422f87a3d31ceb524551f5c49570
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/findbugs/maven-metadata.xml b/common/m2/repository/com/google/code/findbugs/findbugs/maven-metadata.xml
index d71b654..2774619 100644
--- a/common/m2/repository/com/google/code/findbugs/findbugs/maven-metadata.xml
+++ b/common/m2/repository/com/google/code/findbugs/findbugs/maven-metadata.xml
@@ -3,12 +3,13 @@
   <groupId>com.google.code.findbugs</groupId>
   <artifactId>findbugs</artifactId>
   <versioning>
-    <latest>2.0.3</latest>
-    <release>2.0.3</release>
+    <latest>3.0.0</latest>
+    <release>3.0.0</release>
     <versions>
       <version>2.0.2</version>
       <version>2.0.3</version>
+      <version>3.0.0</version>
     </versions>
-    <lastUpdated>20131215004920</lastUpdated>
+    <lastUpdated>20140710163023</lastUpdated>
   </versioning>
 </metadata>
diff --git a/common/m2/repository/com/google/code/findbugs/findbugs/maven-metadata.xml.md5 b/common/m2/repository/com/google/code/findbugs/findbugs/maven-metadata.xml.md5
index f63b828..7ac0a5c 100644
--- a/common/m2/repository/com/google/code/findbugs/findbugs/maven-metadata.xml.md5
+++ b/common/m2/repository/com/google/code/findbugs/findbugs/maven-metadata.xml.md5
@@ -1 +1 @@
-2bbbb3d89b1a1ba27bf7bf52e785e32f
\ No newline at end of file
+5be032adcf5b8d52363dd10d76ccfd93
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/findbugs/maven-metadata.xml.sha1 b/common/m2/repository/com/google/code/findbugs/findbugs/maven-metadata.xml.sha1
index 4eae760..16f312a 100644
--- a/common/m2/repository/com/google/code/findbugs/findbugs/maven-metadata.xml.sha1
+++ b/common/m2/repository/com/google/code/findbugs/findbugs/maven-metadata.xml.sha1
@@ -1 +1 @@
-587153fcf3ab0b800f2771751e6b95be73c08d93
\ No newline at end of file
+73a669f27322c8897e371e6e263e9e53afdb60e3
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0-sources.jar b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0-sources.jar
new file mode 100644
index 0000000..0098501
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0-sources.jar
Binary files differ
diff --git a/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0-sources.jar.md5 b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0-sources.jar.md5
new file mode 100644
index 0000000..b17d88a
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0-sources.jar.md5
@@ -0,0 +1 @@
+e6e0ae4781fc048160a4bfeb6d77ce1b
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0-sources.jar.sha1 b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0-sources.jar.sha1
new file mode 100644
index 0000000..e69a67e
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0-sources.jar.sha1
@@ -0,0 +1 @@
+936f4430478909ed7b138d42f9ad73c919a87b26
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar
new file mode 100644
index 0000000..bdcb846
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar
Binary files differ
diff --git a/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar.md5 b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar.md5
new file mode 100644
index 0000000..6e78f86
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar.md5
@@ -0,0 +1 @@
+22a6baee6cada23d5f4eab91acd81f44
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar.sha1 b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar.sha1
new file mode 100644
index 0000000..70f90a0
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.jar.sha1
@@ -0,0 +1 @@
+d3995f9be450813bc2ccee8f0774c1a3033a0f30
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom
new file mode 100644
index 0000000..3156208
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom
@@ -0,0 +1,152 @@
+
+<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>com.google.code.findbugs</groupId>
+	<artifactId>jFormatString</artifactId>
+	<version>3.0.0</version>
+	<packaging>jar</packaging>
+	<url>http://findbugs.sourceforge.net/</url>
+	<name>FindBugs-jFormatString</name>
+	<description>jFormatString for Findbugs</description>
+
+	<licenses>
+		<license>
+			<name>GNU Lesser Public License</name>
+			<url>http://www.gnu.org/licenses/lgpl.html</url>
+			<distribution>repo</distribution>
+		</license>
+	</licenses>
+
+  <scm>
+    <connection>scm:git:http://code.google.com/p/findbugs/</connection>
+    <developerConnection>scm:git:https://code.google.com/p/findbugs/</developerConnection>
+    <url>https://code.google.com/p/findbugs/</url>
+  </scm>
+
+  <developers>
+    <developer>
+      <id>bp</id>
+      <name>Bill Pugh</name>
+      <email>pugh at cs.umd.edu</email>
+      <url>http://www.cs.umd.edu/~pugh/</url>
+      <roles>
+        <role>Project Lead</role>
+        <role>Primary Developer</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+    <developer>
+      <id>al</id>
+      <name>Andrey Loskutov</name>
+      <email>Loskutov@gmx.de</email>
+      <url>http://andrei.gmxhome.de/privat.html</url>
+      <roles>
+        <role>Eclipse plugin</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>
+    <developer>
+      <id>bp</id>
+      <name>Keith Lea</name>
+      <email></email>
+      <url>http://keithlea.com/</url>
+      <roles>
+        <role>web cloud</role>
+      </roles>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Garvin LeClaire</name>
+      <email>garvin.leclaire@gmail.com</email>
+      <url></url>
+      <roles>
+        <role>Maven</role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>David H. Hovemeyer</name>
+      <email>dhovemey@ycp.edu</email>
+      <url>http://goose.ycp.edu/~dhovemey/</url>
+      <roles>
+        <role>project founder</role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Nay Ayewah</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role></role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Ben Langmead</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role></role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Tomas Pollak</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role>Eclipse plugin tests</role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Phil Crosby</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role></role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Peter Friese</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role>Eclipse plugin</role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Dave Brosius</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role></role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Brian Goetz</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role></role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+    <contributor>
+      <name>Rohan Lloyd</name>
+      <email></email>
+      <url></url>
+      <roles>
+        <role></role>
+      </roles>
+      <timezone>-5</timezone>
+    </contributor>
+  </contributors>
+
+</project>
diff --git a/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom.md5 b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom.md5
new file mode 100644
index 0000000..21ff9f1
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom.md5
@@ -0,0 +1 @@
+3737c0cd317eefedd55f9c52d0cab29a
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom.sha1 b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom.sha1
new file mode 100644
index 0000000..1b963c9
--- /dev/null
+++ b/common/m2/repository/com/google/code/findbugs/jFormatString/3.0.0/jFormatString-3.0.0.pom.sha1
@@ -0,0 +1 @@
+7b3103607f633aeb40a35e10ee382ad52984d410
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml b/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml
index 512682e..401b081 100644
--- a/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml
+++ b/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml
@@ -3,11 +3,12 @@
   <groupId>com.google.code.findbugs</groupId>
   <artifactId>jFormatString</artifactId>
   <versioning>
-    <latest>2.0.2</latest>
-    <release>2.0.2</release>
+    <latest>3.0.0</latest>
+    <release>3.0.0</release>
     <versions>
       <version>2.0.2</version>
+      <version>3.0.0</version>
     </versions>
-    <lastUpdated>20131003095732</lastUpdated>
+    <lastUpdated>20140710163024</lastUpdated>
   </versioning>
 </metadata>
diff --git a/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml.md5 b/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml.md5
index 0068341..8bafc99 100644
--- a/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml.md5
+++ b/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml.md5
@@ -1 +1 @@
-9e102d864c81d0634e81c3923e70269a
\ No newline at end of file
+2ae2a61ce57d14c44bb1e955683639fd
\ No newline at end of file
diff --git a/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml.sha1 b/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml.sha1
index e255fc2..e584956 100644
--- a/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml.sha1
+++ b/common/m2/repository/com/google/code/findbugs/jFormatString/maven-metadata.xml.sha1
@@ -1 +1 @@
-1f85aaf156103b16d6b41bfbab795a3ca4827af1
\ No newline at end of file
+07fd259453cb6d7acf4728489e419b5bc41d800f
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2-sources.jar b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2-sources.jar
new file mode 100644
index 0000000..86d7d95
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2-sources.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2-sources.jar.md5 b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2-sources.jar.md5
new file mode 100644
index 0000000..d4a3033
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2-sources.jar.md5
@@ -0,0 +1 @@
+b6be686bb7f470a0c0d5e62c9a5aa5b1
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2-sources.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2-sources.jar.sha1
new file mode 100644
index 0000000..7e0732d
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2-sources.jar.sha1
@@ -0,0 +1 @@
+90dc6bd89bd1989906d56bdf0268128a13d94e82
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.jar b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.jar
new file mode 100644
index 0000000..834c9d0
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.jar
Binary files differ
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.jar.md5 b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.jar.md5
new file mode 100644
index 0000000..97cd2fd
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.jar.md5
@@ -0,0 +1 @@
+2c7f3426d91c6e2008542f86e52c5d26
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.jar.sha1 b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.jar.sha1
new file mode 100644
index 0000000..e91dcff
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.jar.sha1
@@ -0,0 +1 @@
+5742eaa4eb2f0583b642eb2a2a7597c996139103
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
new file mode 100644
index 0000000..4d37094
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom
@@ -0,0 +1,45 @@
+<!--
+ ! ASM: a very small and fast Java bytecode manipulation framework
+ ! Copyright (c) 2000-2011 INRIA, France Telecom
+ ! All rights reserved.
+ !
+ ! Redistribution and use in source and binary forms, with or without
+ ! modification, are permitted provided that the following conditions
+ ! are met:
+ ! 1. Redistributions of source code must retain the above copyright
+ !    notice, this list of conditions and the following disclaimer.
+ ! 2. Redistributions in binary form must reproduce the above copyright
+ !    notice, this list of conditions and the following disclaimer in the
+ !    documentation and/or other materials provided with the distribution.
+ ! 3. Neither the name of the copyright holders nor the names of its
+ !    contributors may be used to endorse or promote products derived from
+ !    this software without specific prior written permission.
+ !
+ ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ ! AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ ! IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ! ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ ! LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ ! CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ ! SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ ! INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ ! CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ! ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ ! THE POSSIBILITY OF SUCH DAMAGE.
+-->
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.ow2.asm</groupId>
+    <artifactId>asm-parent</artifactId>
+    <version>5.0.2</version>
+  </parent>
+
+  <name>ASM Debug All</name>
+  <groupId>org.ow2.asm</groupId>
+  <artifactId>asm-debug-all</artifactId>
+  <packaging>jar</packaging>
+  
+</project>
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom.md5 b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom.md5
new file mode 100644
index 0000000..d0acf6a
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom.md5
@@ -0,0 +1 @@
+e00f9c7681d1deb7fbbdab1eef27d61a
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom.sha1 b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom.sha1
new file mode 100644
index 0000000..20d46fa
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/5.0.2/asm-debug-all-5.0.2.pom.sha1
@@ -0,0 +1 @@
+39055b3402b354db31950c851e6e14f8faf179e2
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/maven-metadata.xml b/common/m2/repository/org/ow2/asm/asm-debug-all/maven-metadata.xml
new file mode 100644
index 0000000..a5c1fc8
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/maven-metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>org.ow2.asm</groupId>
+  <artifactId>asm-debug-all</artifactId>
+  <versioning>
+    <latest>5.0.3</latest>
+    <release>5.0.3</release>
+    <versions>
+      <version>4.0</version>
+      <version>4.1</version>
+      <version>4.2</version>
+      <version>5.0</version>
+      <version>5.0_ALPHA</version>
+      <version>5.0_BETA</version>
+      <version>5.0.1</version>
+      <version>5.0.2</version>
+      <version>5.0.3</version>
+    </versions>
+    <lastUpdated>20140524083310</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/maven-metadata.xml.md5 b/common/m2/repository/org/ow2/asm/asm-debug-all/maven-metadata.xml.md5
new file mode 100644
index 0000000..b2022e5
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/maven-metadata.xml.md5
@@ -0,0 +1 @@
+7e2c9521b54ef6497647299a2ed75846
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-debug-all/maven-metadata.xml.sha1 b/common/m2/repository/org/ow2/asm/asm-debug-all/maven-metadata.xml.sha1
new file mode 100644
index 0000000..c549637
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-debug-all/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+d6ebd1851b16689e9ab4c5c9845cf0469b6c0fc8
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom b/common/m2/repository/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
new file mode 100644
index 0000000..e67a5d3
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom
@@ -0,0 +1,163 @@
+<!--
+ ! ASM: a very small and fast Java bytecode manipulation framework
+ ! Copyright (c) 2000-2011 INRIA, France Telecom
+ ! All rights reserved.
+ !
+ ! Redistribution and use in source and binary forms, with or without
+ ! modification, are permitted provided that the following conditions
+ ! are met:
+ ! 1. Redistributions of source code must retain the above copyright
+ !    notice, this list of conditions and the following disclaimer.
+ ! 2. Redistributions in binary form must reproduce the above copyright
+ !    notice, this list of conditions and the following disclaimer in the
+ !    documentation and/or other materials provided with the distribution.
+ ! 3. Neither the name of the copyright holders nor the names of its
+ !    contributors may be used to endorse or promote products derived from
+ !    this software without specific prior written permission.
+ !
+ ! THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ ! AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ ! IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ! ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
+ ! LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ ! CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ ! SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ ! INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ ! CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ! ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ ! THE POSSIBILITY OF SUCH DAMAGE.
+-->
+
+<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">
+
+  <parent>
+    <artifactId>ow2</artifactId>
+    <groupId>org.ow2</groupId>
+    <version>1.3</version>
+  </parent>
+ 
+  <modelVersion>4.0.0</modelVersion>
+
+  <artifactId>asm-parent</artifactId>
+  <groupId>org.ow2.asm</groupId>
+  <version>5.0.2</version>
+  <packaging>pom</packaging>
+
+  <name>ASM</name>
+  <description>A very small and fast Java bytecode manipulation framework</description>
+  <url>http://asm.objectweb.org/</url>
+  
+  <organization>
+    <name>ObjectWeb</name>
+    <url>http://www.objectweb.org/</url>
+  </organization>
+  <inceptionYear>2000</inceptionYear>
+  
+  <licenses>
+    <license>
+      <name>BSD</name>
+      <url>http://asm.objectweb.org/license.html</url>
+    </license>
+  </licenses>
+
+  <developers>
+    <developer>
+      <name>Eric Bruneton</name>
+      <id>ebruneton</id>
+      <email>ebruneton@free.fr</email>
+      <roles>
+        <role>Creator</role>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Eugene Kuleshov</name>
+      <id>eu</id>
+      <email>eu@javatx.org</email>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Remi Forax</name>
+      <id>forax</id>
+      <email>forax@univ-mlv.fr</email>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+  </developers>
+
+  <scm>
+    <connection>scm:svn:svn://svn.forge.objectweb.org/svnroot/asm/trunk</connection>
+    <developerConnection>scm:svn:svn+ssh://${maven.username}@svn.forge.objectweb.org/svnroot/asm/trunk</developerConnection>
+    <url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/asm/trunk/</url>
+  </scm>
+  
+  <issueManagement>
+    <url>http://forge.objectweb.org/tracker/?group_id=23</url>
+  </issueManagement>
+
+  <dependencyManagement>
+    <dependencies>
+
+      <dependency>
+        <artifactId>asm</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <artifactId>asm-tree</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <artifactId>asm-analysis</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <artifactId>asm-commons</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <artifactId>asm-util</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
+      <dependency>
+        <artifactId>asm-xml</artifactId>
+        <groupId>${project.groupId}</groupId>
+        <version>${project.version}</version>
+      </dependency>
+
+    </dependencies>
+  </dependencyManagement>
+
+  <mailingLists>
+    <mailingList>
+      <name>ASM Users List</name>
+      <subscribe>sympa@objectweb.org?subject=subscribe%20asm</subscribe>
+      <unsubscribe>sympa@objectweb.org?subject=unsubscribe%20asm</unsubscribe>
+      <post>asm@objectweb.org</post>
+      <archive>http://www.objectweb.org/wws/arc/asm</archive>
+    </mailingList>
+    <mailingList>
+      <name>ASM Team List</name>
+      <subscribe>sympa@objectweb.org?subject=subscribe%20asm-team</subscribe>
+      <unsubscribe>sympa@objectweb.org?subject=unsubscribe%20asm-team</unsubscribe>
+      <post>asm-team@objectweb.org</post>
+      <archive>http://www.objectweb.org/wws/arc/asm-team</archive>
+    </mailingList>
+  </mailingLists>
+
+</project>
diff --git a/common/m2/repository/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom.md5 b/common/m2/repository/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom.md5
new file mode 100644
index 0000000..121045e
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom.md5
@@ -0,0 +1 @@
+5cbdaa465317c2a5cf4e88ccf2b48ee6
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom.sha1 b/common/m2/repository/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom.sha1
new file mode 100644
index 0000000..042b336
--- /dev/null
+++ b/common/m2/repository/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom.sha1
@@ -0,0 +1 @@
+a941071389f3dbc10ec5c8b106042e2858bed5ef
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml b/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml
index 3e58437..77fac94 100644
--- a/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml
+++ b/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml
@@ -3,8 +3,8 @@
   <groupId>org.ow2.asm</groupId>
   <artifactId>asm-parent</artifactId>
   <versioning>
-    <latest>5.0.2</latest>
-    <release>5.0.2</release>
+    <latest>5.0.3</latest>
+    <release>5.0.3</release>
     <versions>
       <version>4.0</version>
       <version>4.1</version>
@@ -14,7 +14,8 @@
       <version>5.0_BETA</version>
       <version>5.0.1</version>
       <version>5.0.2</version>
+      <version>5.0.3</version>
     </versions>
-    <lastUpdated>20140421074922</lastUpdated>
+    <lastUpdated>20140524083311</lastUpdated>
   </versioning>
 </metadata>
diff --git a/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml.md5 b/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml.md5
index 9dea638..f29553e 100644
--- a/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml.md5
+++ b/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml.md5
@@ -1 +1 @@
-7f31b10e6a4abba9384ca350eeed95f7
\ No newline at end of file
+eb22a6ca4a01b1cf6d73f5aa4b9552e6
\ No newline at end of file
diff --git a/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml.sha1 b/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml.sha1
index 1f2d62e..c135044 100644
--- a/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml.sha1
+++ b/common/m2/repository/org/ow2/asm/asm-parent/maven-metadata.xml.sha1
@@ -1 +1 @@
-6e6899bd7ee5a21760e9d7358944168cccf3891a
\ No newline at end of file
+75db9f598c0810306d6417b01dbf68035adad744
\ No newline at end of file