summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 391d5c0..46f2660 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,13 @@
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.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
- <groupId>org.openecomp.dcae.apod.analytics</groupId>
+ <groupId>org.onap.dcaegen2.analytics.tca</groupId>
<artifactId>dcae-analytics</artifactId>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -156,7 +161,7 @@
<jacoco.ut.execution.data.file>${project.build.directory}/coverage-reports/jacoco-ut.exec
</jacoco.ut.execution.data.file>
<dependency.locations.enabled>false</dependency.locations.enabled>
- <nexusproxy>https://nexus.openecomp.org</nexusproxy>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
</properties>