You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/08/13 07:10:26 UTC

[camel-website] branch p30 created (now 64d0740a)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch p30
in repository https://gitbox.apache.org/repos/asf/camel-website.git


      at 64d0740a Upgrade parent to apache 30, and maven-clean-plugin to 3.3.1

This branch includes the following new commits:

     new 64d0740a Upgrade parent to apache 30, and maven-clean-plugin to 3.3.1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-website] 01/01: Upgrade parent to apache 30, and maven-clean-plugin to 3.3.1

Posted by da...@apache.org.
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 <cl...@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>