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 2019/05/14 09:14:32 UTC

[cxf-fediz] branch master updated (4f15eb8 -> f8fbda4)

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 4f15eb8  examples: adopt jaxrsSpringSecurityWebapp to Spring Security 4.x
     new 64563ed  Updating CXF
     new f8fbda4  Updating license name

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] 01/02: Updating CXF

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 64563edd5662e4120cfa1bb68293a17f0944517b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue May 14 09:54:54 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index b8dec80..3d74e26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <commons.logging.version>1.2</commons.logging.version>
         <commons.text.version>1.6</commons.text.version>
         <commons.validator.version>1.6</commons.validator.version>
-        <cxf.version>3.2.8</cxf.version>
+        <cxf.version>3.2.9</cxf.version>
         <cxf.build-utils.version>3.4.1</cxf.build-utils.version>
         <dbcp.version>2.1.1</dbcp.version>
         <easymock.version>4.0.2</easymock.version>


[cxf-fediz] 02/02: Updating license name

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 f8fbda47f01708f30e53be9ae46784c0eb533db6
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue May 14 10:14:18 2019 +0100

    Updating license name
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3d74e26..88cd0d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -233,7 +233,7 @@
     </ciManagement>
     <licenses>
         <license>
-            <name>The Apache Software License, Version 2.0</name>
+            <name>Apache License, Version 2.0</name>
             <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
             <distribution>repo</distribution>
         </license>