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 2018/10/30 18:12:07 UTC

[cxf] 02/03: fixed description

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

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

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

    fixed description
    
    (cherry picked from commit c7b8919a3b803c3cc3f6bb459e77256a954526e5)
---
 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 8b1adf8..02137d5 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>