Author: coheigea
Date: Tue Oct 11 15:56:09 2011
New Revision: 1181856
URL: http://svn.apache.org/viewvc?rev=1181856&view=rev
Log:
Correcting package name.
Modified:
cxf/trunk/services/sts/pom.xml
Modified: cxf/trunk/services/sts/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/services/sts/pom.xml?rev=1181856&r1=1181855&r2=1181856&view=diff
==============================================================================
--- cxf/trunk/services/sts/pom.xml (original)
+++ cxf/trunk/services/sts/pom.xml Tue Oct 11 15:56:09 2011
@@ -18,7 +18,7 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.cxf</groupId>
+ <groupId>org.apache.cxf.services</groupId>
<artifactId>cxf-services-sts</artifactId>
<packaging>pom</packaging>
<version>2.5.0-SNAPSHOT</version>