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/30 08:13:25 UTC

[camel] branch master updated (32af142 -> 08f8399)

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

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


    from 32af142  Added Camel 2.18.3 release notes to docs
     new 39f9a0b  Added Camel 2.18.4 release notes to docs
     new 08f8399  Fix typo in Camel 2.18.3 release notes

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../en/release-notes/camel-2183-release.adoc           |  1 -
 ...camel-2181-release.adoc => camel-2184-release.adoc} | 18 +++++++-----------
 2 files changed, 7 insertions(+), 12 deletions(-)
 copy docs/user-manual/en/release-notes/{camel-2181-release.adoc => camel-2184-release.adoc} (67%)


[camel] 02/02: Fix typo in Camel 2.18.3 release notes

Posted by ac...@apache.org.
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 08f839908361cea92e6e4169164e5bdc5d5926a3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 30 10:13:06 2018 +0200

    Fix typo in Camel 2.18.3 release notes
---
 docs/user-manual/en/release-notes/camel-2183-release.adoc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/user-manual/en/release-notes/camel-2183-release.adoc b/docs/user-manual/en/release-notes/camel-2183-release.adoc
index cdf8bca..f5c4bd8 100644
--- a/docs/user-manual/en/release-notes/camel-2183-release.adoc
+++ b/docs/user-manual/en/release-notes/camel-2183-release.adoc
@@ -38,7 +38,6 @@ POM] is:
 
 For a more detailed view of new features and bug fixes, see the:
 
-*
 https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12339161&projectId=12311211[Release
 notes for 2.18.3]
 


[camel] 01/02: Added Camel 2.18.4 release notes to docs

Posted by ac...@apache.org.
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 39f9a0bfacd29c63e91edc1214d94ff351ffbb1f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 30 10:12:42 2018 +0200

    Added Camel 2.18.4 release notes to docs
---
 .../en/release-notes/camel-2184-release.adoc       | 39 ++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/docs/user-manual/en/release-notes/camel-2184-release.adoc b/docs/user-manual/en/release-notes/camel-2184-release.adoc
new file mode 100644
index 0000000..1ce2130
--- /dev/null
+++ b/docs/user-manual/en/release-notes/camel-2184-release.adoc
@@ -0,0 +1,39 @@
+[[Camel2.18.4Release-Camel2.18.4Release]]
+== Camel 2.18.4 Release
+
+### New and Noteworthy
+
+Welcome to the 2.18.4 release which is mainly a maintenance release with
+44 fixes resolved.
+
+### Known Issues
+
+* See <<Camel2.18.0Release,Camel 2.18.0 Release>>
+
+### Important changes to consider when upgrading
+
+* See <<Camel2.18.0Release,Camel 2.18.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.18.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=12339774&projectId=12311211[Release
+notes for 2.18.4]
+