This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.x by this push: new 2f7d960 CAMEL-14082 Update to fix the parent version new cb3475e Merge pull request #3262 from zhfeng/CAMEL-14082-2.x 2f7d960 is described below commit 2f7d9607dbe523ba24976d06f1877f6bf62d1288 Author: Amos Feng <zf...@redhat.com> AuthorDate: Thu Oct 17 23:53:47 2019 -0400 CAMEL-14082 Update to fix the parent version --- docs/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pom.xml b/docs/pom.xml index ffe8578..c53123e 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>2.25.0-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent>