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:36 UTC

[camel] branch master updated: Minor fixes to 2.17.4 release notes doc

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 c3b1b75  Minor fixes to 2.17.4 release notes doc
c3b1b75 is described below

commit c3b1b75ec13eed1c5c05c21c35afe9dfac3143ef
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 27 13:27:19 2018 +0200

    Minor fixes to 2.17.4 release notes doc
---
 docs/user-manual/en/release-notes/camel-2174-release.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/user-manual/en/release-notes/camel-2174-release.adoc b/docs/user-manual/en/release-notes/camel-2174-release.adoc
index 1a9d1f2..e3da6b7 100644
--- a/docs/user-manual/en/release-notes/camel-2174-release.adoc
+++ b/docs/user-manual/en/release-notes/camel-2174-release.adoc
@@ -30,7 +30,7 @@ POM] is:
 <dependency>
   <groupId>org.apache.camel</groupId>
   <artifactId>camel-core</artifactId>
-  <version>2.17.3</version>
+  <version>2.17.4</version>
 </dependency>
 -------------------------------------