Author: dkulp
Date: Thu Oct 27 16:56:15 2011
New Revision: 1189868
URL: http://svn.apache.org/viewvc?rev=1189868&view=rev
Log:
Fix the parent in the sts/systest pom
Modified:
cxf/trunk/services/sts/systests/pom.xml
Modified: cxf/trunk/services/sts/systests/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/services/sts/systests/pom.xml?rev=1189868&r1=1189867&r2=1189868&view=diff
==============================================================================
--- cxf/trunk/services/sts/systests/pom.xml (original)
+++ cxf/trunk/services/sts/systests/pom.xml Thu Oct 27 16:56:15 2011
@@ -26,10 +26,9 @@
<url>http://cxf.apache.org</url>
<parent>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf</artifactId>
+ <groupId>org.apache.cxf.services.sts</groupId>
+ <artifactId>cxf-services-sts</artifactId>
<version>2.5.0-SNAPSHOT</version>
- <relativePath>../../../parent/pom.xml</relativePath>
</parent>
<modules>