You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by kh...@apache.org on 2015/11/28 16:06:21 UTC

svn commit: r973841 [3/22] - in /websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST: ./ apidocs/ apidocs/org/apache/maven/shared/artifact/filter/ apidocs/org/apache/maven/shared/artifact/filter/class-use/ apidocs/...

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/ProjectTransitivityFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/ProjectTransitivityFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/ProjectTransitivityFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ProjectTransitivityFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ProjectTransitivityFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ProjectTransitivityFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="ProjectTransitivityFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>
@@ -107,7 +107,7 @@
 <pre>public class <span class="strong">ProjectTransitivityFilter</span>
 extends <a href="../../../../../../../org/apache/maven/shared/artifact/filter/collection/AbstractArtifactsFilter.html" title="class in org.apache.maven.shared.artifact.filter.collection">AbstractArtifactsFilter</a></pre>
 <dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Id: ProjectTransitivityFilter.java 1400653 2012-10-21 14:18:01Z hboutemy $</dd>
+  <dd>$Id: ProjectTransitivityFilter.java 1716978 2015-11-28 14:47:04Z khmarbaise $</dd>
 <dt><span class="strong">Author:</span></dt>
   <dd><a href="mailto:brianf@apache.org">Brian Fox</a></dd></dl>
 </li>
@@ -154,7 +154,7 @@ extends <a href="../../../../../../../or
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../../org/apache/maven/shared/artifact/filter/collection/ProjectTransitivityFilter.html#filter(java.util.Set)">filter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;&nbsp;artifacts)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../../org/apache/maven/shared/artifact/filter/collection/ProjectTransitivityFilter.html#filter(java.util.Set)">filter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;&nbsp;artifacts)</code></td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
@@ -201,6 +201,7 @@ extends <a href="../../../../../../../or
 <h4>ProjectTransitivityFilter</h4>
 <pre>public&nbsp;ProjectTransitivityFilter(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;&nbsp;directDependencies,
                          boolean&nbsp;excludeTransitive)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>directDependencies</code> - set of direct dependencies.</dd><dd><code>excludeTransitive</code> - <code>true</code> exclude transitive deps <code>false</code> otherwise.</dd></dl>
 </li>
 </ul>
 </li>
@@ -218,6 +219,8 @@ extends <a href="../../../../../../../or
 <li class="blockList">
 <h4>filter</h4>
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;&nbsp;filter(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&gt;&nbsp;artifacts)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>artifacts</code> - <a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact"><code>Artifact</code></a></dd>
+<dt><span class="strong">Returns:</span></dt><dd>Set of artifacts.</dd></dl>
 </li>
 </ul>
 <a name="artifactIsADirectDependency(org.apache.maven.artifact.Artifact)">

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/ScopeFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/ScopeFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/ScopeFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ScopeFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ScopeFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ScopeFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="ScopeFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>
@@ -107,7 +107,7 @@
 <pre>public class <span class="strong">ScopeFilter</span>
 extends <a href="../../../../../../../org/apache/maven/shared/artifact/filter/collection/AbstractArtifactsFilter.html" title="class in org.apache.maven.shared.artifact.filter.collection">AbstractArtifactsFilter</a></pre>
 <dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Id: ScopeFilter.java 1685387 2015-06-14 11:36:28Z rfscholte $</dd>
+  <dd>$Id: ScopeFilter.java 1716978 2015-11-28 14:47:04Z khmarbaise $</dd>
 <dt><span class="strong">Author:</span></dt>
   <dd><a href="mailto:brianf@apache.org">Brian Fox</a></dd></dl>
 </li>
@@ -205,6 +205,7 @@ extends <a href="../../../../../../../or
 <h4>ScopeFilter</h4>
 <pre>public&nbsp;ScopeFilter(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;includeScope,
            <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;excludeScope)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>includeScope</code> - the scope to be included.</dd><dd><code>excludeScope</code> - the scope to be excluded.</dd></dl>
 </li>
 </ul>
 </li>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/TypeFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/TypeFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/TypeFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TypeFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>TypeFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TypeFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="TypeFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>
