Update several commons-* packages in prebuilts

The following packages have been added/updated:
commons-cli:commons-cli:1.3.1
org.apache.commons:commons-parent:37
org.apache.commons:commons-parent:9
org.apache.commons:commons-parent:33
org.apache.commons:commons-parent:39
org.apache.commons:commons-parent:5
org.apache:apache:16
org.apache:apache:13
org.apache:apache:4
commons-collections:commons-collections:3.2.1
commons-collections:commons-collections:3.2.2
commons-logging:commons-logging:1.1.1
commons-beanutils:commons-beanutils:1.9.2

Test: None
Change-Id: Ib33a859c9c7ab82cb1d76cdaea55067a60168554
diff --git a/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar b/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar
new file mode 100644
index 0000000..7d075ed
--- /dev/null
+++ b/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar
Binary files differ
diff --git a/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar.md5 b/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar.md5
new file mode 100644
index 0000000..cee818c
--- /dev/null
+++ b/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar.md5
@@ -0,0 +1 @@
+9f298a2d65e68184f9ebaa938bc12106
\ No newline at end of file
diff --git a/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar.sha1 b/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar.sha1
new file mode 100644
index 0000000..aa6ec8b
--- /dev/null
+++ b/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar.sha1
@@ -0,0 +1 @@
+7a87d845ad3a155297e8f67d9008f4c1e5656b71
\ No newline at end of file
diff --git a/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom b/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom
new file mode 100644
index 0000000..fe8af12
--- /dev/null
+++ b/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom
@@ -0,0 +1,407 @@
+<?xml version="1.0"?>

+<!--

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+-->

+<project

+    xmlns="http://maven.apache.org/POM/4.0.0"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

+  <parent>

+    <groupId>org.apache.commons</groupId>

+    <artifactId>commons-parent</artifactId>

+    <version>33</version>

+  </parent>

+  <modelVersion>4.0.0</modelVersion>

+  <groupId>commons-beanutils</groupId>

+  <artifactId>commons-beanutils</artifactId>

+  <version>1.9.2</version>

+  <name>Apache Commons BeanUtils</name>

+

+  <inceptionYear>2000</inceptionYear>

+  <description>Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.</description>

+

+  <url>http://commons.apache.org/proper/commons-beanutils/</url>

+

+  <issueManagement>

+    <system>jira</system>

+    <url>http://issues.apache.org/jira/browse/BEANUTILS</url>

+  </issueManagement>

+

+  <scm>

+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_2/</connection>

+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_2/</developerConnection>

+    <url>http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_9_2/</url>

+  </scm>

+

+  <distributionManagement>

+    <site>

+      <id>apache.website</id>

+      <name>Apache Commons Beanutils Site</name>

+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-beanutils</url>

+    </site>

+  </distributionManagement>

+

+  <developers>

+    <developer>

+      <name>Robert Burrell Donkin</name>

+      <id>rdonkin</id>

+      <email>rdonkin@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Dion Gillard</name>

+      <id>dion</id>

+      <email>dion@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Craig McClanahan</name>

+      <id>craigmcc</id>

+      <email>craigmcc@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Geir Magnusson Jr.</name>

+      <id>geirm</id>

+      <email>geirm@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Scott Sanders</name>

+      <id>sanders</id>

+      <email>sanders@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>James Strachan</name>

+      <id>jstrachan</id>

+      <email>jstrachan@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Rodney Waldhoff</name>

+      <id>rwaldhoff</id>

+      <email>rwaldhoff@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Martin van den Bemt</name>

+      <id>mvdb</id>

+      <email>mvdb@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Yoav Shapira</name>

+      <id>yoavs</id>

+      <email>yoavs@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Niall Pemberton</name>

+      <id>niallp</id>

+      <email>niallp@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Simon Kitching</name>

+      <id>skitching</id>

+      <email>skitching@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>James Carman</name>

+      <id>jcarman</id>

+      <email>jcarman@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Benedikt Ritter</name>

+      <id>britter</id>

+      <email>britter@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Tim O'Brien</name>

+      <id>tobrien</id>

+      <email>tobrien@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>David Eric Pugh</name>

+      <id>epugh</id>

+      <email>epugh@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Rodney Waldhoff</name>

+      <id>rwaldhoff</id>

+      <email>rwaldhoff@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Morgan James Delagrange</name>

+      <id>morgand</id>

+      <email>morgand@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>John E. Conlon</name>

+      <id>jconlon</id>

+      <email>jconlon@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+    <developer>

+      <name>Stephen Colebourne</name>

+      <id>scolebourne</id>

+      <email>scolebourne@apache.org</email>

+      <organization>The Apache Software Foundation</organization>

+    </developer>

+  </developers>

+

+  <contributors>

+    <contributor>

+      <name>Paul Jack</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Stephen Colebourne</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Berin Loritsch</name>

+      <email></email>

+    </contributor>    

+    <contributor>

+      <name>Alex Crown</name>

+      <email></email>

+    </contributor>    

+    <contributor>

+      <name>Marcus Zander</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Paul Hamamnt</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Rune Johannesen</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Clebert Suconic</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Norm Deane</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Ralph Schaer</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Chris Audley</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Rey Fran&#231;ois</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Gregor Ra&#253;man</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Jan Sorensen</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Eric Pabst</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Paulo Gaspar</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Michael Smith</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>George Franciscus</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Erik Meade</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Tomas Viberg</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Yauheny Mikulski</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Michael Szlapa</name>

+      <email></email>

+    </contributor>

+    <contributor>

+      <name>Juozas Baliuka</name>

+      <email></email>

+    </contributor>

+  </contributors>

+

+  <dependencies>

+    <dependency>

+      <groupId>commons-logging</groupId>

+      <artifactId>commons-logging</artifactId>

+      <version>1.1.1</version>

+    </dependency>

+    <dependency>

+      <groupId>commons-collections</groupId>

+      <artifactId>commons-collections</artifactId> 

+      <version>3.2.1</version> 

+    </dependency>

+    <dependency>

+      <groupId>commons-collections</groupId>

+      <artifactId>commons-collections-testframework</artifactId> 

+      <version>3.2.1</version> 

+      <scope>test</scope>

+    </dependency>

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>3.8.1</version>

+      <scope>test</scope>

+    </dependency>

+  </dependencies>

+

+  <build>

+      <plugins>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-surefire-plugin</artifactId>

+            <configuration>

+              <forkMode>pertest</forkMode>

+              <!-- limit memory size see BEANUTILS-291 -->

+              <argLine>${surefire.argLine}</argLine>

+              <includes>

+                <include>**/*TestCase.java</include>

+              </includes>

+              <excludes>

+                <!-- This test case is known to fail, and there isn't any proposed fix

+                  -  so we will just exclude it until someone comes up with a solution.

+                -->

+                <exclude>**/*MemoryTestCase.java</exclude>

+              </excludes>

+

+              <!-- Configure Logging -->

+              <redirectTestOutputToFile>true</redirectTestOutputToFile>

+              <systemPropertyVariables>

+                  <org.apache.commons.logging.LogFactory>org.apache.commons.logging.impl.LogFactoryImpl</org.apache.commons.logging.LogFactory>

+                  <org.apache.commons.logging.Log>org.apache.commons.logging.impl.SimpleLog</org.apache.commons.logging.Log>>

+                  <org.apache.commons.logging.simplelog.defaultlog>WARN</org.apache.commons.logging.simplelog.defaultlog>

+              </systemPropertyVariables>

+

+          </configuration>

+        </plugin>

+        <plugin>

+            <artifactId>maven-assembly-plugin</artifactId>

+            <configuration>

+                <descriptors>

+                    <descriptor>src/main/assembly/bin.xml</descriptor>

+                    <descriptor>src/main/assembly/src.xml</descriptor>

+                </descriptors>

+                <tarLongFileMode>gnu</tarLongFileMode>

+            </configuration>

+        </plugin>

+      </plugins>

+      <pluginManagement>

+        <plugins>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-scm-publish-plugin</artifactId>

+            <configuration>

+              <!-- when moving to svnpubsub links to previous releases must be fixed -->

+              <!-- ignore paths manual content -->

+              <ignorePathsToDelete>

+                <ignorePathToDelete>javadocs**</ignorePathToDelete>

+                <ignorePathToDelete>release-notes**</ignorePathToDelete>

+              </ignorePathsToDelete>

+            </configuration>

+          </plugin>

+        </plugins>

+      </pluginManagement>

+    </build>

+

+    <properties>

+        <maven.compiler.source>1.5</maven.compiler.source>

+        <maven.compiler.target>1.5</maven.compiler.target>

+        <commons.componentid>beanutils</commons.componentid>

+        <commons.release.version>1.9.2</commons.release.version>

+        <commons.jira.id>BEANUTILS</commons.jira.id>

+        <commons.jira.pid>12310460</commons.jira.pid>

+        <!-- limit memory size see BEANUTILS-291; allow command-line override -->

+        <!-- Originally 25M, increased to 50M to get round Continuum CI build failures -->

+        <surefire.argLine>-Xmx50M</surefire.argLine>

+    </properties> 

+

+    <reporting>

+        <plugins>

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-checkstyle-plugin</artifactId>

+                <version>2.6</version>

+                <configuration>

+                    <configLocation>${basedir}/checkstyle.xml</configLocation>

+                    <enableRulesSummary>false</enableRulesSummary>

+                    <headerLocation>${basedir}/license-header.txt</headerLocation>

+                </configuration>

+            </plugin>

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-javadoc-plugin</artifactId>

+                <configuration>

+                    <linksource>true</linksource>

+                    <links>

+                        <link>http://download.oracle.com/javase/1.4.2/docs/api/</link>

+                        <link>http://commons.apache.org/collections/api-release/</link>

+                    </links>

+                </configuration>

+            </plugin>

+            <plugin>

+                <groupId>org.apache.maven.plugins</groupId>

+                <artifactId>maven-changes-plugin</artifactId>

+                <version>2.9</version>

+                <configuration>

+                    <issueLinkTemplatePerSystem>

+                        <default>%URL%/%ISSUE%</default>

+                    </issueLinkTemplatePerSystem>

+                </configuration>

+                <reportSets>

+                    <reportSet>

+                        <reports>

+                            <report>changes-report</report>

+                        </reports>

+                    </reportSet>

+                </reportSets>

+            </plugin>

+        </plugins>

+    </reporting>

+

+</project>

diff --git a/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom.md5 b/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom.md5
new file mode 100644
index 0000000..cf4cdbe
--- /dev/null
+++ b/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom.md5
@@ -0,0 +1 @@
+bcdcd4336688c83c99d49a3feb8f9ff1
\ No newline at end of file
diff --git a/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom.sha1 b/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom.sha1
new file mode 100644
index 0000000..1aefb86
--- /dev/null
+++ b/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.pom.sha1
@@ -0,0 +1 @@
+5748d82b6a32272a9df8607ed3753ffd00a05ceb
\ No newline at end of file
diff --git a/common/m2/repository/commons-beanutils/commons-beanutils/maven-metadata.xml b/common/m2/repository/commons-beanutils/commons-beanutils/maven-metadata.xml
index c9658bd..09dbd53 100644
--- a/common/m2/repository/commons-beanutils/commons-beanutils/maven-metadata.xml
+++ b/common/m2/repository/commons-beanutils/commons-beanutils/maven-metadata.xml
@@ -25,6 +25,6 @@
       <version>1.9.1</version>
       <version>1.9.2</version>
     </versions>
-    <lastUpdated>20140804161246</lastUpdated>
+    <lastUpdated>20160927173037</lastUpdated>
   </versioning>
 </metadata>
