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
commit aed250186b2b0d3462081fe569c7abf22c4f5d15 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Sep 4 14:21:13 2018 +0200 Added Camel 2.19.4 release notes to docs --- .../en/release-notes/camel-2194-release.adoc | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/docs/user-manual/en/release-notes/camel-2194-release.adoc b/docs/user-manual/en/release-notes/camel-2194-release.adoc new file mode 100644 index 0000000..7a3af5d --- /dev/null +++ b/docs/user-manual/en/release-notes/camel-2194-release.adoc @@ -0,0 +1,39 @@ +[[Camel2.19.4Release-Camel2.19.4Release]] +== Camel 2.19.4 Release + +### New and Noteworthy + +Welcome to the 2.19.4 release which is a maintenance release and +resolved 39 issues. + +### Known Issues + +* See <<Camel2.19.0Release,Camel 2.19.0 Release>> + +### Important changes to consider when upgrading + +* See <<Camel2.19.0Release,Camel 2.19.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.19.4</version> +</dependency> +------------------------------------- + +### Changelog + +For a more detailed view of new features and bug fixes, see the: + +https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12341575[Release +notes for 2.19.4] +