aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index c026c524..91dca019 100755
--- 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>
@@ -106,12 +106,12 @@
<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>