This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 2a10e0c Remove `enable-schemagen` in release profile (#5576) 2a10e0c is described below commit 2a10e0cbdbd67be37d5594c11c3ee0975c82a075 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sat May 15 17:25:21 2021 +0200 Remove `enable-schemagen` in release profile (#5576) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b3adce5..e7a0517 100644 --- a/pom.xml +++ b/pom.xml @@ -372,7 +372,7 @@ <preparationGoals>clean install</preparationGoals> <goals>deploy</goals> <!-- The profile we want to use when doing the release --> - <arguments>-Prelease,apache-release,enable-schemagen,sourcecheck,hibernate</arguments> + <arguments>-Prelease,apache-release,sourcecheck,hibernate</arguments> <autoVersionSubmodules>true</autoVersionSubmodules> </configuration> </plugin>