@@ -112,7 +112,7 @@
 <pre>public class <span class="strong">TypeFilter</span>
 extends <a href="../../../../../../../org/apache/maven/shared/artifact/filter/collection/AbstractArtifactFeatureFilter.html" title="class in org.apache.maven.shared.artifact.filter.collection">AbstractArtifactFeatureFilter</a></pre>
 <dl><dt><span class="strong">Version:</span></dt>
-  <dd>$Id: TypeFilter.java 1635412 2014-10-30 07:27:46Z hboutemy $</dd>
+  <dd>$Id: TypeFilter.java 1716978 2015-11-28 14:47:04Z khmarbaise $</dd>
 <dt><span class="strong">Author:</span></dt>
   <dd><a href="mailto:brianf@apache.org">Brian Fox</a></dd></dl>
 </li>
@@ -201,6 +201,7 @@ extends <a href="../../../../../../../or
 <h4>TypeFilter</h4>
 <pre>public&nbsp;TypeFilter(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;include,
           <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;exclude)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>include</code> - comma separated list with includes.</dd><dd><code>exclude</code> - comma separated list with excludes.</dd></dl>
 </li>
 </ul>
 </li>
@@ -218,7 +219,6 @@ extends <a href="../../../../../../../or
 <li class="blockList">
 <h4>getArtifactFeature</h4>
 <pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getArtifactFeature(<a href="http://maven.apache.org/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html?is-external=true" title="class or interface in org.apache.maven.artifact">Artifact</a>&nbsp;artifact)</pre>
