aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-03-17 01:53:46 +0000
committerCarsten Lund <lund@research.att.com>2017-04-16 13:22:18 +0000
commit3460b0f2527d86d6d6dcc3ea4ddf5c67dac02b39 (patch)
tree626f911c494b5e4cac5f8a7cdfef7cc9d0bf0a21 /ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml
parent0d70c59008d6f36a9932221ee38063e7862b60da (diff)
[DCAE-15] Changes related to version 1.1
See Jira for details Change-Id: Icf0da6eb1477331d2c8c7b44d0662c820497e428 Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml')
-rw-r--r--ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml b/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml
index c8e4522..defa15d 100644
--- a/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml
+++ b/ncomp-maven-parent-project/src/main/resources/archetype-resources/pom.xml
@@ -1,5 +1,5 @@
-<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">
+<?xml version="1.0"?>
+<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>
<groupId>GNAMEEEE</groupId>
@@ -10,7 +10,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
+ <nexusproxy>https://nexus.onap.org</nexusproxy></properties>
<modules>
MMMM