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 0cd03d8 Remove <pushChanges>false</pushChanges> in the release profile 0cd03d8 is described below commit 0cd03d8707dc0f3ce650c840492de2c5762f7b47 Author: Peter Palaga <ppal...@redhat.com> AuthorDate: Fri Aug 27 18:27:23 2021 +0200 Remove <pushChanges>false</pushChanges> in the release profile --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3901035..2753143 100644 --- a/pom.xml +++ b/pom.xml @@ -1008,7 +1008,6 @@ </goals> <configuration> <message>${cq.commit.message.prefix} ${project.version}</message> - <pushChanges>false</pushChanges> </configuration> </execution> </executions>