You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/11/27 16:37:47 UTC

[cxf] branch main updated (3b3ff83cda -> d6227c518c)

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

reta pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


    from 3b3ff83cda Update Dropwizard Metrics to 4.2.13
     new 7f1be08ff3 Update maven-javadoc-plugin to 3.4.1
     new 6804d6f75d Update maven-site-plugin to 3.12.1
     new d6227c518c Update maven-install-plugin to 3.1.0

The 3 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.


Summary of changes:
 parent/pom.xml | 2 +-
 pom.xml        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


[cxf] 02/03: Update maven-site-plugin to 3.12.1

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 6804d6f75d2d40d1c7c7a558cc74e506414f9b59
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 27 11:22:22 2022 -0500

    Update maven-site-plugin to 3.12.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c4c1c24878..78fd87961d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -617,7 +617,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>3.11.0</version>
+                    <version>3.12.1</version>
                     <configuration>
                         <chmod>true</chmod>
                         <dependencyDetailsEnabled>false</dependencyDetailsEnabled>


[cxf] 03/03: Update maven-install-plugin to 3.1.0

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit d6227c518c8f5f2250bdf810c1cf572834bcc134
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 27 11:37:32 2022 -0500

    Update maven-install-plugin to 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 78fd87961d..3f0b09388f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,7 +464,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-install-plugin</artifactId>
-                    <version>3.0.1</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>


[cxf] 01/03: Update maven-javadoc-plugin to 3.4.1

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 7f1be08ff328406c07fca362cf91b096bad37289
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Nov 27 11:18:24 2022 -0500

    Update maven-javadoc-plugin to 3.4.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e40b63999f..527a534a52 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1852,7 +1852,7 @@
             <dependency>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>3.3.2</version>
+                <version>3.4.1</version>
             </dependency>
             <dependency>
                 <groupId>org.ehcache</groupId>