You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/01/24 04:25:35 UTC

[camel-website] branch master updated: CAMEL-14430 and CAMEL-14431: Update and fix download page

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 045cbae  CAMEL-14430 and CAMEL-14431: Update and fix download page
045cbae is described below

commit 045cbaed3c42a95b0e31bd8f28c913795655e20c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Jan 24 05:25:20 2020 +0100

    CAMEL-14430 and CAMEL-14431: Update and fix download page
---
 content/download/_index.md     |  9 +--------
 layouts/download/download.html | 17 +----------------
 2 files changed, 2 insertions(+), 24 deletions(-)

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 @@ title: "Download"
 
 ### 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>