This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 89174b1 fix typo 89174b1 is described below commit 89174b1ed75952d067528368c5b2832abc56f62f Author: Zineb Bendhiba <bendhiba.zi...@gmail.com> AuthorDate: Mon May 31 19:21:54 2021 +0200 fix typo --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b5bb846..d913545 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ <properties> <!-- Primary dependencies - maintained manually --> - <camel.major.minor>3.10</camel.major.minor> <!-- run after each change: cd docs && mvndev validate --> + <camel.major.minor>3.10</camel.major.minor> <!-- run after each change: cd docs && mvnd validate --> <camel.version>${camel.major.minor}.0</camel.version> <camel.docs.components.xref>${camel.major.minor}.x@components</camel.docs.components.xref><!-- the version in Camel's docs/components/antora.yml --> <camel.docs.branch>camel-${camel.major.minor}.x</camel.docs.branch><!-- The stable branch on which our Antora docs depends -->