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 2023/01/28 17:13:08 UTC

[cxf] branch main updated (ea334cd2a0 -> 8038d267a2)

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 ea334cd2a0 Bump angus-activation from 1.0.0 to 2.0.0 (#1091)
     new 6449cbf332 Update maven-dependency-plugin to 3.5.0
     new 5a755eaf92 Update maven-project-info-reports-plugin to 3.4.2
     new 8038d267a2 Update RxJava3 to 3.1.6

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        | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)


[cxf] 01/03: Update maven-dependency-plugin to 3.5.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 6449cbf332aa0d0c15c358bf03c58d3aa0b68138
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 28 12:00:07 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index e711833a9e..ef694cff1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -534,7 +534,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>3.2.0</version>
+                    <version>3.5.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>


[cxf] 02/03: Update maven-project-info-reports-plugin to 3.4.2

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 5a755eaf92b588ab607b598dbb32365f66cf81d3
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 28 12:06:48 2023 -0500

    Update maven-project-info-reports-plugin to 3.4.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ef694cff1d..b9ddaa876e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -549,7 +549,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-project-info-reports-plugin</artifactId>
-                    <version>3.4.1</version>
+                    <version>3.4.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -719,7 +719,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>3.2.2</version>
+                <version>3.4.2</version>
                 <configuration>
                     <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
                 </configuration>


[cxf] 03/03: Update RxJava3 to 3.1.6

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 8038d267a217c1d3f41d4e6655b7a60c4a4486bc
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jan 28 12:12:21 2023 -0500

    Update RxJava3 to 3.1.6
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6a106cab7f..3f0df5e5f1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -174,7 +174,7 @@
         <cxf.rhino.version>1.7.14</cxf.rhino.version>
         <cxf.rxjava.version>1.3.8</cxf.rxjava.version>
         <cxf.rxjava2.version>2.2.21</cxf.rxjava2.version>
-        <cxf.rxjava3.version>3.1.5</cxf.rxjava3.version>
+        <cxf.rxjava3.version>3.1.6</cxf.rxjava3.version>
         <cxf.saaj-impl.version>2.0.1</cxf.saaj-impl.version>
         <cxf.servlet-api.artifact>jakarta.servlet-api</cxf.servlet-api.artifact>
         <cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group>