You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2021/01/04 08:07:13 UTC

[cxf-fediz] branch master updated (8abc376 -> 4867255)

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

coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git.


    from 8abc376  Updating to WSS4J 2.2.6
     new 1fb2a78  Updating CXF to 3.3.9
     new 4867255  Updating war-plugin to 3.3.1

The 2 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:
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[cxf-fediz] 02/02: Updating war-plugin to 3.3.1

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit 4867255ee543a06916bcc2a7e8297a7229c8176c
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jan 4 07:33:27 2021 +0000

    Updating war-plugin to 3.3.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a5024cc..7f5c20b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -629,7 +629,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.3.0</version>
+                    <version>3.3.1</version>
                </plugin>
             </plugins>
         </pluginManagement>


[cxf-fediz] 01/02: Updating CXF to 3.3.9

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit 1fb2a784194bddda244ca7b1c78f8742d05d7ef8
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jan 4 07:32:18 2021 +0000

    Updating CXF to 3.3.9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 67ff559..a5024cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <commons.logging.version>1.2</commons.logging.version>
         <commons.text.version>1.9</commons.text.version>
         <commons.validator.version>1.7</commons.validator.version>
-        <cxf.version>3.3.8</cxf.version>
+        <cxf.version>3.3.9</cxf.version>
         <cxf.build-utils.version>3.4.4</cxf.build-utils.version>
         <easymock.version>4.0.2</easymock.version>
         <ehcache.version>2.10.6</ehcache.version>