This is an automated email from the ASF dual-hosted git repository.
orpiske 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 8b18abb2db3 CAMEL-17894: fix reference to invalid plugin in the format
profile
8b18abb2db3 is described below
commit 8b18abb2db30b0484c4d576e91c2009dadb05a6f
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Apr 26 09:49:55 2022 +0200
CAMEL-17894: fix reference to invalid plugin in the format profile
---
parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 9a35f3e577c..3e985afaf50 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4706,8 +4706,8 @@
<artifactId>impsort-maven-plugin</artifactId>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-checkstyle-plugin</artifactId>
+ <groupId>net.revelc.code.formatter</groupId>
+ <artifactId>formatter-maven-plugin</artifactId>
</plugin>
</plugins>
</build>