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/09/20 14:38:21 UTC

[cxf-fediz] branch master updated (4b68fe7 -> 2081815)

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 4b68fe7  Update Spring Framework to 5.3.10
     new 26cf595  Updating parent version to 24
     new 2081815  Updating WSS4J to 2.3.3

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 | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

[cxf-fediz] 01/02: Updating parent version to 24

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 26cf59565684f5224e042973db2834aabcbd9a95
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Sep 20 15:06:11 2021 +0100

    Updating parent version to 24
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ccd718a..eb882d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>23</version>
+        <version>24</version>
     </parent>
 
     <prerequisites>
@@ -93,6 +93,7 @@
         <fediz.downloadSources>true</fediz.downloadSources>
 
         <fediz.resources.base.path />
+        <project.build.outputTimestamp>1</project.build.outputTimestamp>
     </properties>
 
     <scm>

[cxf-fediz] 02/02: Updating WSS4J to 2.3.3

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 20818156f958d3d1b115b60c7a484780c03290a6
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Sep 20 15:37:49 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index eb882d4..d4ca5c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
         <spring-webflow.version>2.5.1.RELEASE</spring-webflow.version>
         <tomcat.version>9.0.53</tomcat.version>
         <validation-api.version>2.0.2</validation-api.version>
-        <wss4j.version>2.3.1</wss4j.version>
+        <wss4j.version>2.3.3</wss4j.version>
 
         <tomcat.url>http://localhost:8080/manager/text</tomcat.url>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>