You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/08/27 06:45:26 UTC

[camel] branch master updated: Fixed minor stuff on 2.17.1 release doc

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

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


The following commit(s) were added to refs/heads/master by this push:
     new abcc786  Fixed minor stuff on 2.17.1 release doc
abcc786 is described below

commit abcc786d38453e742a035675510c36b0ea69e8b8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 27 08:45:02 2018 +0200

    Fixed minor stuff on 2.17.1 release doc
---
 .../en/release-notes/camel-2171-release.adoc       | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/docs/user-manual/en/release-notes/camel-2171-release.adoc b/docs/user-manual/en/release-notes/camel-2171-release.adoc
index 19959dd..78ace59 100644
--- a/docs/user-manual/en/release-notes/camel-2171-release.adoc
+++ b/docs/user-manual/en/release-notes/camel-2171-release.adoc
@@ -19,3 +19,26 @@ list of JIRA issues].
 
 * See <<Camel2.17.0Release,Camel 2.17.0 Release>>
 
+### Getting the Binaries using Maven 2
+
+To use this release in your maven project, the proper dependency
+configuration that you should use in your
+http://maven.apache.org/guides/introduction/introduction-to-the-pom.html[Maven
+POM] is:
+
+[source,java]
+-------------------------------------
+<dependency>
+  <groupId>org.apache.camel</groupId>
+  <artifactId>camel-core</artifactId>
+  <version>2.17.1</version>
+</dependency>
+-------------------------------------
+
+### Changelog
+
+For a more detailed view of new features and bug fixes, see the:
+
+https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12334914&projectId=12311211[Release
+notes for 2.17.1]
+