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 11:27:15 UTC

[camel] branch master updated: Added Camel 2.17.5 release notes to docs

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 6486ad1  Added Camel 2.17.5 release notes to docs
6486ad1 is described below

commit 6486ad1697e95369e53676c5d0bc1a6bf07fbc5c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 27 13:26:57 2018 +0200

    Added Camel 2.17.5 release notes to docs
---
 .../en/release-notes/camel-2175-release.adoc       | 43 ++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/docs/user-manual/en/release-notes/camel-2175-release.adoc b/docs/user-manual/en/release-notes/camel-2175-release.adoc
new file mode 100644
index 0000000..5408227
--- /dev/null
+++ b/docs/user-manual/en/release-notes/camel-2175-release.adoc
@@ -0,0 +1,43 @@
+[[Camel2.17.5Release-Camel2.17.5Release]]
+== Camel 2.17.5 Release
+
+### New and Noteworthy
+
+Welcome to the 2.17.5 release which is mainly a maintenance release with
+20+ fixes resolved.
+
+For further details,
+see https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12338762&projectId=12311211[the
+list of JIRA issues].
+
+### Known Issues
+
+* See <<Camel2.17.0Release,Camel 2.17.0 Release>>
+
+### Important changes to consider when upgrading
+
+* 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.5</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=12338762&projectId=12311211[Release
+notes for 2.17.5]
+