diff --git a/common/m2/repository/commons-beanutils/commons-beanutils/maven-metadata.xml.md5 b/common/m2/repository/commons-beanutils/commons-beanutils/maven-metadata.xml.md5
new file mode 100644
index 0000000..62ff269
--- /dev/null
+++ b/common/m2/repository/commons-beanutils/commons-beanutils/maven-metadata.xml.md5
@@ -0,0 +1 @@
+a8625974f5b8a9c84db42aa9ccf67399
\ No newline at end of file
diff --git a/common/m2/repository/commons-beanutils/commons-beanutils/maven-metadata.xml.sha1 b/common/m2/repository/commons-beanutils/commons-beanutils/maven-metadata.xml.sha1
new file mode 100644
index 0000000..6a30aed
--- /dev/null
+++ b/common/m2/repository/commons-beanutils/commons-beanutils/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+9b1ef9e545c8f35cad07573378dea6570c97ae36
\ No newline at end of file
diff --git a/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar b/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar
new file mode 100644
index 0000000..c3e7a1f
--- /dev/null
+++ b/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar
Binary files differ
diff --git a/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar.md5 b/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar.md5
new file mode 100644
index 0000000..2c294f1
--- /dev/null
+++ b/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar.md5
@@ -0,0 +1 @@
+8d5fa2a42fef17d9034b35a9ac9cc750
\ No newline at end of file
diff --git a/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar.sha1 b/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar.sha1
new file mode 100644
index 0000000..92a0bf9
--- /dev/null
+++ b/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar.sha1
@@ -0,0 +1 @@
+1303efbc4b181e5a58bf2e967dc156a3132b97c0
\ No newline at end of file
diff --git a/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom b/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom
new file mode 100644
index 0000000..5a439e3
--- /dev/null
+++ b/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom
@@ -0,0 +1,323 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-parent</artifactId>
+    <version>37</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>commons-cli</groupId>
+  <artifactId>commons-cli</artifactId>
+  <version>1.3.1</version>
+  <name>Apache Commons CLI</name>
+
+  <inceptionYear>2002</inceptionYear>
+  <description>
+    Apache Commons CLI provides a simple API for presenting, processing and validating a command line interface.
+  </description>
+
+  <url>http://commons.apache.org/proper/commons-cli/</url>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/CLI</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/cli/tags/cli-1.3.1/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/cli/tags/cli-1.3.1/</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/cli/tags/cli-1.3.1/</url>
+  </scm>
+
+  <developers>
+    <developer>
+      <name>James Strachan</name>
+      <id>jstrachan</id>
+      <email>jstrachan@apache.org</email>
+      <organization>SpiritSoft, Inc.</organization>
+    </developer>
+    <developer>
+      <name>Bob McWhirter</name>
+      <id>bob</id>
+      <email>bob@werken.com</email>
+      <organization>Werken</organization>
+      <roles>
+        <role>contributed ideas and code from werken.opt</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>John Keyes</name>
+      <id>jkeyes</id>
+      <email>jbjk@mac.com</email>
+      <organization>integral Source</organization>
+      <roles>
+        <role>contributed ideas and code from Optz</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Rob Oxspring</name>
+      <id>roxspring</id>
+      <email>roxspring@imapmail.org</email>
+      <organization>Indigo Stone</organization>
+      <roles>
+        <role>designed CLI2</role>
+      </roles>
+    </developer>
+    <developer>
+      <name>Emmanuel Bourg</name>
+      <id>ebourg</id>
+      <email>ebourg@apache.org</email>
+      <organization>Ariane Software</organization>
+    </developer>
+    <developer>
+      <name>Thomas Neidhart</name>
+      <id>tn</id>
+      <email>tn@apache.org</email>
+    </developer>
+  </developers>
+
+  <contributors>
+    <contributor>
+      <name>Beluga Behr</name>
+    </contributor>
+    <contributor>
+      <name>Peter Donald</name>
+      <roles>
+        <role>contributed ideas and code from Avalon Excalibur's cli package</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Brian Egge</name>
+      <roles>
+        <role>made the 1.1 release happen</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Duncan Jones</name>
+      <roles>
+        <role>supplied patches</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Berin Loritsch</name>
+      <email>bloritsch@apache.org</email>
+      <roles>
+        <role>helped in the Avalon CLI merge</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Peter Maddocks</name>
+      <email>peter_maddocks@hp.com</email>
+      <organization>Hewlett-Packard</organization>
+      <roles>
+        <role>supplied patch</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Alexandru Mocanu</name>
+      <roles>
+        <role>supplied patch</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Andrew Shirley</name>
+      <roles>
+        <role>lots of fixes for 1.1</role>
+      </roles>
+    </contributor>
+    <contributor>
+      <name>Greg Thomas</name>
+    </contributor>
+    <contributor>
+      <name>Slawek Zachcial</name>
+      <roles>
+        <role>unit tests</role>
+      </roles>
+    </contributor>
+    
+  </contributors>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.12</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <properties>
+    <maven.compiler.source>1.5</maven.compiler.source>
+    <maven.compiler.target>1.5</maven.compiler.target>
+    <commons.componentid>cli</commons.componentid>
+    <commons.release.version>1.3.1</commons.release.version>
+    <commons.release.name>commons-cli-${commons.release.version}</commons.release.name>
+    <commons.osgi.symbolicName>org.apache.commons.cli</commons.osgi.symbolicName>
+    <commons.jira.id>CLI</commons.jira.id>
+    <commons.jira.pid>12310463</commons.jira.pid>
+    <!-- The RC version used in the staging repository URL. -->
+    <commons.rc.version>RC1</commons.rc.version>
+
+    <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
+  </properties>
+
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>src/assembly/bin.xml</descriptor>
+            <descriptor>src/assembly/src.xml</descriptor>
+          </descriptors>
+          <tarLongFileMode>gnu</tarLongFileMode>
+        </configuration>
+      </plugin>
+    </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-scm-publish-plugin</artifactId>
+          <configuration>
+            <ignorePathsToDelete>
+              <ignorePathToDelete>javadocs**</ignorePathToDelete>
+            </ignorePathsToDelete>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <configuration>
+          <linksource>true</linksource>
+          <links>
+            <link>http://download.oracle.com/javase/6/docs/api</link>
+          </links>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.15</version>
+        <configuration>
+          <configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
+          <enableRulesSummary>false</enableRulesSummary>
+          <suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
+        </configuration>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>checkstyle</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>findbugs-maven-plugin</artifactId>
+        <version>3.0.1</version>
+        <configuration>
+          <threshold>Normal</threshold>
+          <effort>Default</effort>
+          <excludeFilterFile>${basedir}/src/conf/findbugs-exclude-filter.xml</excludeFilterFile>
+       </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-pmd-plugin</artifactId>
+        <version>3.4</version>
+        <configuration>
+          <targetJdk>${maven.compiler.target}</targetJdk>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Apache Commons Site</name>
+      <url>scm:svn:${commons.scmPubUrl}</url>
+    </site>
+  </distributionManagement>
+
+  <profiles>
+    <profile>
+      <id>rc</id>
+      <distributionManagement>
+        <!-- Cannot define in parent ATM, see COMMONSSITE-26 -->
+        <site>
+          <id>apache.website</id>
+          <name>Apache Commons Release Candidate Staging Site</name>
+          <url>${commons.deployment.protocol}://people.apache.org/www/people.apache.org/builds/commons/${commons.componentid}/${commons.release.version}/${commons.rc.version}/site</url>
+        </site>
+      </distributionManagement>
+    </profile>
+    <profile>
+      <id>setup-checkout</id>
+      <activation>
+        <file>
+          <missing>site-content</missing>
+        </file>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-antrun-plugin</artifactId>
+            <version>1.7</version>
+            <executions>
+              <execution>
+                <id>prepare-checkout</id>
+                <phase>pre-site</phase>
+                <goals>
+                  <goal>run</goal>
+                </goals>
+                <configuration>
+                  <tasks>
+                    <exec executable="svn">
+                      <arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
+                    </exec>
+
+                    <exec executable="svn">
+                      <arg line="update --set-depth exclude ${commons.scmPubCheckoutDirectory}/javadocs" />
+                    </exec>
+
+                    <pathconvert pathsep=" " property="dirs">
+                      <dirset dir="${commons.scmPubCheckoutDirectory}" includes="*" />
+                    </pathconvert>
+                    <exec executable="svn">
+                      <arg line="update --set-depth infinity ${dirs}" />
+                    </exec>
+                  </tasks>
+                </configuration>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+</project>
diff --git a/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom.md5 b/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom.md5
new file mode 100644
index 0000000..4305997
--- /dev/null
+++ b/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom.md5
@@ -0,0 +1 @@
+16849669639d4745fe0890e15856c996
\ No newline at end of file
diff --git a/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom.sha1 b/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom.sha1
new file mode 100644
index 0000000..e67fb93
--- /dev/null
+++ b/common/m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.pom.sha1
@@ -0,0 +1 @@
+7cfa08c046e048faf18b68b26742d3185d49fa94
\ No newline at end of file
diff --git a/common/m2/repository/commons-cli/commons-cli/maven-metadata.xml b/common/m2/repository/commons-cli/commons-cli/maven-metadata.xml
new file mode 100644
index 0000000..9f6966c
--- /dev/null
+++ b/common/m2/repository/commons-cli/commons-cli/maven-metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>commons-cli</groupId>
+  <artifactId>commons-cli</artifactId>
+  <versioning>
+    <release>1.3.1</release>
+    <versions>
+      <version>1.3.1</version>
+    </versions>
+    <lastUpdated>20160927173018</lastUpdated>
+  </versioning>
+</metadata>
diff --git a/common/m2/repository/commons-cli/commons-cli/maven-metadata.xml.md5 b/common/m2/repository/commons-cli/commons-cli/maven-metadata.xml.md5
new file mode 100644
index 0000000..4111a01
--- /dev/null
+++ b/common/m2/repository/commons-cli/commons-cli/maven-metadata.xml.md5
@@ -0,0 +1 @@
+94d0a8aad11e5e08c92ee4e5085522ee
\ No newline at end of file
diff --git a/common/m2/repository/commons-cli/commons-cli/maven-metadata.xml.sha1 b/common/m2/repository/commons-cli/commons-cli/maven-metadata.xml.sha1
new file mode 100644
index 0000000..f861191
--- /dev/null
+++ b/common/m2/repository/commons-cli/commons-cli/maven-metadata.xml.sha1
@@ -0,0 +1 @@
+e4856330076f5140bf27e551190e5eaa1d1dbd7c
\ No newline at end of file
diff --git a/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar.md5 b/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar.md5
new file mode 100644
index 0000000..8011c3e
--- /dev/null
+++ b/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar.md5
@@ -0,0 +1 @@
+13bc641afd7fd95e09b260f69c1e4c91
\ No newline at end of file
diff --git a/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar.sha1 b/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar.sha1
index 7d2de1e..7ee4b9e 100644
--- a/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar.sha1
+++ b/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar.sha1
@@ -1 +1 @@
-761ea405b9b37ced573d2df0d1e3a4e0f9edc668
+761ea405b9b37ced573d2df0d1e3a4e0f9edc668
\ No newline at end of file
diff --git a/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom.md5 b/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom.md5
new file mode 100644
index 0000000..74dfcad
--- /dev/null
+++ b/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom.md5
@@ -0,0 +1 @@
+602190bb9bd6a1ff3c9b47b58e4ce76a
\ No newline at end of file
diff --git a/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom.sha1 b/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom.sha1
index 867e78d..073dcf5 100644
--- a/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom.sha1
+++ b/common/m2/repository/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom.sha1
@@ -1 +1 @@
-c812635cfb96cd2431ee315e73418eed86aeb5e4
+c812635cfb96cd2431ee315e73418eed86aeb5e4
\ No newline at end of file
diff --git a/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar b/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
new file mode 100644
index 0000000..fa5df82
--- /dev/null
+++ b/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
Binary files differ
diff --git a/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar.md5 b/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar.md5
new file mode 100644
index 0000000..ef0d8fe
--- /dev/null
+++ b/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar.md5
@@ -0,0 +1 @@
+f54a8510f834a1a57166970bfc982e94
\ No newline at end of file
diff --git a/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar.sha1 b/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar.sha1
new file mode 100644
index 0000000..e9eeffd
--- /dev/null
+++ b/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar.sha1
@@ -0,0 +1 @@
+8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5
\ No newline at end of file
diff --git a/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom b/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
new file mode 100644
index 0000000..d5e4dba
--- /dev/null
+++ b/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
@@ -0,0 +1,454 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific collectionsuage governing permissions and
+   limitations under the License.
+-->
+<project
+    xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <groupId>org.apache.commons</groupId>
+    <artifactId>commons-parent</artifactId>
+    <version>39</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>commons-collections</groupId>
+  <artifactId>commons-collections</artifactId>
+  <version>3.2.2</version>
+  <name>Apache Commons Collections</name>
+
+  <inceptionYear>2001</inceptionYear>
+  <description>Types that extend and augment the Java Collections Framework.</description>
+
+  <url>http://commons.apache.org/collections/</url>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/COLLECTIONS</url>
+  </issueManagement>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/collections/trunk</url>
+  </scm>
+
+  <developers>
+    <developer>
+      <name>Stephen Colebourne</name>
+      <id>scolebourne</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Morgan Delagrange</name>
+      <id>morgand</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Matthew Hawthorne</name>
+      <id>matth</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Geir Magnusson</name>
+      <id>geirm</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Craig McClanahan</name>
+      <id>craigmcc</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Phil Steitz</name>
+      <id>psteitz</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Arun M. Thomas</name>
+      <id>amamment</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Rodney Waldhoff</name>
+      <id>rwaldhoff</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Henri Yandell</name>
+      <id>bayard</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>James Carman</name>
+      <id>jcarman</id>
+      <email></email>
+      <organization></organization>
+    </developer>
+    <developer>
+      <name>Robert Burrell Donkin</name>
+      <id>rdonkin</id>
+    </developer>
+  </developers>
+  
+  <contributors>
+    <contributor>
+      <name>Rafael U. C. Afonso</name>
+    </contributor>
+    <contributor>
+      <name>Max Rydahl Andersen</name>
+    </contributor>
+    <contributor>
+      <name>Federico Barbieri</name>
+    </contributor>
+    <contributor>
+      <name>Arron Bates</name>
+    </contributor>
+    <contributor>
+      <name>Nicola Ken Barozzi</name>
+    </contributor>
+    <contributor>
+      <name>Sebastian Bazley</name>
+    </contributor>
+    <contributor>
+      <name>Matt Benson</name>
+    </contributor>
+    <contributor>
+      <name>Ola Berg</name>
+    </contributor>
+    <contributor>
+      <name>Christopher Berry</name>
+    </contributor>
+    <contributor>
+      <name>Nathan Beyer</name>
+    </contributor>
+    <contributor>
+      <name>Janek Bogucki</name>
+    </contributor>
+    <contributor>
+      <name>Chuck Burdick</name>
+    </contributor>
+    <contributor>
+      <name>Dave Bryson</name>
+    </contributor>
+    <contributor>
+      <name>Julien Buret</name>
+    </contributor>
+    <contributor>
+      <name>Jonathan Carlson</name>
+    </contributor>
+    <contributor>
+      <name>Ram Chidambaram</name>
+    </contributor>
+    <contributor>
+      <name>Steve Clark</name>
+    </contributor>
+    <contributor>
+      <name>Eric Crampton</name>
+    </contributor>
+    <contributor>
+      <name>Dimiter Dimitrov</name>
+    </contributor>
+    <contributor>
+      <name>Peter Donald</name>
+    </contributor>
+    <contributor>
+      <name>Steve Downey</name>
+    </contributor>
+    <contributor>
+      <name>Rich Dougherty</name>
+    </contributor>
+    <contributor>
+      <name>Tom Dunham</name>
+    </contributor>
+    <contributor>
+      <name>Stefano Fornari</name>
+    </contributor>
+    <contributor>
+      <name>Andrew Freeman</name>
+    </contributor>
+    <contributor>
+      <name>Gerhard Froehlich</name>
+    </contributor>
+    <contributor>
+      <name>Paul Jack</name>
+    </contributor>
+    <contributor>
+      <name>Eric Johnson</name>
+    </contributor>
+    <contributor>
+      <name>Kent Johnson</name>
+    </contributor>
+    <contributor>
+      <name>Marc Johnson</name>
+    </contributor>
+    <contributor>
+      <name>Nissim Karpenstein</name>
+    </contributor>
+    <contributor>
+      <name>Shinobu Kawai</name>
+    </contributor>
+    <contributor>
+      <name>Mohan Kishore</name>
+    </contributor>
+    <contributor>
+      <name>Simon Kitching</name>
+    </contributor>
+    <contributor>
+      <name>Thomas Knych</name>
+    </contributor>
+    <contributor>
+      <name>Serge Knystautas</name>
+    </contributor>
+    <contributor>
+      <name>Peter KoBek</name>
+    </contributor>
+    <contributor>
+      <name>Jordan Krey</name>
+    </contributor>
+    <contributor>
+      <name>Olaf Krische</name>
+    </contributor>
+    <contributor>
+      <name>Guilhem Lavaux</name>
+    </contributor>
+    <contributor>
+      <name>Paul Legato</name>
+    </contributor>
+    <contributor>
+      <name>David Leppik</name>
+    </contributor>
+    <contributor>
+      <name>Berin Loritsch</name>
+    </contributor>
+    <contributor>
+      <name>Hendrik Maryns</name>
+    </contributor>
+    <contributor>
+      <name>Stefano Mazzocchi</name>
+    </contributor>
+    <contributor>
+      <name>Brian McCallister</name>
+    </contributor>
+    <contributor>
+      <name>Steven Melzer</name>
+    </contributor>
+    <contributor>
+      <name>Leon Messerschmidt</name>
+    </contributor>
+    <contributor>
+      <name>Mauricio S. Moura</name>
+    </contributor>
+    <contributor>
+      <name>Kasper Nielsen</name>
+    </contributor>
+    <contributor>
+      <name>Stanislaw Osinski</name>
+    </contributor>
+    <contributor>
+      <name>Alban Peignier</name>
+    </contributor>
+    <contributor>
+      <name>Mike Pettypiece</name>
+    </contributor>
+    <contributor>
+      <name>Steve Phelps</name>
+    </contributor>
+    <contributor>
+      <name>Ilkka Priha</name>
+    </contributor>
+    <contributor>
+      <name>Jonas Van Poucke</name>
+    </contributor>
+    <contributor>
+      <name>Will Pugh</name>
+    </contributor>
+    <contributor>
+      <name>Herve Quiroz</name>
+    </contributor>
+    <contributor>
+      <name>Daniel Rall</name>
+    </contributor>
+    <contributor>
+      <name>Robert Ribnitz</name>
+    </contributor>
+    <contributor>
+      <name>Huw Roberts</name>
+    </contributor>
+    <contributor>
+      <name>Henning P. Schmiedehausen</name>
+    </contributor>
+    <contributor>
+      <name>Howard Lewis Ship</name>
+    </contributor>
+    <contributor>
+      <name>Joe Raysa</name>
+    </contributor>
+    <contributor>
+      <name>Thomas Schapitz</name>
+    </contributor>
+    <contributor>
+      <name>Jon Schewe</name>
+    </contributor>
+    <contributor>
+      <name>Andreas Schlosser</name>
+    </contributor>
+    <contributor>
+      <name>Christian Siefkes</name>
+    </contributor>
+    <contributor>
+      <name>Michael Smith</name>
+    </contributor>
+    <contributor>
+      <name>Stephen Smith</name>
+    </contributor>
+    <contributor>
+      <name>Jan Sorensen</name>
+    </contributor>
+    <contributor>
+      <name>Jon S. Stevens </name>
+    </contributor>
+    <contributor>
+      <name>James Strachan</name>
+    </contributor>
+    <contributor>
+      <name>Leo Sutic</name>
+    </contributor>
+    <contributor>
+      <name>Chris Tilden</name>
+    </contributor>
+    <contributor>
+      <name>Neil O'Toole</name>
+    </contributor>
+    <contributor>
+      <name>Jeff Turner</name>
+    </contributor>
+    <contributor>
+      <name>Kazuya Ujihara</name>
+    </contributor>
+    <contributor>
+      <name>Jeff Varszegi</name>
+    </contributor>
+    <contributor>
+      <name>Ralph Wagner</name>
+    </contributor>
+    <contributor>
+      <name>David Weinrich</name>
+    </contributor>
+    <contributor>
+      <name>Dieter Wimberger</name>
+    </contributor>
+    <contributor>
+      <name>Serhiy Yevtushenko</name>
+    </contributor>
+    <contributor>
+      <name>Jason van Zyl</name>
+    </contributor>
+  </contributors>
+
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
+  <properties>
+    <maven.compile.source>1.2</maven.compile.source>
+    <maven.compile.target>1.2</maven.compile.target>
+    <commons.componentid>collections</commons.componentid>
+    <commons.release.version>3.2.2</commons.release.version>
+    <commons.rc.version>RC3</commons.rc.version>
+    <commons.binary.suffix>-bin</commons.binary.suffix>
+    <commons.jira.id>COLLECTIONS</commons.jira.id>
+    <commons.jira.pid>12310465</commons.jira.pid>
+  </properties> 
+
+  <build>
+    <sourceDirectory>src/java</sourceDirectory>
+    <testSourceDirectory>src/test</testSourceDirectory>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <includes>
+              <include>org/apache/commons/collections/TestAllPackages.java</include>
+            </includes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <artifactId>maven-antrun-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <configuration>
+              <tasks>
+                <ant antfile="build-testframework.xml" target="jar">
+                  <property name="component.version"    value="${project.version}"/>
+                  <property name="test.classes"         value="${project.build.directory}/test-classes"/>
+                  <property name="dist.home"            value="${project.build.directory}"/>
+                  <property name="maven.compile.source" value="${maven.compile.source}"/>
+                  <property name="maven.compile.target" value="${maven.compile.target}"/>
+                </ant>
+              </tasks>
+            </configuration>
+            <goals>
+              <goal>run</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <artifactId>maven-assembly-plugin</artifactId>
+        <configuration>
+          <descriptors>
+            <descriptor>src/assembly/bin.xml</descriptor>
+            <descriptor>src/assembly/src.xml</descriptor>
+          </descriptors>
+          <tarLongFileMode>gnu</tarLongFileMode>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.rat</groupId>
+        <artifactId>apache-rat-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>data/test/*</exclude>
+            <exclude>maven-eclipse.xml</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
+</project>
diff --git a/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom.md5 b/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom.md5
new file mode 100644
index 0000000..fc26acf
--- /dev/null
+++ b/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom.md5
@@ -0,0 +1 @@
+2c7f0a369c727689a2409d03237f2d1a
\ No newline at end of file
diff --git a/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom.sha1 b/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom.sha1
new file mode 100644
index 0000000..df2a215
--- /dev/null
+++ b/common/m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom.sha1
@@ -0,0 +1 @@
+02a5ba7cb070a882d2b7bd4bf5223e8e445c0268
\ No newline at end of file
diff --git a/common/m2/repository/commons-collections/commons-collections/maven-metadata.xml b/common/m2/repository/commons-collections/commons-collections/maven-metadata.xml
index 62e1362..1ce53d0 100644
--- a/common/m2/repository/commons-collections/commons-collections/maven-metadata.xml
+++ b/common/m2/repository/commons-collections/commons-collections/maven-metadata.xml
@@ -4,7 +4,7 @@
   <artifactId>commons-collections</artifactId>
   <versioning>
     <latest>20040616</latest>
-    <release>20040616</release>
+    <release>3.2.2</release>
     <versions>
       <version>1.0</version>
       <version>2.0</version>
@@ -22,7 +22,8 @@
       <version>20031027.000000</version>
       <version>20040102.233541</version>
       <version>20040616</version>
+      <version>3.2.2</version>
     </versions>
-    <lastUpdated>20130313174537</lastUpdated>
+    <lastUpdated>20160927173034</lastUpdated>
   </versioning>
 </metadata>
diff --git a/common/m2/repository/commons-collections/commons-collections/maven-metadata.xml.md5 b/common/m2/repository/commons-collections/commons-collections/maven-metadata.xml.md5
index 75bf933..f4afa5f 100644
--- a/common/m2/repository/commons-collections/commons-collections/maven-metadata.xml.md5
+++ b/common/m2/repository/commons-collections/commons-collections/maven-metadata.xml.md5
@@ -1 +1 @@
-a189fd233a194316f2a5c9e9f2368c42
\ No newline at end of file
+51e98d73820504ff98c8860d0cbf02fc
\ No newline at end of file
diff --git a/common/m2/repository/commons-collections/commons-collections/maven-metadata.xml.sha1 b/common/m2/repository/commons-collections/commons-collections/maven-metadata.xml.sha1
index 89c0afa..9e32244 100644
--- a/common/m2/repository/commons-collections/commons-collections/maven-metadata.xml.sha1
+++ b/common/m2/repository/commons-collections/commons-collections/maven-metadata.xml.sha1
@@ -1 +1 @@
-4f6371196699cd63c45c366c965e041b83897030
\ No newline at end of file
+93ab63a5491a89af918e50e988d65c0aec57c241
\ No newline at end of file
diff --git a/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml b/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml
index 233ade4..49abd1c 100644
--- a/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml
+++ b/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml
@@ -5,7 +5,7 @@
   <version>99.0-does-not-exist</version>
   <versioning>
     <latest>99.0-does-not-exist</latest>
-    <release>99.0-does-not-exist</release>
+    <release>1.1.1</release>
     <versions>
       <version>1.0</version>
       <version>1.0.1</version>
@@ -19,6 +19,6 @@
       <version>1.2</version>
       <version>99.0-does-not-exist</version>
     </versions>
-    <lastUpdated>20150813034901</lastUpdated>
+    <lastUpdated>20160927173036</lastUpdated>
   </versioning>
 </metadata>
diff --git a/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml.md5 b/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml.md5
index bb7ec1d..e7b50ad 100644
--- a/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml.md5
+++ b/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml.md5
@@ -1 +1 @@
-b1ac880897217349619dab16a2810e95
\ No newline at end of file
+b2129365d35139e3ba6c6e968adb9a0c
\ No newline at end of file
diff --git a/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml.sha1 b/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml.sha1
index f0a4515..f4ca6a6 100644
--- a/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml.sha1
+++ b/common/m2/repository/commons-logging/commons-logging/maven-metadata.xml.sha1
@@ -1 +1 @@
-be7ed8a0fd7522b34398114d8cb4a0ad10f1fb47
\ No newline at end of file
+0655d81de5b9f46616be6fbbfc6479c6136c2203
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/apache/maven-metadata.xml b/common/m2/repository/org/apache/apache/maven-metadata.xml
index 4edfdc3..1886f9c 100644
--- a/common/m2/repository/org/apache/apache/maven-metadata.xml
+++ b/common/m2/repository/org/apache/apache/maven-metadata.xml
@@ -5,7 +5,7 @@
   <version>18</version>
   <versioning>
     <latest>18</latest>
-    <release>18</release>
+    <release>4</release>
     <versions>
       <version>1</version>
       <version>2</version>
@@ -26,6 +26,6 @@
       <version>17</version>
       <version>18</version>
     </versions>
-    <lastUpdated>20160519024346</lastUpdated>
+    <lastUpdated>20160927173031</lastUpdated>
   </versioning>
 </metadata>
diff --git a/common/m2/repository/org/apache/apache/maven-metadata.xml.md5 b/common/m2/repository/org/apache/apache/maven-metadata.xml.md5
index b30dedf..b808a2a 100644
--- a/common/m2/repository/org/apache/apache/maven-metadata.xml.md5
+++ b/common/m2/repository/org/apache/apache/maven-metadata.xml.md5
@@ -1 +1 @@
-664a5211bcbc4a5051d57118bd7bfd97
\ No newline at end of file
+e5e3dfe31de0cb2fd1918ed607e0209d
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/apache/maven-metadata.xml.sha1 b/common/m2/repository/org/apache/apache/maven-metadata.xml.sha1
index 4f69f59..0f7f6ab 100644
--- a/common/m2/repository/org/apache/apache/maven-metadata.xml.sha1
+++ b/common/m2/repository/org/apache/apache/maven-metadata.xml.sha1
@@ -1 +1 @@
-a6a66a03b3e1f15dc72aea26a597238f71f5d029
\ No newline at end of file
+d6640368a0303e010727b56ec42ec403d9c6f10d
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom b/common/m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom
new file mode 100644
index 0000000..80252e9
--- /dev/null
+++ b/common/m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom
@@ -0,0 +1,1503 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>

+<!--

+

+   Licensed to the Apache Software Foundation (ASF) under one or more

+   contributor license agreements.  See the NOTICE file distributed with

+   this work for additional information regarding copyright ownership.

+   The ASF licenses this file to You under the Apache License, Version 2.0

+   (the "License"); you may not use this file except in compliance with

+   the License.  You may obtain a copy of the License at

+

+       http://www.apache.org/licenses/LICENSE-2.0

+

+   Unless required by applicable law or agreed to in writing, software

+   distributed under the License is distributed on an "AS IS" BASIS,

+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

+   See the License for the specific language governing permissions and

+   limitations under the License.

+

+-->

+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.apache</groupId>

+    <artifactId>apache</artifactId>

+    <version>16</version>

+  </parent>

+  <groupId>org.apache.commons</groupId>

+  <artifactId>commons-parent</artifactId>

+  <packaging>pom</packaging>

+  <version>39</version>

+  <name>Apache Commons Parent</name>

+  <url>http://commons.apache.org/</url>

+  <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>

+

+<!--

+Version 39:

+

+- Update Compiler Plugin : 3.2 -> 3.3

+- Update Build Helper Plugin : 1.8 -> 1.9.1

+- Update Release Plugin : 2.5.1 -> 2.5.2

+- Update Javadoc Plugin : 2.10.2 -> 2.10.3

+- Update Jacoco 0.7.4.201502262128 -> 0.7.5.201505241946

+- Move assembly to standard location. src/main => src/assembly/src.xml

+- Update animal-sniffer Plugin : 1.13 -> 1.14 (for java 7+ builds) supporting Java8

+- dropped the trunks-proper profile

+

+ -->

+

+  <!-- Maven versions plugin reports an error if this is omitted -->

+  <prerequisites>

+    <maven>3.0.1</maven>

+  </prerequisites>

+

+  <ciManagement>

+    <system>continuum</system>

+    <url>https://continuum-ci.apache.org/</url>

+  </ciManagement>

+

+  <!--

+    In release 31, the maven.compile.* properties were corrected to maven.compiler.*

+    [See COMMONSSITE-69]

+    If updating from a previous version, please check the property definitions

+

+    Starting with version 22, the RAT plugin has changed Maven group and id, so any existing configuration

+    needs to be updated.

+    To fix component POMs, please change any occurrences of:

+        <groupId>org.codehaus.mojo</groupId>

+        <artifactId>rat-maven-plugin</artifactId>

+    to the new values:

+        <groupId>org.apache.rat</groupId>

+        <artifactId>apache-rat-plugin</artifactId>

+

+    Site deployment

+    ===============

+    Cannot define this here at present, see https://issues.apache.org/jira/browse/COMMONSSITE-26.

+

+    The following should be added to the component POM:

+

+    <distributionManagement>

+      <site>

+        <id>commons.site</id>

+        <name>Apache Commons Site SVN</name>

+        <url>scm:svn:${commons.scmPubUrl}</url>

+      </site>

+    </distributionManagement>

+

+    Alternatively you can map the component's existing site id to the

+    commons.scmPubServer property.

+

+    Coverage tool selection

+    =======================

+    Starting with release 30, there are optional profiles for both Cobertura and JaCoCo.

+    These can be enabled independently on the command-line:

+

+    mvn site -Pcobertura -Pjacoco

+

+    Or the component can define a default coverage tool by creating either (or both) of the following files:

+

+    src/site/resources/profile.cobertura

+    src/site/resources/profile.jacoco

+

+    These can later be overridden by cancelling the profile:

+

+    mvn site -P!jacoco

+

+  -->

+

+  <!--

+    This section *must* be overwritten by subprojects. It is only to allow

+    a release of the commons-parent POM.

+  -->

+  <scm>

+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-39</connection>

+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-39</developerConnection>

+    <url>http://svn.apache.org/viewvc/commons/proper/commons-parent/tags/commons-parent-39</url>

+  </scm>

+

+  <mailingLists>

+    <!-- N.B. commons-site now uses the Apache POM so has its own copy of the mailing list definitions -->

+    <!--

+        Components should normally override the default mailing list report by using the comnand

+        mvn commons:mail-page

+        This generates the file src/site/xdoc/mail-lists.xml which when processed will replace the PIR version.

+     -->

+    <!-- Changes to this list should be synchronised with the commons build plugin -->

+    <mailingList>

+      <name>Commons User List</name>

+      <subscribe>user-subscribe@commons.apache.org</subscribe>

+      <unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>

+      <post>user@commons.apache.org</post>

+      <archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>

+      <otherArchives>

+        <otherArchive>http://markmail.org/list/org.apache.commons.users/</otherArchive>

+        <otherArchive>http://old.nabble.com/Commons---User-f319.html</otherArchive>

+        <otherArchive>http://www.mail-archive.com/user@commons.apache.org/</otherArchive>

+        <otherArchive>http://news.gmane.org/gmane.comp.jakarta.commons.user</otherArchive>

+      </otherArchives>

+    </mailingList>

+    <mailingList>

+      <name>Commons Dev List</name>

+      <subscribe>dev-subscribe@commons.apache.org</subscribe>

+      <unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>

+      <post>dev@commons.apache.org</post>

+      <archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>

+      <otherArchives>

+        <otherArchive>http://markmail.org/list/org.apache.commons.dev/</otherArchive>

+        <otherArchive>http://old.nabble.com/Commons---Dev-f317.html</otherArchive>

+        <otherArchive>http://www.mail-archive.com/dev@commons.apache.org/</otherArchive>

+        <otherArchive>http://news.gmane.org/gmane.comp.jakarta.commons.devel</otherArchive>

+      </otherArchives>

+    </mailingList>

+    <mailingList>

+      <name>Commons Issues List</name>

+      <subscribe>issues-subscribe@commons.apache.org</subscribe>

+      <unsubscribe>issues-unsubscribe@commons.apache.org</unsubscribe>

+      <archive>http://mail-archives.apache.org/mod_mbox/commons-issues/</archive>

+      <otherArchives>

+        <otherArchive>http://markmail.org/list/org.apache.commons.issues/</otherArchive>

+        <otherArchive>http://old.nabble.com/Commons---Issues-f25499.html</otherArchive>

+        <otherArchive>http://www.mail-archive.com/issues@commons.apache.org/</otherArchive>

+      </otherArchives>

+    </mailingList>

+    <mailingList>

+      <name>Commons Commits List</name>

+      <subscribe>commits-subscribe@commons.apache.org</subscribe>

+      <unsubscribe>commits-unsubscribe@commons.apache.org</unsubscribe>

+      <archive>http://mail-archives.apache.org/mod_mbox/commons-commits/</archive>

+      <otherArchives>

+        <otherArchive>http://markmail.org/list/org.apache.commons.commits/</otherArchive>

+        <otherArchive>http://www.mail-archive.com/commits@commons.apache.org/</otherArchive>

+      </otherArchives>

+    </mailingList>

+    <mailingList>

+      <name>Apache Announce List</name>

+      <subscribe>announce-subscribe@apache.org</subscribe>

+      <unsubscribe>announce-unsubscribe@apache.org</unsubscribe>

+      <archive>http://mail-archives.apache.org/mod_mbox/www-announce/</archive>

+      <otherArchives>

+        <otherArchive>http://markmail.org/list/org.apache.announce/</otherArchive>

+        <otherArchive>http://old.nabble.com/Apache-News-and-Announce-f109.html</otherArchive>

+        <otherArchive>http://www.mail-archive.com/announce@apache.org/</otherArchive>

+        <otherArchive>http://news.gmane.org/gmane.comp.apache.announce</otherArchive>

+      </otherArchives>

+    </mailingList>

+  </mailingLists>

+  <build>

+    <!-- TODO find a better way to add N&L files to jars and test jars

+         See also maven-remote-resources-plugin configuration below.

+    -->

+    <resources>

+      <!-- This is the default setting from the super-pom -->

+      <resource>

+        <directory>src/main/resources</directory>

+      </resource>

+      <!-- hack to ensure the N&L appear in jars -->

+      <resource>

+        <directory>${basedir}</directory>

+        <targetPath>META-INF</targetPath>

+        <includes>

+          <include>NOTICE.txt</include>

+          <include>LICENSE.txt</include>

+        </includes>

+      </resource>

+    </resources>

+    <!-- ensure test jars also get NOTICE & LICENSE files -->

+    <testResources>

+      <!-- This is the default setting from the super-pom -->

+      <testResource>

+        <directory>src/test/resources</directory>

+      </testResource>

+      <!-- hack to ensure the N&L appear in jars -->

+      <testResource>

+        <directory>${basedir}</directory>

+        <targetPath>META-INF</targetPath>

+        <includes>

+          <include>NOTICE.txt</include>

+          <include>LICENSE.txt</include>

+        </includes>

+      </testResource>

+    </testResources>

+    <pluginManagement>

+      <plugins>

+        <!-- org.apache.maven.plugins, alpha order by artifact id -->

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-antrun-plugin</artifactId>

+          <version>1.8</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-assembly-plugin</artifactId>

+          <version>2.5.5</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-clean-plugin</artifactId>

+          <version>2.6.1</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-compiler-plugin</artifactId>

+          <version>${commons.compiler.version}</version>

+          <configuration>

+            <source>${maven.compiler.source}</source>

+            <target>${maven.compiler.target}</target>

+            <encoding>${commons.encoding}</encoding>

+            <!--

+               fork is set true by the java-1.x profiles

+               This allows the use of a different version of the compiler from the

+               JDK being used to run Maven

+            -->

+            <fork>${commons.compiler.fork}</fork>

+            <!-- the following are only needed if fork is true -->

+            <compilerVersion>${commons.compiler.compilerVersion}</compilerVersion>

+            <executable>${commons.compiler.javac}</executable>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-deploy-plugin</artifactId>

+          <version>2.8.2</version>

+        </plugin>

+        <!-- Apache parent includes docck -->

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-gpg-plugin</artifactId>

+          <version>1.6</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-install-plugin</artifactId>

+          <version>2.5.2</version>

+        </plugin>

+        <!-- Apache parent: invoker -->

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-jar-plugin</artifactId>

+          <version>2.6</version>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-javadoc-plugin</artifactId>

+          <version>${commons.javadoc.version}</version>

+          <configuration>

+            <!-- keep only errors and warnings -->

+            <quiet>true</quiet>

+            <encoding>${commons.encoding}</encoding>

+            <docEncoding>${commons.docEncoding}</docEncoding>

+            <notimestamp>true</notimestamp>

+            <links>

+              <link>${commons.javadoc.java.link}</link>

+              <link>${commons.javadoc.javaee.link}</link>

+            </links>

+            <archive>

+              <manifest>

+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>

+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>

+              </manifest>

+            </archive>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-release-plugin</artifactId>

+          <version>2.5.2</version>

+        </plugin>

+        <plugin>

+          <!-- TODO see above - find better way to add N&L files to jars and test jars -->

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-remote-resources-plugin</artifactId>

+          <!-- override old version from Apache pom 13 -->

+          <version>1.5</version>

+          <configuration>

+            <!--

+                Apache parent POM automatically adds "LICENSE" and "NOTICE" files

+                to jars - duplicating the "LICENSE.txt" and "NOTICE.txt"

+                files that components already have.

+             -->

+            <skip>true</skip>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-resources-plugin</artifactId>

+          <version>2.7</version>

+        </plugin>

+        <!-- Apache parent: scm -->

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-site-plugin</artifactId>

+          <version>${commons.site-plugin.version}</version>

+          <configuration>

+            <!-- don't deploy site with maven-site-plugin -->

+            <skipDeploy>true</skipDeploy>

+          </configuration>

+          <dependencies>

+            <dependency>

+                <!-- add support for ssh/scp -->

+              <groupId>org.apache.maven.wagon</groupId>

+              <artifactId>wagon-ssh</artifactId>

+              <version>${commons.wagon-ssh.version}</version>

+            </dependency>

+          </dependencies>

+          <executions>

+            <execution>

+              <id>attach-descriptor</id>

+              <goals>

+                <goal>attach-descriptor</goal>

+              </goals>

+            </execution>

+          </executions>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-source-plugin</artifactId>

+          <version>2.4</version>

+          <configuration>

+            <archive>

+              <manifest>

+                <addDefaultImplementationEntries>true</addDefaultImplementationEntries>

+                <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>

+              </manifest>

+            </archive>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.maven.plugins</groupId>

+          <artifactId>maven-surefire-plugin</artifactId>

+          <version>${commons.surefire.version}</version>

+        </plugin>

+        <!-- Other plugins, alpha order by groupId and artifactId -->

+        <plugin>

+          <groupId>org.apache.commons</groupId>

+          <artifactId>commons-build-plugin</artifactId>

+          <version>1.4</version>

+          <configuration>

+            <commons.release.name>${commons.release.name}</commons.release.name>

+          </configuration>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.felix</groupId>

+          <artifactId>maven-bundle-plugin</artifactId>

+          <version>2.5.3</version>

+          <inherited>true</inherited>

+        </plugin>

+        <plugin>

+          <groupId>org.apache.rat</groupId>

+          <artifactId>apache-rat-plugin</artifactId>

+          <version>${commons.rat.version}</version>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>build-helper-maven-plugin</artifactId>

+          <version>1.9.1</version>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>buildnumber-maven-plugin</artifactId>

+          <version>1.3</version>

+        </plugin>

+        <plugin>

+          <groupId>org.codehaus.mojo</groupId>

+          <artifactId>clirr-maven-plugin</artifactId>

+          <version>${commons.clirr.version}</version>

+          <configuration>

+            <minSeverity>${minSeverity}</minSeverity>

+          </configuration>

+        </plugin>

+        <!-- Apache parent: plexus & modello -->

+      </plugins>

+    </pluginManagement>

+    <plugins>

+      <!-- org.apache.maven.plugins, alpha order by artifact id -->

+      <plugin>

+          <!-- Parent POM is released, so needs source archive for ASF mirrors -->

+        <artifactId>maven-assembly-plugin</artifactId>

+        <configuration>

+          <descriptors>

+            <descriptor>src/assembly/src.xml</descriptor>

+          </descriptors>

+          <tarLongFileMode>gnu</tarLongFileMode>

+        </configuration>

+      </plugin>

+      <plugin>

+        <!--

+          - Copy LICENSE.txt and NOTICE.txt so that they are included

+          - in the -javadoc jar file for the component.

+          -->

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-antrun-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>javadoc.resources</id>

+            <phase>generate-sources</phase>

+            <goals>

+              <goal>run</goal>

+            </goals>

+            <configuration>

+              <target>

+                <copy todir="${project.build.directory}/apidocs/META-INF">

+                  <fileset dir="${basedir}">

+                    <include name="LICENSE.txt" />

+                    <include name="NOTICE.txt" />

+                  </fileset>

+                </copy>

+              </target>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-compiler-plugin</artifactId>

+      </plugin>

+      <!-- Unfortunately the much simpler

+           <prerequisites><maven>3.0</maven></prerequisites>

+           is not inherited so we have to use the enforcer plugin

+      -->

+      <plugin>

+        <inherited>true</inherited>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-enforcer-plugin</artifactId>

+        <version>1.3.1</version>

+        <executions>

+          <execution>

+            <id>enforce-maven-3</id>

+            <goals>

+              <goal>enforce</goal>

+            </goals>

+            <configuration>

+              <rules>

+                <requireMavenVersion>

+                  <version>3.0.0</version>

+                </requireMavenVersion>

+              </rules>

+              <fail>true</fail>

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-jar-plugin</artifactId>

+        <configuration>

+          <archive>

+            <manifestFile>${commons.manifestfile}</manifestFile>

+            <manifestEntries>

+              <Specification-Title>${project.name}</Specification-Title>

+              <Specification-Version>${project.version}</Specification-Version>

+              <Specification-Vendor>${project.organization.name}</Specification-Vendor>

+              <Implementation-Title>${project.name}</Implementation-Title>

+              <Implementation-Version>${project.version}</Implementation-Version>

+              <Implementation-Vendor>${project.organization.name}</Implementation-Vendor>

+              <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>

+              <Implementation-Build>${implementation.build}</Implementation-Build>

+              <X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK>

+              <X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK>

+            </manifestEntries>

+          </archive>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-surefire-plugin</artifactId>

+        <configuration>

+          <!--

+            commons.surefire.java is normally empty.

+            It is defined by the java-1.x profiles to change the JVM used by Surefire 

+          -->

+          <jvm>${commons.surefire.java}</jvm>

+        </configuration>

+      </plugin>

+      <!-- Other plugins, alpha order by groupId and artifactId -->

+      <plugin>

+        <groupId>org.apache.commons</groupId>

+        <artifactId>commons-build-plugin</artifactId>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.felix</groupId>

+        <artifactId>maven-bundle-plugin</artifactId>

+        <configuration>

+          <!--

+            dummy entry to stop bundle plugin from picking up jar config and reporting

+            WARNING: Duplicate name in Manifest

+            See http://markmail.org/message/mpkl24wk3jrjhhjg

+          -->

+          <archive>

+            <forced>true</forced>

+          </archive>

+          <excludeDependencies>${commons.osgi.excludeDependencies}</excludeDependencies>

+          <manifestLocation>${project.build.directory}/osgi</manifestLocation>

+          <instructions>

+            <!-- stops the "uses" clauses being added to "Export-Package" manifest entry -->

+            <_nouses>true</_nouses>

+            <!-- Stop the JAVA_1_n_HOME variables from being treated as headers by Bnd -->

+            <_removeheaders>JAVA_1_3_HOME,JAVA_1_4_HOME,JAVA_1_5_HOME,JAVA_1_6_HOME,JAVA_1_7_HOME,JAVA_1_8_HOME,JAVA_1_9_HOME</_removeheaders>

+            <Bundle-SymbolicName>${commons.osgi.symbolicName}</Bundle-SymbolicName>

+            <Export-Package>${commons.osgi.export}</Export-Package>

+            <Private-Package>${commons.osgi.private}</Private-Package>

+            <Import-Package>${commons.osgi.import}</Import-Package>

+            <DynamicImport-Package>${commons.osgi.dynamicImport}</DynamicImport-Package>

+            <Bundle-DocURL>${project.url}</Bundle-DocURL>

+          </instructions>

+        </configuration>

+        <executions>

+          <execution>

+            <id>bundle-manifest</id>

+            <phase>process-classes</phase>

+            <goals>

+              <goal>manifest</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <!-- Needed for command-line access, e.g mvn apache-rat:rat and mvn apache-rat:check -->

+      <plugin>

+        <groupId>org.apache.rat</groupId>

+        <artifactId>apache-rat-plugin</artifactId>

+        <version>${commons.rat.version}</version>

+        <!-- Should agree with config in reporting section -->

+        <configuration>

+          <!--

+               If you wish to override this list in the component (child) pom, ensure you use

+                   <excludes combine.children="merge">

+               so that the child pom entries replace the parent entries

+           -->

+          <excludes combine.children="append">

+            <exclude>site-content/**</exclude>

+            <exclude>.checkstyle</exclude>

+            <exclude>.fbprefs</exclude>

+            <exclude>.pmd</exclude>

+            <exclude>src/site/resources/download_*.cgi</exclude>

+            <exclude>src/site/resources/profile.*</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-scm-publish-plugin</artifactId>

+        <version>${commons.scm-publish.version}</version>

+        <configuration>

+          <content>${project.reporting.outputDirectory}</content>

+          <pubScmUrl>scm:svn:${commons.scmPubUrl}</pubScmUrl>

+          <checkoutDirectory>${commons.scmPubCheckoutDirectory}</checkoutDirectory>

+          <serverId>${commons.scmPubServer}</serverId>

+          <tryUpdate>true</tryUpdate>

+        </configuration>

+        <executions>

+          <execution>

+            <id>scm-publish</id>

+            <phase>site-deploy</phase><!-- deploy site with maven-scm-publish-plugin -->

+            <goals>

+              <goal>publish-scm</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+

+    </plugins>

+  </build>

+

+  <reporting>

+    <!-- N.B. plugins defined here in the <reporting> section ignore what's defined in <pluginManagement>

+         in the <build> section above, so we have to define the versions here. -->

+    <plugins>

+      <!-- org.apache.maven.plugins, alpha order by artifact id -->

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-changes-plugin</artifactId>

+        <version>${commons.changes.version}</version>

+        <configuration>

+          <xmlPath>${basedir}/src/changes/changes.xml</xmlPath>

+          <columnNames>Fix Version,Key,Component,Summary,Type,Resolution,Status</columnNames>

+          <!-- Sort cols in natural order when using JQL for JIRA 5.1 -->

+          <sortColumnNames>Fix Version DESC,Type,Key DESC</sortColumnNames>

+          <resolutionIds>Fixed</resolutionIds>

+          <statusIds>Resolved,Closed</statusIds>

+          <!-- Don't include sub-task -->

+          <typeIds>Bug,New Feature,Task,Improvement,Wish,Test</typeIds>

+          <!-- For JIRA >= 5.1 -->

+          <useJql>true</useJql>

+          <onlyCurrentVersion>${commons.changes.onlyCurrentVersion}</onlyCurrentVersion>

+          <maxEntries>${commons.changes.maxEntries}</maxEntries>

+          <runOnlyAtExecutionRoot>${commons.changes.runOnlyAtExecutionRoot}</runOnlyAtExecutionRoot>

+        </configuration>

+        <reportSets>

+          <reportSet>

+            <reports>

+              <report>changes-report</report>

+              <report>jira-report</report>

+            </reports>

+          </reportSet>

+        </reportSets>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-javadoc-plugin</artifactId>

+        <version>${commons.javadoc.version}</version>

+        <configuration>

+          <!-- keep only errors and warnings -->

+          <quiet>true</quiet>

+          <source>${maven.compiler.source}</source>

+          <encoding>${commons.encoding}</encoding>

+          <docencoding>${commons.docEncoding}</docencoding>

+          <notimestamp>true</notimestamp>

+          <linksource>true</linksource>

+          <!-- prevent svnpub to be too much noisy -->

+          <notimestamp>true</notimestamp>

+          <links>

+            <link>${commons.javadoc.java.link}</link>

+            <link>${commons.javadoc.javaee.link}</link>

+          </links>

+        </configuration>

+        <!-- Suppress test Javadocs -->

+        <reportSets>

+          <reportSet>

+            <id>default</id>

+            <reports>

+              <report>javadoc</report>

+            </reports>

+          </reportSet>

+        </reportSets>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-jxr-plugin</artifactId>

+        <version>${commons.jxr.version}</version>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-project-info-reports-plugin</artifactId>

+        <version>${commons.project-info.version}</version>

+        <!--

+            Unfortunately it does not appear to be possible to override

+            reports configured in a parent POM.

+            See https://jira.codehaus.org/browse/MPIR-241

+            and https://issues.apache.org/jira/browse/MPOM-32

+            So we define here all those reports that are suitable for

+            all components.

+            Components can add extra reports if they wish, but cannot disable any.

+        -->

+        <reportSets>

+          <reportSet>

+            <reports>

+              <report>index</report>

+              <report>summary</report>

+              <report>modules</report>

+<!--          <report>license</report>               site must link to ASF page instead  -->

+              <report>project-team</report>

+              <report>scm</report>

+              <report>issue-tracking</report>

+              <report>mailing-list</report>

+              <report>dependency-info</report>

+              <report>dependency-management</report>

+              <report>dependencies</report>

+              <report>dependency-convergence</report>

+              <report>cim</report>

+<!--          <report>plugin-management</report>      not very useful for end users -->

+<!--          <report>plugins</report>                not very useful for end users -->

+              <report>distribution-management</report>

+            </reports>

+          </reportSet>

+        </reportSets>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-site-plugin</artifactId>

+        <version>${commons.site-plugin.version}</version>

+        <configuration>

+          <!-- Exclude the navigation file for Maven 1 sites

+               and the changes file used by the changes-plugin,

+               as they interfere with the site generation. -->

+          <moduleExcludes>

+            <xdoc>navigation.xml,changes.xml</xdoc>

+          </moduleExcludes>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-surefire-report-plugin</artifactId>

+        <version>${commons.surefire-report.version}</version>

+        <configuration>

+          <aggregate>${commons.surefire-report.aggregate}</aggregate>

+        </configuration>

+      </plugin>

+      <!-- Other plugins, alpha order by groupId and artifactId -->

+      <plugin>

+        <groupId>org.apache.rat</groupId>

+        <artifactId>apache-rat-plugin</artifactId>

+        <version>${commons.rat.version}</version>

+        <!-- Should agree with config in build section -->

+        <configuration>

+          <!--

+               If you wish to override this list in the component (child) pom, ensure you use

+                   <excludes combine.children="merge">

+               so that the child pom entries replace the parent entries

+           -->

+          <excludes combine.children="append">

+            <exclude>site-content/**</exclude>

+            <exclude>.checkstyle</exclude>

+            <exclude>.fbprefs</exclude>

+            <exclude>.pmd</exclude>

+            <exclude>src/site/resources/download_*.cgi</exclude>

+            <exclude>src/site/resources/profile.*</exclude>

+          </excludes>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.codehaus.mojo</groupId>

+        <artifactId>clirr-maven-plugin</artifactId>

+        <version>${commons.clirr.version}</version>

+        <configuration>

+          <minSeverity>${minSeverity}</minSeverity>

+        </configuration>

+      </plugin>

+      <plugin>

+        <groupId>org.codehaus.mojo</groupId>

+        <artifactId>jdepend-maven-plugin</artifactId>

+        <version>${commons.jdepend.version}</version>

+      </plugin>

+    </plugins>

+  </reporting>

+

+  <profiles>

+

+      <profile>

+        <!--

+          Make the version parts of the maven.compiler.target property

+          available as separate properties, so that they can be used to define

+          the java signature artifactId used by animal-sniffer etc.

+        -->

+        <id>parse-target-version</id>

+        <activation>

+          <property>

+            <!--

+               This property should always be defined.

+               The intention is to ensure that the profile is always enabled.

+               (activeByDefault only applies if other profiles are not enabled) 

+            -->

+            <name>user.home</name>

+          </property>

+        </activation>

+        <build>

+          <plugins>

+            <plugin>

+              <groupId>org.codehaus.mojo</groupId>

+              <artifactId>build-helper-maven-plugin</artifactId>

+              <executions>

+                <execution>

+                  <id>parse-version</id>

+                  <!-- default is:  <phase>validate</phase>  -->

+                  <goals>

+                    <goal>parse-version</goal>

+                  </goals>

+                  <configuration>

+                    <propertyPrefix>javaTarget</propertyPrefix>

+                    <versionString>${maven.compiler.target}</versionString>

+                  </configuration>

+                </execution>

+              </executions>

+            </plugin>

+          </plugins>

+        </build>

+      </profile>

+

+      <!-- 

+           Runs the Animal Sniffer plugin to check that generated code does not included references

+           to methods/classes etc that are not present in the standard Java runtime for the defined target version.

+           To bypass the checks, define "animal.sniffer.skip" as true, or create the file "src/site/resources/profile.noanimal" 

+      -->

+

+      <profile>

+        <id>animal-sniffer</id>

+        <activation>

+          <!--  active unless the file is found -->

+          <file>

+            <missing>src/site/resources/profile.noanimal</missing>

+          </file>

+        </activation>

+        

+        <properties>

+          <!-- define this as a property to allow command-line override -->

+          <animal-sniffer.signature>java${javaTarget.majorVersion}${javaTarget.minorVersion}</animal-sniffer.signature>

+        </properties>

+

+        <build>

+          <plugins>

+

+            <!-- Run the Animal Sniffer checks -->

+            <plugin>

+              <groupId>org.codehaus.mojo</groupId>

+              <artifactId>animal-sniffer-maven-plugin</artifactId>

+              <version>${commons.animal-sniffer.version}</version>

+              <executions>

+                <execution>

+                  <id>checkAPIcompatibility</id>

+                  <!-- default is:  <phase>process-classes</phase>  -->

+                  <!-- Note: if the plugin is ever enhanced to check test classes

+                       it will presumably need to be bound to process-test-classes instead 

+                  -->

+                  <goals>

+                    <goal>check</goal>

+                  </goals>

+                </execution>

+              </executions>

+              <configuration>

+                <signature>

+                  <groupId>org.codehaus.mojo.signature</groupId>

+                  <artifactId>${animal-sniffer.signature}</artifactId>

+                  <version>${commons.animal-sniffer.signature.version}</version>

+                </signature>

+              </configuration>

+            </plugin>

+

+          </plugins>

+        </build>

+      </profile>

+

+    <profile>

+      <id>jacoco</id>

+      <activation>

+        <!--

+            N.B. in spite of what the Maven docs may say,

+            activation conditions are ORed together, see:

+            http://jira.codehaus.org/browse/MNG-4565

+            Fairly useless, but that's what was done in

+            http://jira.codehaus.org/browse/MNG-3106

+

+            So we cannot also check for Java 1.5+

+            This should not be a problem now as the profile is optional.

+            Components that still target Java 1.4 or earlier

+            just need to ensure they don't use JaCoCo by default.

+        -->

+        <file>

+          <exists>src/site/resources/profile.jacoco</exists>

+        </file>

+      </activation>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.jacoco</groupId>

+            <artifactId>jacoco-maven-plugin</artifactId>

+            <version>${commons.jacoco.version}</version>

+          <!-- Note that since JaCoCo relies on an agent to perform tests,

+               it changes the surefire arguments line. If a component also

+               needs to change the argument line of maven-surefire-plugin,

+               then it must add ${argLine} property (which is set by JaCoCo)

+               in the argLine configuration element of maven-surefire-plugin

+               to preserve JaCoCo settings. -->

+            <executions>

+              <execution>

+                <id>prepare-agent</id>

+                <phase>process-test-classes</phase>

+                <goals>

+                  <goal>prepare-agent</goal>

+                </goals>

+              </execution>

+              <execution>

+                <id>report</id>

+                <phase>site</phase>

+                <goals>

+                  <goal>report</goal>

+                </goals>

+              </execution>

+              <execution>

+                <id>check</id>

+                <goals>

+                  <goal>check</goal>

+                </goals>

+                <configuration>

+                  <rules>

+                    <rule>

+                      <element>BUNDLE</element>

+                      <limits>

+                        <limit>

+                          <counter>CLASS</counter>

+                          <value>COVEREDRATIO</value>

+                          <minimum>${commons.jacoco.classRatio}</minimum>

+                        </limit>

+                        <limit>

+                          <counter>INSTRUCTION</counter>

+                          <value>COVEREDRATIO</value>

+                          <minimum>${commons.jacoco.instructionRatio}</minimum>

+                        </limit>

+                        <limit>

+                          <counter>METHOD</counter>

+                          <value>COVEREDRATIO</value>

+                          <minimum>${commons.jacoco.methodRatio}</minimum>

+                        </limit>

+                        <limit>

+                          <counter>BRANCH</counter>

+                          <value>COVEREDRATIO</value>

+                          <minimum>${commons.jacoco.branchRatio}</minimum>

+                        </limit>

+                        <limit>

+                          <counter>LINE</counter>

+                          <value>COVEREDRATIO</value>

+                          <minimum>${commons.jacoco.lineRatio}</minimum>

+                        </limit>

+                        <limit>

+                          <counter>COMPLEXITY</counter>

+                          <value>COVEREDRATIO</value>

+                          <minimum>${commons.jacoco.complexityRatio}</minimum>

+                        </limit>

+                      </limits>

+                    </rule>

+                  </rules>

+                  <haltOnFailure>${commons.jacoco.haltOnFailure}</haltOnFailure>

+                </configuration>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+      <reporting>

+        <plugins>

+          <plugin>

+            <groupId>org.jacoco</groupId>

+            <artifactId>jacoco-maven-plugin</artifactId>

+            <version>${commons.jacoco.version}</version>

+          </plugin>

+        </plugins>

+      </reporting>

+    </profile>

+

+    <profile>

+      <id>cobertura</id>

+      <activation>

+        <file>

+          <exists>src/site/resources/profile.cobertura</exists>

+        </file>

+      </activation>

+      <reporting>

+        <plugins>

+          <plugin>

+            <groupId>org.codehaus.mojo</groupId>

+            <artifactId>cobertura-maven-plugin</artifactId>

+            <version>${commons.cobertura.version}</version>

+          </plugin>

+        </plugins>

+      </reporting>

+    </profile>

+

+    <!--

+         Profile for Commons releases via Nexus.

+         Assembles artifacts, creates source and javadoc jars, signs them and adds hashes.

+    -->

+    <profile>

+      <id>release</id>

+      <build>

+        <plugins>

+          <!-- We want to sign the artifact, the POM, and all attached artifacts -->

+          <plugin>

+            <artifactId>maven-gpg-plugin</artifactId>

+            <configuration>

+              <passphrase>${gpg.passphrase}</passphrase>

+            </configuration>

+            <executions>

+              <execution>

+                <id>sign-artifacts</id>

+                <phase>verify</phase>

+                <goals>

+                  <goal>sign</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+          <plugin>

+            <artifactId>maven-install-plugin</artifactId>

+            <configuration>

+              <createChecksum>true</createChecksum>

+            </configuration>

+          </plugin>

+          <plugin>

+            <artifactId>maven-source-plugin</artifactId>

+            <executions>

+              <execution>

+                <id>create-source-jar</id>

+                <goals>

+                  <goal>jar</goal>

+                  <goal>test-jar</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+          <plugin>

+            <artifactId>maven-jar-plugin</artifactId>

+            <executions>

+              <execution>

+                <goals>

+                  <goal>test-jar</goal>

+                </goals>

+                <configuration>

+                  <!-- Avoids an error when releasing the parent pom -->

+                  <skipIfEmpty>true</skipIfEmpty>

+                </configuration>

+              </execution>

+            </executions>

+          </plugin>

+          <plugin>

+            <artifactId>maven-release-plugin</artifactId>

+            <configuration>

+              <!-- Pass these arguments to the deploy plugin. -->

+              <arguments>-Prelease</arguments>

+            </configuration>

+          </plugin>

+          <plugin>

+            <artifactId>maven-javadoc-plugin</artifactId>

+            <executions>

+              <execution>

+                <id>create-javadoc-jar</id>

+                <goals>

+                  <goal>javadoc</goal>

+                  <goal>jar</goal>

+                </goals>

+                <phase>package</phase>

+              </execution>

+            </executions>

+            <configuration>

+              <source>${maven.compiler.source}</source>

+            </configuration>

+          </plugin>

+          <plugin>

+            <artifactId>maven-assembly-plugin</artifactId>

+            <inherited>true</inherited>

+            <executions>

+              <execution>

+                <goals>

+                  <goal>single</goal>

+                </goals>

+                <phase>package</phase>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+

+     <!--

+       profile to update the Apache parent pom profile of the same name

+       to better suit the requirements of Apache Commons.

+       [Requires further work]

+     -->

+    <profile>

+      <id>apache-release</id>

+      <build>

+        <plugins>

+          <plugin>

+            <artifactId>maven-release-plugin</artifactId>

+            <configuration>

+              <releaseProfiles>apache-release</releaseProfiles>

+            </configuration>

+          </plugin>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-source-plugin</artifactId>

+            <executions>

+              <execution>

+                <id>attach-test-sources</id>

+                <goals>

+                  <goal>test-jar</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+          <plugin>

+            <artifactId>maven-install-plugin</artifactId>

+            <configuration>

+              <createChecksum>true</createChecksum>

+            </configuration>

+          </plugin>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-jar-plugin</artifactId>

+            <executions>

+              <execution>

+                <goals>

+                  <goal>test-jar</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+

+    <!--

+       Profile for running the build using JDK 1.3

+       (JAVA_1_3_HOME needs to be defined, e.g. in settings.xml or an environment variable)

+      -->

+    <profile>

+      <id>java-1.3</id>

+      <properties>

+        <commons.compiler.fork>true</commons.compiler.fork>

+        <commons.compiler.compilerVersion>1.3</commons.compiler.compilerVersion>

+        <commons.compiler.javac>${JAVA_1_3_HOME}/bin/javac</commons.compiler.javac>

+        <commons.surefire.java>${JAVA_1_3_HOME}/bin/java</commons.surefire.java>

+      </properties>

+    </profile>

+

+    <!--

+       Profile for running the build using JDK 1.4

+       (JAVA_1_4_HOME needs to be defined, e.g. in settings.xml or an environment variable)

+      -->

+    <profile>

+      <id>java-1.4</id>

+      <properties>

+        <commons.compiler.fork>true</commons.compiler.fork>

+        <commons.compiler.compilerVersion>1.4</commons.compiler.compilerVersion>

+        <commons.compiler.javac>${JAVA_1_4_HOME}/bin/javac</commons.compiler.javac>

+        <commons.surefire.java>${JAVA_1_4_HOME}/bin/java</commons.surefire.java>

+        <!-- later versions of surefire don't support Java 1.4 -->

+        <commons.surefire.version>2.11</commons.surefire.version>

+      </properties>

+    </profile>

+

+    <!--

+       Profile for running the build using JDK 1.5

+       (JAVA_1_5_HOME needs to be defined, e.g. in settings.xml or an environment variable)

+      -->

+    <profile>

+      <id>java-1.5</id>

+      <properties>

+        <commons.compiler.fork>true</commons.compiler.fork>

+        <commons.compiler.compilerVersion>1.5</commons.compiler.compilerVersion>

+        <commons.compiler.javac>${JAVA_1_5_HOME}/bin/javac</commons.compiler.javac>

+        <commons.surefire.java>${JAVA_1_5_HOME}/bin/java</commons.surefire.java>

+      </properties>

+    </profile>

+

+    <!--

+       Profile for running the build using JDK 1.6

+       (JAVA_1_6_HOME needs to be defined, e.g. in settings.xml or an environment variable)

+      -->

+    <profile>

+      <id>java-1.6</id>

+      <properties>

+        <commons.compiler.fork>true</commons.compiler.fork>

+        <commons.compiler.compilerVersion>1.6</commons.compiler.compilerVersion>

+        <commons.compiler.javac>${JAVA_1_6_HOME}/bin/javac</commons.compiler.javac>

+        <commons.surefire.java>${JAVA_1_6_HOME}/bin/java</commons.surefire.java>

+      </properties>

+    </profile>

+

+    <!--

+       Profile for running the build using JDK 1.7

+       (JAVA_1_7_HOME needs to be defined, e.g. in settings.xml or an environment variable)

+      -->

+    <profile>

+      <id>java-1.7</id>

+      <properties>

+        <commons.compiler.fork>true</commons.compiler.fork>

+        <commons.compiler.compilerVersion>1.7</commons.compiler.compilerVersion>

+        <commons.compiler.javac>${JAVA_1_7_HOME}/bin/javac</commons.compiler.javac>

+        <commons.surefire.java>${JAVA_1_7_HOME}/bin/java</commons.surefire.java>

+      </properties>

+    </profile>

+

+    <!--

+       Profile for running the build using JDK 1.8

+       (JAVA_1_8_HOME needs to be defined, e.g. in settings.xml or an environment variable)

+      -->

+    <profile>

+      <id>java-1.8</id>

+      <properties>

+        <commons.compiler.fork>true</commons.compiler.fork>

+        <commons.compiler.compilerVersion>1.8</commons.compiler.compilerVersion>

+        <commons.compiler.javac>${JAVA_1_8_HOME}/bin/javac</commons.compiler.javac>

+        <commons.surefire.java>${JAVA_1_8_HOME}/bin/java</commons.surefire.java>

+      </properties>

+    </profile>

+

+    <!--

+       Profile for running the build using JDK 1.9

+       (JAVA_1_9_HOME needs to be defined, e.g. in settings.xml or an environment variable)

+      -->

+    <profile>

+      <id>java-1.9</id>

+      <properties>

+        <commons.compiler.fork>true</commons.compiler.fork>

+        <commons.compiler.compilerVersion>1.9</commons.compiler.compilerVersion>

+        <commons.compiler.javac>${JAVA_1_9_HOME}/bin/javac</commons.compiler.javac>

+        <commons.surefire.java>${JAVA_1_9_HOME}/bin/java</commons.surefire.java>

+      </properties>

+    </profile>

+

+    <!-- N.B. when adding new java profiles, be sure to update

+         the _removeheaders list in the maven_bundle_plugin configuration -->

+

+    <!--

+     | Profile to allow testing of deploy phase

+     | e.g.

+     | mvn deploy -Ptest-deploy -Prelease -Dgpg.skip

+     -->

+    <profile>

+      <id>test-deploy</id>

+      <properties>

+        <altDeploymentRepository>id::default::file:target/deploy</altDeploymentRepository>

+      </properties>

+    </profile>

+

+    <profile>

+      <!--

+          Generate release notes in top-level directory from src/changes/changes.xml

+          Usage:

+          mvn changes:announcement-generate -Prelease-notes [-Dchanges.version=nnn]

+

+          Defining changes.version allows one to create the RN without first removing the SNAPSHOT suffix.

+

+          Requires file src/changes/release-notes.vm.

+          A sample template is available from:

+          https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk/src/changes/release-notes.vm

+       -->

+      <id>release-notes</id>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.apache.maven.plugins</groupId>

+            <artifactId>maven-changes-plugin</artifactId>

+            <version>${commons.changes.version}</version>

+            <configuration>

+              <template>release-notes.vm</template>

+              <templateDirectory>src/changes</templateDirectory>

+              <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>

+              <announcementDirectory>.</announcementDirectory>

+              <announcementFile>RELEASE-NOTES.txt</announcementFile>

+              <announceParameters>

+                <releaseVersion>${commons.release.version}</releaseVersion>

+              </announceParameters>

+            </configuration>

+            <executions>

+              <execution>

+                <id>create-release-notes</id>

+                <phase>generate-resources</phase>

+                <goals>

+                  <goal>announcement-generate</goal>

+                </goals>

+              </execution>

+            </executions>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+

+    <!--

+        Automatically run the buildnumber plugin unless the buildNumber.skip property is defined as true

+    -->

+    <profile>

+      <id>svn-buildnumber</id>

+      <activation>

+        <property>

+          <name>!buildNumber.skip</name>

+          <value>!true</value>

+        </property>

+      </activation>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.codehaus.mojo</groupId>

+            <artifactId>buildnumber-maven-plugin</artifactId>

+            <executions>

+              <execution>

+                <phase>generate-resources</phase>

+                <goals>

+                  <goal>create</goal>

+                </goals>

+              </execution>

+            </executions>

+            <configuration>

+              <!-- Use committed revision so it does not change every time svn update is run -->

+              <useLastCommittedRevision>true</useLastCommittedRevision>

+              <!-- default revision number if unavailable -->

+              <revisionOnScmFailure>??????</revisionOnScmFailure>

+              <doCheck>false</doCheck>

+              <doUpdate>false</doUpdate>

+            </configuration>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+    <!-- optional profile to use javasvn instead of the SVN CLI for the buildNumber plugin -->

+    <profile>

+      <id>javasvn</id>

+      <build>

+        <plugins>

+          <plugin>

+            <groupId>org.codehaus.mojo</groupId>

+            <artifactId>buildnumber-maven-plugin</artifactId>

+            <configuration>

+              <providerImplementations>

+                <svn>javasvn</svn>

+              </providerImplementations>

+            </configuration>

+          </plugin>

+        </plugins>

+      </build>

+    </profile>

+    <!-- profile to allow the use of plugin versions that require Java 7+ -->

+    <profile>

+      <id>jdk7-plugin-fix-version</id>

+      <activation>

+        <jdk>[1.7,)</jdk>

+      </activation>

+      <properties>

+        <!-- TODO should these be separately overrideable properties?

+            early versions are unlikely to be updated, but current latest will be

+         -->

+        <commons.findbugs.version>3.0.0</commons.findbugs.version>

+        <!-- Since 1.13 running maven with Java7 is required, 1.14 also supports Java8 class files (ASM 5.0) -->

+        <commons.animal-sniffer.version>1.14</commons.animal-sniffer.version>

+      </properties>

+    </profile>

+

+    <!-- allow simple creation of the site without any optional reports -->

+    <profile>

+      <id>site-basic</id>

+      <properties>

+        <skipTests>true</skipTests>

+        <maven.javadoc.skip>true</maven.javadoc.skip>

+        <cobertura.skip>true</cobertura.skip>

+        <findbugs.skip>true</findbugs.skip>

+        <checkstyle.skip>true</checkstyle.skip>

+        <clirr.skip>true</clirr.skip>

+        <changes.jira.skip>true</changes.jira.skip>

+        <rat.skip>true</rat.skip> <!-- from version 0.12 -->

+        <jacoco.skip>true</jacoco.skip>

+        <skipSurefireReport>true</skipSurefireReport>

+      </properties>

+    </profile>

+

+  </profiles>

+

+  <properties>

+    <!-- configuration bits for cutting a release candidate, must be overridden by components -->

+    <commons.release.version>${project.version}</commons.release.version>

+    <commons.rc.version>RC1</commons.rc.version>

+    <commons.jira.id>COMMONSSITE</commons.jira.id>

+

+    <!-- Default configuration for compiler source and target JVM -->

+    <!-- Do NOT change this; it must remain as 1.3 -->

+    <maven.compiler.source>1.3</maven.compiler.source>

+    <maven.compiler.target>1.3</maven.compiler.target>

+

+    <!-- compiler and surefire plugin settings for "java" profiles -->

+    <commons.compiler.fork>false</commons.compiler.fork>

+    <commons.compiler.compilerVersion />

+    <commons.compiler.javac />

+    <commons.surefire.java />

+

+    <!-- plugin versions (allows same value in reporting and build sections) -->

+    <commons.surefire.version>2.18.1</commons.surefire.version>

+    <commons.surefire-report.version>2.18.1</commons.surefire-report.version>

+    <commons.javadoc.version>2.10.3</commons.javadoc.version>

+    <commons.rat.version>0.11</commons.rat.version>

+    <commons.changes.version>2.11</commons.changes.version>

+    <commons.clirr.version>2.6.1</commons.clirr.version>

+    <commons.jxr.version>2.5</commons.jxr.version>

+    <commons.project-info.version>2.8</commons.project-info.version>

+    <commons.wagon-ssh.version>2.8</commons.wagon-ssh.version>

+    <commons.site-plugin.version>3.4</commons.site-plugin.version>

+    <commons.jacoco.version>0.7.5.201505241946</commons.jacoco.version>

+    <commons.cobertura.version>2.7</commons.cobertura.version>

+    <commons.jdepend.version>2.0</commons.jdepend.version>

+    <commons.compiler.version>3.3</commons.compiler.version>

+    <commons.scm-publish.version>1.1</commons.scm-publish.version>

+    <commons.findbugs.version>2.5.5</commons.findbugs.version>

+    <!-- plugin versions 1.12 and 1.13 currently require Java 7 -->

+    <commons.animal-sniffer.version>1.11</commons.animal-sniffer.version>

+    <!--  Almost all signatures use version 1.0. Allow override just in case -->

+    <commons.animal-sniffer.signature.version>1.0</commons.animal-sniffer.signature.version>

+

+    <!-- Default values for the download-page generation by commons-build-plugin -->

+    <commons.release.name>${project.artifactId}-${commons.release.version}</commons.release.name>

+    <commons.release.desc />

+    <commons.binary.suffix>-bin</commons.binary.suffix>

+    <commons.release.2.name>${project.artifactId}-${commons.release.2.version}</commons.release.2.name>

+    <commons.release.2.desc />

+    <commons.release.2.binary.suffix>-bin</commons.release.2.binary.suffix>

+    <commons.release.3.name>${project.artifactId}-${commons.release.3.version}</commons.release.3.name>

+    <commons.release.3.desc />

+    <commons.release.3.binary.suffix>-bin</commons.release.3.binary.suffix>

+

+    <!-- Default values for the jacoco-maven-plugin reports -->

+    <commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>

+    <commons.jacoco.instructionRatio>0.90</commons.jacoco.instructionRatio>

+    <commons.jacoco.methodRatio>0.95</commons.jacoco.methodRatio>

+    <commons.jacoco.branchRatio>0.85</commons.jacoco.branchRatio>

+    <commons.jacoco.complexityRatio>0.85</commons.jacoco.complexityRatio>

+    <commons.jacoco.lineRatio>0.90</commons.jacoco.lineRatio>

+    <commons.jacoco.haltOnFailure>false</commons.jacoco.haltOnFailure>

+

+    <!-- Commons Component Id -->

+    <commons.componentid>${project.artifactId}</commons.componentid>

+

+    <!-- Configuration properties for the OSGi maven-bundle-plugin -->

+    <commons.osgi.symbolicName>org.apache.commons.${commons.componentid}</commons.osgi.symbolicName>

+    <commons.osgi.export>org.apache.commons.*;version=${project.version};-noimport:=true</commons.osgi.export>

+    <commons.osgi.import>*</commons.osgi.import>

+    <commons.osgi.dynamicImport />

+    <commons.osgi.private />

+    <commons.osgi.excludeDependencies>true</commons.osgi.excludeDependencies>

+

+    <!-- location of any manifest file used by maven-jar-plugin -->

+    <commons.manifestfile>${project.build.directory}/osgi/MANIFEST.MF</commons.manifestfile>

+

+    <!--

+      Make the deployment protocol pluggable. This allows to switch to

+      other protocols like scpexe, which some users prefer over scp.

+    -->

+    <commons.deployment.protocol>scp</commons.deployment.protocol>

+

+    <!--

+      Encoding of Java source files: ensures that the compiler and

+      the javadoc generator use the right encoding. Subprojects may

+      overwrite this, if they are using another encoding.

+    -->

+    <commons.encoding>iso-8859-1</commons.encoding>

+    <!-- used in this pom to provide the Javadoc HTML file encoding -->

+    <commons.docEncoding>${commons.encoding}</commons.docEncoding>

+    <!-- Define source encoding for filtering; used by general plugins -->

+    <project.build.sourceEncoding>${commons.encoding}</project.build.sourceEncoding>

+    <!-- This is used by reporting plugins -->

+    <project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding>

+

+    <!-- Javadoc link to Java API.  Default is Java 1.7; components can override to other versions -->

+    <commons.javadoc.java.link>http://docs.oracle.com/javase/7/docs/api/</commons.javadoc.java.link>

+    <commons.javadoc.javaee.link>http://docs.oracle.com/javaee/6/api/</commons.javadoc.javaee.link>

+

+    <!-- build meta inf -->

+    <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format>

+    <implementation.build>${scmBranch}@r${buildNumber}; ${maven.build.timestamp}</implementation.build>

+

+    <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->

+    <minSeverity>info</minSeverity>

+

+    <!-- Control number of issues retrieved from JIRA with changes plugin -->

+    <commons.changes.maxEntries>100</commons.changes.maxEntries>

+

+    <!-- Allow surefire-report aggregation to be easily configured for multi-module projects -->

+    <commons.surefire-report.aggregate>false</commons.surefire-report.aggregate>

+

+    <!-- Allow changes Jira report to be restricted to just the current version (plugin default is false)-->

+    <commons.changes.onlyCurrentVersion>false</commons.changes.onlyCurrentVersion>

+    <!-- Allow changes Jira report maxEntries to be overridden (plugin default 100) -->

+    <commons.changes.maxEntries>100</commons.changes.maxEntries>

+    <!-- Allow changes Jira report runOnlyAtExecutionRoot to be overridden (plugin default is false) -->

+    <commons.changes.runOnlyAtExecutionRoot>false</commons.changes.runOnlyAtExecutionRoot>

+

+    <!-- scm publish plugin configuration -->

+    <commons.site.cache>${user.home}/commons-sites</commons.site.cache>

+    <!-- value modules can override it -->

+    <commons.site.path>${project.artifactId}</commons.site.path>

+

+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl>

+    <commons.scmPubCheckoutDirectory>${commons.site.cache}/${commons.site.path}</commons.scmPubCheckoutDirectory>

+    <commons.scmPubServer>commons.site</commons.scmPubServer>

+

+    <sonar.host.url>https://analysis.apache.org/</sonar.host.url>

+

+  </properties>

+

+</project>

diff --git a/common/m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom.md5 b/common/m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom.md5
new file mode 100644
index 0000000..2af0fc7
--- /dev/null
+++ b/common/m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom.md5
@@ -0,0 +1 @@
+6ef191d426cf9e2d123b310a2b707f17
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom.sha1 b/common/m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom.sha1
new file mode 100644
index 0000000..cea0797
--- /dev/null
+++ b/common/m2/repository/org/apache/commons/commons-parent/39/commons-parent-39.pom.sha1
@@ -0,0 +1 @@
+4bc32d3cda9f07814c548492af7bf19b21798d46
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml b/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml
index 442d9e2..4431804 100644
--- a/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml
+++ b/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml
@@ -5,7 +5,7 @@
   <version>40</version>
   <versioning>
     <latest>40</latest>
-    <release>40</release>
+    <release>5</release>
     <versions>
       <version>1</version>
       <version>2</version>
@@ -48,6 +48,6 @@
       <version>39</version>
       <version>40</version>
     </versions>
-    <lastUpdated>20160501051355</lastUpdated>
+    <lastUpdated>20160927173026</lastUpdated>
   </versioning>
 </metadata>
diff --git a/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml.md5 b/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml.md5
index da538e4..68fb4fb 100644
--- a/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml.md5
+++ b/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml.md5
@@ -1 +1 @@
-4b22baab36c834cfa26e3b488e5aba3c
\ No newline at end of file
+49a1af999d418831f6e0009dffae9b04
\ No newline at end of file
diff --git a/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml.sha1 b/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml.sha1
index 8183bc4..979c058 100644
--- a/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml.sha1
+++ b/common/m2/repository/org/apache/commons/commons-parent/maven-metadata.xml.sha1
@@ -1 +1 @@
-6f0226df8f827232e296c909796cc2a804518432
\ No newline at end of file
+6104ebe28de9028b5c8240a1b1d3990a99d2c951
\ No newline at end of file