This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch disable-schemagen-release in repository https://gitbox.apache.org/repos/asf/camel.git
commit d0aef6d3d1fe7209afa8c0d5cd4f52c1049d1bad Author: Gregor Zurowski <[email protected]> AuthorDate: Sat May 15 17:17:31 2021 +0200 Remove `enable-schemagen` in release profile --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5f24f6b..5c0c20e 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>
