You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/08/04 06:03:02 UTC

[camel-kamelets] branch maven-upgrades created (now 052c9d72)

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

acosentino pushed a change to branch maven-upgrades
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


      at 052c9d72 Upgrade Apache Rat to version 0.14

This branch includes the following new commits:

     new 17c04505 Upgrade Maven Deploy to version 3.0.0
     new c8f0e802 Upgrade Maven Surefire to version 3.0.0-M7
     new 330c7ee4 Upgrade Maven Javadoc plugin to version 3.4.0
     new 721db1ad Upgrade Maven Assembly Plugin to version 3.4.2
     new c851cfbc Upgrade Maven Antrun plugin to version 3.1.0
     new 052c9d72 Upgrade Apache Rat to version 0.14

The 6 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-kamelets] 05/06: Upgrade Maven Antrun plugin to version 3.1.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch maven-upgrades
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit c851cfbcafaafde6354fc7d68aebc3cdc853f6a3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 4 07:56:17 2022 +0200

    Upgrade Maven Antrun plugin to version 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1bd30317..c83c9904 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
         <maven-assembly-plugin.version>3.4.2</maven-assembly-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
         <maven-checksum-maven-plugin.version>1.11</maven-checksum-maven-plugin.version>
-        <maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
+        <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
         <maven-groovy-plugin.version>2.1.1</maven-groovy-plugin.version>
         <apache-rat-plugin.version>0.13</apache-rat-plugin.version>
 


[camel-kamelets] 03/06: Upgrade Maven Javadoc plugin to version 3.4.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch maven-upgrades
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 330c7ee45a35e6241b698e715acd986987187d66
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 4 07:50:22 2022 +0200

    Upgrade Maven Javadoc plugin to version 3.4.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index dc4938f3..05c9f7d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
         <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
         <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
         <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
-        <maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version>
+        <maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version>
         <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
         <maven-checksum-maven-plugin.version>1.11</maven-checksum-maven-plugin.version>


[camel-kamelets] 02/06: Upgrade Maven Surefire to version 3.0.0-M7

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch maven-upgrades
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit c8f0e8020cba1f2846a0a5bfd847010ef87f8f17
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 4 07:48:40 2022 +0200

    Upgrade Maven Surefire to version 3.0.0-M7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 433f8c1f..dc4938f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
         <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
-        <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
         <maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version>
         <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>


[camel-kamelets] 01/06: Upgrade Maven Deploy to version 3.0.0

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch maven-upgrades
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 17c045058bb7d5e01d402703d2e21244f649f076
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 4 07:46:28 2022 +0200

    Upgrade Maven Deploy to version 3.0.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1deb0fd3..433f8c1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
         <failIfNoTests>false</failIfNoTests>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
-        <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version>
+        <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
         <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
         <maven-javadoc-plugin.version>3.3.0</maven-javadoc-plugin.version>
         <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>


[camel-kamelets] 06/06: Upgrade Apache Rat to version 0.14

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch maven-upgrades
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 052c9d720fac106c09812d9334ddb7334ceba852
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 4 07:57:49 2022 +0200

    Upgrade Apache Rat to version 0.14
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c83c9904..d7e8d412 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,7 @@
         <maven-checksum-maven-plugin.version>1.11</maven-checksum-maven-plugin.version>
         <maven-antrun-plugin.version>3.1.0</maven-antrun-plugin.version>
         <maven-groovy-plugin.version>2.1.1</maven-groovy-plugin.version>
-        <apache-rat-plugin.version>0.13</apache-rat-plugin.version>
+        <apache-rat-plugin.version>0.14</apache-rat-plugin.version>
 
         <camel.version>3.18.0</camel.version>
         <slf4j.version>1.7.36</slf4j.version>


[camel-kamelets] 04/06: Upgrade Maven Assembly Plugin to version 3.4.2

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch maven-upgrades
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 721db1ad2dfed0222e2971244b1d5cc22289107f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 4 07:52:43 2022 +0200

    Upgrade Maven Assembly Plugin to version 3.4.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 05c9f7d6..1bd30317 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
         <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
         <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
         <maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version>
-        <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
+        <maven-assembly-plugin.version>3.4.2</maven-assembly-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
         <maven-checksum-maven-plugin.version>1.11</maven-checksum-maven-plugin.version>
         <maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>