Author: ningjiang
Date: Thu Sep 22 09:01:29 2011
New Revision: 1174000
URL: http://svn.apache.org/viewvc?rev=1174000&view=rev
Log:
CXF-3819 Fixed the parent pom related path issue
Modified:
cxf/trunk/rt/rs/security/oauth-parent/pom.xml
cxf/trunk/services/pom.xml
cxf/trunk/services/sts/pom.xml
Modified: cxf/trunk/rt/rs/security/oauth-parent/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/rs/security/oauth-parent/pom.xml?rev=1174000&r1=1173999&r2=1174000&view=diff
==============================================================================
--- cxf/trunk/rt/rs/security/oauth-parent/pom.xml (original)
+++ cxf/trunk/rt/rs/security/oauth-parent/pom.xml Thu Sep 22 09:01:29 2011
@@ -32,7 +32,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
- <relativePath>../../../parent/pom.xml</relativePath>
+ <relativePath>../../../../parent/pom.xml</relativePath>
</parent>
<properties>
<oauth.version>20100527</oauth.version>
Modified: cxf/trunk/services/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/services/pom.xml?rev=1174000&r1=1173999&r2=1174000&view=diff
==============================================================================
--- cxf/trunk/services/pom.xml (original)
+++ cxf/trunk/services/pom.xml Thu Sep 22 09:01:29 2011
@@ -28,6 +28,7 @@
<parent>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
+ <relativePath>../pom.xml</relativePath>
<version>2.5.0-SNAPSHOT</version>
</parent>
Modified: cxf/trunk/services/sts/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/services/sts/pom.xml?rev=1174000&r1=1173999&r2=1174000&view=diff
==============================================================================
--- cxf/trunk/services/sts/pom.xml (original)
+++ cxf/trunk/services/sts/pom.xml Thu Sep 22 09:01:29 2011
@@ -29,6 +29,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf</artifactId>
<version>2.5.0-SNAPSHOT</version>
+ <relativePath>../../pom.xml</relativePath>
</parent>
<modules>