-<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../../org/apache/maven/shared/artifact/filter/collection/AbstractArtifactFeatureFilter.html#getArtifactFeature(org.apache.maven.artifact.Artifact)">AbstractArtifactFeatureFilter</a></code></strong></div>
 <div class="block">Should return the type or classifier of the given artifact, so that we can filter it</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/AbstractArtifactFeatureFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/AbstractArtifactFeatureFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/AbstractArtifactFeatureFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactFeatureFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/AbstractArtifactsFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/AbstractArtifactsFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/AbstractArtifactsFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.AbstractArtifactsFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ArtifactFilterException.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ArtifactFilterException.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ArtifactFilterException.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.ArtifactFilterException (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ArtifactIdFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ArtifactIdFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ArtifactIdFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.ArtifactIdFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.ArtifactIdFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.ArtifactIdFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.ArtifactIdFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ArtifactTransitivityFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ArtifactTransitivityFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ArtifactTransitivityFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.ArtifactTransitivityFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.ArtifactTransitivityFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.ArtifactTransitivityFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.ArtifactTransitivityFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ArtifactsFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ArtifactsFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ArtifactsFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Interface org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Interface org.apache.maven.shared.artifact.filter.collection.ArtifactsFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ClassifierFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ClassifierFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ClassifierFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.ClassifierFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.ClassifierFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.ClassifierFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.ClassifierFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/FilterArtifacts.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/FilterArtifacts.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/FilterArtifacts.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.FilterArtifacts (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.FilterArtifacts (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.FilterArtifacts (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.FilterArtifacts (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/GroupIdFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/GroupIdFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/GroupIdFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.GroupIdFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.GroupIdFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.GroupIdFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.GroupIdFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ProjectTransitivityFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ProjectTransitivityFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ProjectTransitivityFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.ProjectTransitivityFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.ProjectTransitivityFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.ProjectTransitivityFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.ProjectTransitivityFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ScopeFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ScopeFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/ScopeFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.ScopeFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.ScopeFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.ScopeFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.ScopeFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/TypeFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/TypeFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/class-use/TypeFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.TypeFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.collection.TypeFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.TypeFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.collection.TypeFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/package-frame.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/package-frame.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/package-frame.html Sat Nov 28 15:06:17 2015
@@ -2,8 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.artifact.filter.collection (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.artifact.filter.collection (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/package-summary.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/package-summary.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/package-summary.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.artifact.filter.collection (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.artifact.filter.collection (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.artifact.filter.collection (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="org.apache.maven.shared.artifact.filter.collection (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/package-tree.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/package-tree.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/package-tree.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.artifact.filter.collection Class Hierarchy (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.artifact.filter.collection Class Hierarchy (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.artifact.filter.collection Class Hierarchy (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="org.apache.maven.shared.artifact.filter.collection Class Hierarchy (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/package-use.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/package-use.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/collection/package-use.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.shared.artifact.filter.collection (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Package org.apache.maven.shared.artifact.filter.collection (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.shared.artifact.filter.collection (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Package org.apache.maven.shared.artifact.filter.collection (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/package-frame.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/package-frame.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/package-frame.html Sat Nov 28 15:06:17 2015
@@ -2,8 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.artifact.filter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.artifact.filter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/package-summary.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/package-summary.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/package-summary.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.artifact.filter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.artifact.filter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.artifact.filter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="org.apache.maven.shared.artifact.filter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/package-tree.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/package-tree.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/package-tree.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.artifact.filter Class Hierarchy (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.artifact.filter Class Hierarchy (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.artifact.filter Class Hierarchy (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="org.apache.maven.shared.artifact.filter Class Hierarchy (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/package-use.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/package-use.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/package-use.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.shared.artifact.filter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Package org.apache.maven.shared.artifact.filter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.shared.artifact.filter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Package org.apache.maven.shared.artifact.filter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/AbstractFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/AbstractFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/AbstractFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AbstractFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>AbstractFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AbstractFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="AbstractFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>
@@ -199,7 +199,6 @@ implements <a href="../../../../../../..
 <li class="blockList">
 <h4>transform</h4>
 <pre>public final&nbsp;&lt;T&gt;&nbsp;T&nbsp;transform(<a href="../../../../../../../org/apache/maven/shared/artifact/filter/resolve/FilterTransformer.html" title="interface in org.apache.maven.shared.artifact.filter.resolve">FilterTransformer</a>&lt;T&gt;&nbsp;transformer)</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../../org/apache/maven/shared/artifact/filter/resolve/TransformableFilter.html#transform(org.apache.maven.shared.artifact.filter.resolve.FilterTransformer)">TransformableFilter</a></code></strong></div>
 <div class="block">Subclasses should include the following code:
  <pre>
    &#64;Override
@@ -223,6 +222,8 @@ implements <a href="../../../../../../..
 <h4>accept</h4>
 <pre>public abstract&nbsp;boolean&nbsp;accept(<a href="../../../../../../../org/apache/maven/shared/artifact/filter/resolve/Node.html" title="interface in org.apache.maven.shared.artifact.filter.resolve">Node</a>&nbsp;node,
              <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../../org/apache/maven/shared/artifact/filter/resolve/Node.html" title="interface in org.apache.maven.shared.artifact.filter.resolve">Node</a>&gt;&nbsp;parents)</pre>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>node</code> - <a href="../../../../../../../org/apache/maven/shared/artifact/filter/resolve/Node.html" title="interface in org.apache.maven.shared.artifact.filter.resolve"><code>Node</code></a></dd><dd><code>parents</code> - <a href="../../../../../../../org/apache/maven/shared/artifact/filter/resolve/Node.html" title="interface in org.apache.maven.shared.artifact.filter.resolve"><code>Node</code></a>s.</dd>
+<dt><span class="strong">Returns:</span></dt><dd><code>true</code> / <code>false</code></dd></dl>
 </li>
 </ul>
 </li>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/AndFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/AndFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/AndFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AndFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>AndFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="AndFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="AndFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/ExclusionsFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/ExclusionsFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/ExclusionsFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ExclusionsFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ExclusionsFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ExclusionsFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="ExclusionsFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>
@@ -204,6 +204,7 @@ implements <a href="../../../../../../..
 <li class="blockList">
 <h4>getExcludes</h4>
 <pre>public final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getExcludes()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>The list of excludes.</dd></dl>
 </li>
 </ul>
 <a name="transform(org.apache.maven.shared.artifact.filter.resolve.FilterTransformer)">

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/FilterTransformer.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/FilterTransformer.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/FilterTransformer.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>FilterTransformer (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>FilterTransformer (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="FilterTransformer (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="FilterTransformer (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/Node.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/Node.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/Node.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Node (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Node (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Node (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Node (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>
@@ -137,6 +137,7 @@
 <li class="blockList">
 <h4>getDependency</h4>
 <pre><a href="http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Dependency.html?is-external=true" title="class or interface in org.apache.maven.model">Dependency</a>&nbsp;getDependency()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd><code>Dependency</code></dd></dl>
 </li>
 </ul>
 </li>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/OrFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/OrFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/OrFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>OrFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>OrFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="OrFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="OrFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/PatternExclusionsFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/PatternExclusionsFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/PatternExclusionsFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PatternExclusionsFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>PatternExclusionsFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PatternExclusionsFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="PatternExclusionsFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/PatternInclusionsFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/PatternInclusionsFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/PatternInclusionsFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>PatternInclusionsFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>PatternInclusionsFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="PatternInclusionsFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="PatternInclusionsFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/ScopeFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/ScopeFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/ScopeFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ScopeFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ScopeFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ScopeFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="ScopeFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>
@@ -309,8 +309,8 @@ implements <a href="../../../../../../..
 <dl>
 <dt><strong>Specified by:</strong></dt>
 <dd><code><a href="../../../../../../../org/apache/maven/shared/artifact/filter/resolve/TransformableFilter.html#transform(org.apache.maven.shared.artifact.filter.resolve.FilterTransformer)">transform</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/maven/shared/artifact/filter/resolve/TransformableFilter.html" title="interface in org.apache.maven.shared.artifact.filter.resolve">TransformableFilter</a></code></dd>
-<dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - the interface of the tool specific filter</dd><dt><span class="strong">Parameters:</span></dt><dd><code>transformer</code> - the transformer, must not be <code>null</code></dd>
-<dt><span class="strong">Returns:</span></dt><dd>the transformed value, never <code>null</code></dd></dl>
+<dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - The type to be used.</dd><dt><span class="strong">Parameters:</span></dt><dd><code>transformer</code> - the transformer, must not be <code>null</code></dd>
+<dt><span class="strong">Returns:</span></dt><dd>T.</dd></dl>
 </li>
 </ul>
 </li>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/TransformableFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/TransformableFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/TransformableFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>TransformableFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>TransformableFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="TransformableFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="TransformableFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/AbstractFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/AbstractFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/AbstractFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.AbstractFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.AbstractFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.AbstractFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.AbstractFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/AndFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/AndFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/AndFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.AndFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.AndFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.AndFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.AndFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/ExclusionsFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/ExclusionsFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/ExclusionsFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.ExclusionsFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.ExclusionsFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.ExclusionsFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.ExclusionsFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/FilterTransformer.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/FilterTransformer.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/FilterTransformer.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.shared.artifact.filter.resolve.FilterTransformer (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Interface org.apache.maven.shared.artifact.filter.resolve.FilterTransformer (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.shared.artifact.filter.resolve.FilterTransformer (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Interface org.apache.maven.shared.artifact.filter.resolve.FilterTransformer (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>
@@ -142,7 +142,9 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
-<td class="colLast"><span class="strong">AbstractFilter.</span><code><strong><a href="../../../../../../../../org/apache/maven/shared/artifact/filter/resolve/AbstractFilter.html#transform(org.apache.maven.shared.artifact.filter.resolve.FilterTransformer)">transform</a></strong>(<a href="../../../../../../../../org/apache/maven/shared/artifact/filter/resolve/FilterTransformer.html" title="interface in org.apache.maven.shared.artifact.filter.resolve">FilterTransformer</a>&lt;T&gt;&nbsp;transformer)</code>&nbsp;</td>
+<td class="colLast"><span class="strong">AbstractFilter.</span><code><strong><a href="../../../../../../../../org/apache/maven/shared/artifact/filter/resolve/AbstractFilter.html#transform(org.apache.maven.shared.artifact.filter.resolve.FilterTransformer)">transform</a></strong>(<a href="../../../../../../../../org/apache/maven/shared/artifact/filter/resolve/FilterTransformer.html" title="interface in org.apache.maven.shared.artifact.filter.resolve">FilterTransformer</a>&lt;T&gt;&nbsp;transformer)</code>
+<div class="block">Subclasses should include the following code:</div>
+</td>
 </tr>
 </tbody>
 </table>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/Node.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/Node.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/Node.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.shared.artifact.filter.resolve.Node (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Interface org.apache.maven.shared.artifact.filter.resolve.Node (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.shared.artifact.filter.resolve.Node (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Interface org.apache.maven.shared.artifact.filter.resolve.Node (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/OrFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/OrFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/OrFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.OrFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.OrFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.OrFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.OrFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/PatternExclusionsFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/PatternExclusionsFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/PatternExclusionsFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.PatternExclusionsFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.PatternExclusionsFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.PatternExclusionsFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.PatternExclusionsFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/PatternInclusionsFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/PatternInclusionsFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/PatternInclusionsFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.PatternInclusionsFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.PatternInclusionsFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.PatternInclusionsFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.PatternInclusionsFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/ScopeFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/ScopeFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/ScopeFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.ScopeFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class org.apache.maven.shared.artifact.filter.resolve.ScopeFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.ScopeFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Class org.apache.maven.shared.artifact.filter.resolve.ScopeFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/TransformableFilter.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/TransformableFilter.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/class-use/TransformableFilter.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Interface org.apache.maven.shared.artifact.filter.resolve.TransformableFilter (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Interface org.apache.maven.shared.artifact.filter.resolve.TransformableFilter (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Interface org.apache.maven.shared.artifact.filter.resolve.TransformableFilter (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Interface org.apache.maven.shared.artifact.filter.resolve.TransformableFilter (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/package-frame.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/package-frame.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/package-frame.html Sat Nov 28 15:06:17 2015
@@ -2,8 +2,8 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.artifact.filter.resolve (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.artifact.filter.resolve (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/package-summary.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/package-summary.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/package-summary.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.artifact.filter.resolve (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.artifact.filter.resolve (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.artifact.filter.resolve (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="org.apache.maven.shared.artifact.filter.resolve (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/package-tree.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/package-tree.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/package-tree.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>org.apache.maven.shared.artifact.filter.resolve Class Hierarchy (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>org.apache.maven.shared.artifact.filter.resolve Class Hierarchy (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="org.apache.maven.shared.artifact.filter.resolve Class Hierarchy (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="org.apache.maven.shared.artifact.filter.resolve Class Hierarchy (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/package-use.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/package-use.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/package-use.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>Uses of Package org.apache.maven.shared.artifact.filter.resolve (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Package org.apache.maven.shared.artifact.filter.resolve (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Uses of Package org.apache.maven.shared.artifact.filter.resolve (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="Uses of Package org.apache.maven.shared.artifact.filter.resolve (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>

Modified: websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/transform/ArtifactIncludeFilterTransformer.html
==============================================================================
--- websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/transform/ArtifactIncludeFilterTransformer.html (original)
+++ websites/production/maven/components/shared-archives/maven-common-artifact-filters-LATEST/apidocs/org/apache/maven/shared/artifact/filter/resolve/transform/ArtifactIncludeFilterTransformer.html Sat Nov 28 15:06:17 2015
@@ -2,14 +2,14 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>ArtifactIncludeFilterTransformer (Apache Maven Common Artifact Filters 3.0 API)</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ArtifactIncludeFilterTransformer (Apache Maven Common Artifact Filters 3.0.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 </head>
 <body>
 <script type="text/javascript"><!--
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="ArtifactIncludeFilterTransformer (Apache Maven Common Artifact Filters 3.0 API)";
+        parent.document.title="ArtifactIncludeFilterTransformer (Apache Maven Common Artifact Filters 3.0.0 API)";
     }
 //-->
 </script>