You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2011/07/08 22:33:52 UTC

svn commit: r1144496 - /cxf/trunk/systests/rs-security/pom.xml

Author: sergeyb
Date: Fri Jul  8 20:33:52 2011
New Revision: 1144496

URL: http://svn.apache.org/viewvc?rev=1144496&view=rev
Log:
[CXF-3588] Fixing artifact id for systest/rs-security

Modified:
    cxf/trunk/systests/rs-security/pom.xml

Modified: cxf/trunk/systests/rs-security/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/rs-security/pom.xml?rev=1144496&r1=1144495&r2=1144496&view=diff
==============================================================================
--- cxf/trunk/systests/rs-security/pom.xml (original)
+++ cxf/trunk/systests/rs-security/pom.xml Fri Jul  8 20:33:52 2011
@@ -26,8 +26,8 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.systests</groupId>
-    <artifactId>cxf-systests-jaxrs</artifactId>
-    <name>Apache CXF JAX-RS System Tests</name>
+    <artifactId>cxf-systests-rs-security</artifactId>
+    <name>Apache CXF JAX-RS System Advanced Security Tests</name>
     <version>2.5.0-SNAPSHOT</version>
     <url>http://cxf.apache.org</url>