aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-04-23 14:11:18 +0000
committerCarsten Lund <lund@research.att.com>2017-04-23 14:11:18 +0000
commit64250e24c7273d944ee7674c0b519450d62c2d6f (patch)
tree047aeb52cf9caf752a99ec1579b2da73a3d6e1c3
parentdd8ba627d1c22acc3b729ef515a83e782c6ec966 (diff)
[DCAE-13] POM changes to enable JavaDoc
Change-Id: I41e6e4ea90033b9d5800f014a2d1a567b842638a Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r--ncomp-cdap-adaptor/pom.xml2
-rw-r--r--ncomp-cdap-model/pom.xml2
-rw-r--r--pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/ncomp-cdap-adaptor/pom.xml b/ncomp-cdap-adaptor/pom.xml
index 4173a1a..311787a 100644
--- a/ncomp-cdap-adaptor/pom.xml
+++ b/ncomp-cdap-adaptor/pom.xml
@@ -7,7 +7,7 @@
<groupId>org.openecomp.ncomp.sirius.manager</groupId>
<artifactId>ncomp-sirius-manager-base</artifactId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../../dcae-org.openecomp.ncomp.sirius.manager/ncomp-sirius-manager-base</relativePath>
+ <relativePath>../../ncomp.sirius.manager/ncomp-sirius-manager-base</relativePath>
</parent>
diff --git a/ncomp-cdap-model/pom.xml b/ncomp-cdap-model/pom.xml
index fed7185..bcb0a0b 100644
--- a/ncomp-cdap-model/pom.xml
+++ b/ncomp-cdap-model/pom.xml
@@ -6,7 +6,7 @@
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-xcore</artifactId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../../dcae-org.openecomp.ncomp.maven/ncomp-maven-xcore</relativePath>
+ <relativePath>../../ncomp.maven/ncomp-maven-xcore</relativePath>
</parent>
<dependencies>
<dependency>
diff --git a/pom.xml b/pom.xml
index 2544401..0fea597 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,6 @@
<groupId>org.openecomp.ncomp.maven</groupId>
<artifactId>ncomp-maven-base</artifactId>
<version>1.1.0-SNAPSHOT</version>
- <relativePath>../dcae-org.openecomp.ncomp.maven/ncomp-maven-base</relativePath>
+ <relativePath>../ncomp.maven/ncomp-maven-base</relativePath>
</parent>
</project>