You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2019/01/18 12:16:39 UTC

[camel] branch master updated: Add release notes document for release 2.23.1

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 028d4d3  Add release notes document for release 2.23.1
028d4d3 is described below

commit 028d4d3f09d08842d8438bb20c0364da71d7497f
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Jan 18 13:16:34 2019 +0100

    Add release notes document for release 2.23.1
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 .../en/release-notes/camel-2231-release.adoc       | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/docs/user-manual/en/release-notes/camel-2231-release.adoc b/docs/user-manual/en/release-notes/camel-2231-release.adoc
new file mode 100644
index 0000000..429d0c4
--- /dev/null
+++ b/docs/user-manual/en/release-notes/camel-2231-release.adoc
@@ -0,0 +1,40 @@
+[[Camel2.23.1Release-Camel2.23.1Release]]
+== Camel 2.23.1 Release
+ 
+### New and Noteworthy
+
+Welcome to the Apache Camel 2.23.1 release which is a maintenance patch release and resolved
+33 issues.
+
+
+### Known Issues
+
+* See <<Camel2.23.0Release,Camel 2.23.0 Release>>
+
+### Important changes to consider when upgrading
+
+* See <<Camel2.23.0Release,Camel 2.23.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.23.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=12344567&projectId=12311211[Release
+notes for 2.23.1]
+