This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/main by this push:
new b8b059c4 Polished
b8b059c4 is described below
commit b8b059c4a1cc7820f93f4443253056aa83a6d583
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Oct 30 11:29:28 2024 +0100
Polished
---
README.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.adoc b/README.adoc
index 0fc86634..93e6442a 100644
--- a/README.adoc
+++ b/README.adoc
@@ -13,9 +13,9 @@ View the individual example READMEs for details.
Main branch should only be used for development purposes, which will be
pointing
to the SNAPSHOT version of the next release.
-To execute the examples, checkout into the tag for the latest release. For
example:
+To execute the examples, checkout into the tag for the desired release. For
example:
-`$ git checkout tags/camel-examples-4.0.0`
+`$ git checkout tags/camel-examples-4.8.0`
Then, install the root pom: