This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push: new e053ee5a Upgrade parent to apache 30, and maven-clean-plugin to 3.3.1 (#1052) e053ee5a is described below commit e053ee5aa5749269d197d06d691260a3917bd80b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sun Aug 13 12:58:08 2023 +0200 Upgrade parent to apache 30, and maven-clean-plugin to 3.3.1 (#1052) --- 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>