CAMEL-14430 and CAMEL-14431: Update and fix download page
diff --git a/content/download/_index.md b/content/download/_index.md
index 5e46517..bb1f864 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -4,12 +4,5 @@
 
 ### Keys
 
-The KEYS used to sign the release can be found [here](https://www.apache.org/dist/camel/apache-camel/KEYS).
+You can verify your download by following these [procedures](http://www.apache.org/info/verification.html) and using these [KEYS](https://www.apache.org/dist/camel/apache-camel/KEYS).
 
-## Maven 2 Repositories
-
-{{< table >}}
-| Description | Download Link |
-|-------------|---------------|
-|Apache Camel Releases | https://repository.apache.org/content/repositories/releases/org/apache/camel/apache-camel/ |
-{{< /table >}}
diff --git a/layouts/download/download.html b/layouts/download/download.html
index a5030ff..99cf8af 100644
--- a/layouts/download/download.html
+++ b/layouts/download/download.html
@@ -22,22 +22,7 @@
                 {{ $major = .Params.version | replaceRE "\\.\\d+$" "" }}
             {{ end }}
             </ul>
-
-            <h3>Using Maven</h3>
-
-
-            <p>To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is:</p>
-
-            <div class="listingblock">
-                <div class="content">
-                    <pre><code class="xml">&lt;dependency&gt;
-  &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
-  &lt;artifactId&gt;camel-core&lt;/artifactId&gt;
-  &lt;version&gt;{{ range (first 1 ((where .Site.Pages "Type" "release-note").ByParam "version").Reverse) }}{{ .Params.version }}{{ end }}&lt;/version&gt;
-&lt;/dependency&gt;</code></pre>
-                </div>
-            </div>
-
+ 
             <h2>Getting the latest distributions</h2>
 
             <h3>Binary Distribution</h3>