Author: mattmann
Date: Sat Aug 22 20:52:05 2015
New Revision: 1697119
URL: http://svn.apache.org/r1697119
Log:
- fix relative path: OODT-824
Modified:
oodt/trunk/curator/services/pom.xml
oodt/trunk/curator/webapp/pom.xml
Modified: oodt/trunk/curator/services/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/curator/services/pom.xml?rev=1697119&r1=1697118&r2=1697119&view=diff
==============================================================================
--- oodt/trunk/curator/services/pom.xml (original)
+++ oodt/trunk/curator/services/pom.xml Sat Aug 22 20:52:05 2015
@@ -21,7 +21,7 @@ the License.
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
<version>0.9-SNAPSHOT</version>
- <relativePath>../core/pom.xml</relativePath>
+ <relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>curator-services</artifactId>
<packaging>war</packaging>
Modified: oodt/trunk/curator/webapp/pom.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/curator/webapp/pom.xml?rev=1697119&r1=1697118&r2=1697119&view=diff
==============================================================================
--- oodt/trunk/curator/webapp/pom.xml (original)
+++ oodt/trunk/curator/webapp/pom.xml Sat Aug 22 20:52:05 2015
@@ -21,7 +21,7 @@ the License.
<groupId>org.apache.oodt</groupId>
<artifactId>oodt-core</artifactId>
<version>0.9-SNAPSHOT</version>
- <relativePath>../core/pom.xml</relativePath>
+ <relativePath>../../core/pom.xml</relativePath>
</parent>
<artifactId>cas-curator</artifactId>
<packaging>war</packaging>