This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch p30 in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 64d0740a7e1cdee5d562b354fdd7194d5578b2d9 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Aug 13 09:10:06 2023 +0200 Upgrade parent to apache 30, and maven-clean-plugin to 3.3.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1c505a9e..a16cb4ab 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>21</version> + <version>30</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -49,7 +49,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>3.1.0</version> + <version>3.3.1</version> </plugin> <plugin> <groupId>com.github.eirslett</groupId>