This is an automated email from the ASF dual-hosted git repository. gzurowski 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 981d47d Add release notes for Camel 2.22.4 981d47d is described below commit 981d47db202747b67be08ff4b10325a6b9c32e8c Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sat Apr 13 18:26:42 2019 +0200 Add release notes for Camel 2.22.4 Signed-off-by: Gregor Zurowski <gre...@zurowski.org> --- .../en/release-notes/camel-2224-release.adoc | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/docs/user-manual/en/release-notes/camel-2224-release.adoc b/docs/user-manual/en/release-notes/camel-2224-release.adoc new file mode 100644 index 0000000..c2bbaa7 --- /dev/null +++ b/docs/user-manual/en/release-notes/camel-2224-release.adoc @@ -0,0 +1,40 @@ +[[Camel2.22.4Release-Camel2.22.4Release]] +== Camel 2.22.4 Release + +### New and Noteworthy + +Welcome to the Apache Camel 2.22.4 release which is a maintenance patch release and resolved +26 issues. + + +### Known Issues + +* See <<Camel2.22.0Release,Camel 2.22.0 Release>> + +### Important changes to consider when upgrading + +* See <<Camel2.22.0Release,Camel 2.22.0 Release>> + +### Getting the Binaries using Maven + +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.22.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?version=12344887&projectId=12311211[Release +notes for 2.22.4] +