You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2018/10/19 07:55:30 UTC

[cxf] branch master updated: fixed description

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c7b8919  fixed description
c7b8919 is described below

commit c7b8919a3b803c3cc3f6bb459e77256a954526e5
Author: Dennis Kieselhorst <ma...@dekies.de>
AuthorDate: Fri Oct 19 09:55:07 2018 +0200

    fixed description
---
 rt/rs/security/cors/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rt/rs/security/cors/pom.xml b/rt/rs/security/cors/pom.xml
index 5247cfd..a2e1204 100644
--- a/rt/rs/security/cors/pom.xml
+++ b/rt/rs/security/cors/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>cxf-rt-rs-security-cors</artifactId>
     <packaging>bundle</packaging>
     <name>Apache CXF RS Cross-Origin Resource Sharing</name>
-    <description>Apache CXF RS XML Security</description>
+    <description>Apache CXF RS Cross-Origin Resource Sharing</description>
     <url>http://cxf.apache.org</url>
     <parent>
         <groupId>org.apache.cxf</groupId>