diff options
Diffstat (limited to 'winery/pom.xml')
-rw-r--r-- | winery/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/winery/pom.xml b/winery/pom.xml index 91ad3c5..3080c10 100644 --- a/winery/pom.xml +++ b/winery/pom.xml @@ -17,10 +17,10 @@ <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openo.oparent</groupId> - <artifactId>oparent</artifactId> - <version>1.0.0-SNAPSHOT</version> - <relativePath></relativePath> + <groupId>org.openo.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.0.0-SNAPSHOT</version> + <relativePath>../../oparent</relativePath> </parent> <groupId>org.eclipse.winery</groupId> |