INT-178 Fix DNS zone configuration error
[demo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c026c52..c2b2bba 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 <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">
 
-  <groupId>org.openecomp.demo.vnf</groupId>
+  <groupId>org.onap.demo.vnf</groupId>
   <artifactId>demo-aggregator</artifactId>
   <version>1.1.0-SNAPSHOT</version>
   <name>demo-aggregator</name>
@@ -35,9 +35,9 @@
     <maven>3.1.1</maven>
   </prerequisites>
 
-  <properties>
+  <!--properties>
      <nexusproxy>https://nexus.onap.org</nexusproxy>
-  </properties>
+  </properties-->
 
   <modules>
     <module>vnfs/honeycomb_plugin/sample_plugin/parent-pom</module>
@@ -48,6 +48,7 @@
     <module>vnfs/VES</module>
     <module>vnfs/VESreporting_vLB</module>
     <module>vnfs/VESreporting_vFW</module>
+    <module>vnfs/vCPE/kea-sdnc-notify-mod</module>
   </modules>
 
   <build>
     <repository>
       <id>ecomp-releases</id>
       <name>Demo Release Repository</name>
-      <url>${nexusproxy}/content/repositories/releases/</url>
+      <url>https://nexus.onap.org/content/repositories/releases/</url>
     </repository>
     <snapshotRepository>
       <id>ecomp-snapshots</id>
       <name>Demo Snapshot Repository</name>
-      <url>${nexusproxy}/content/repositories/snapshots/</url>
+      <url>https://nexus.onap.org/content/repositories/snapshots/</url>
     </snapshotRepository>
   </distributionManagement>