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 15:00:13 UTC

[cxf-fediz] branch 1.5.x-fixes updated (fc87188 -> b34486f)

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

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


    from fc87188  Updating Tomcat to 9.0.53
     new 0cc725c  Updating parent version to 24
     new b34486f  Updating WSS4J to 2.2.7

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] 02/02: Updating WSS4J to 2.2.7

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

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

commit b34486f41d58d716530819711cf9b8b80bd34113
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Sep 20 15:38:38 2021 +0100

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

diff --git a/pom.xml b/pom.xml
index 4646cb2..f3ccbc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,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.2.6</wss4j.version>
+        <wss4j.version>2.2.7</wss4j.version>
 
         <tomcat.url>http://localhost:8080/manager/text</tomcat.url>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

[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 1.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit 0cc725ca8b9d4e05565a662c29b7dc344db5f56d
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 87d7ec8..4646cb2 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>
@@ -94,6 +94,7 @@
         <fediz.downloadSources>true</fediz.downloadSources>
 
         <fediz.resources.base.path />
+        <project.build.outputTimestamp>1</project.build.outputTimestamp>
     </properties>
 
     <scm>