aboutsummaryrefslogtreecommitdiffstats
path: root/ncomp-utils-journaling
diff options
context:
space:
mode:
authorCarsten Lund <lund@research.att.com>2017-02-17 10:40:25 +0000
committerCarsten Lund <lund@research.att.com>2017-02-17 10:40:25 +0000
commitdbb324d800a315ef162be0f0183d735d6e6ccc32 (patch)
tree85ca853648e49f9f98bc32ba1afcc11c741518c0 /ncomp-utils-journaling
parent39d86e47dbd7f01cce0ff8b7199f9ae5f3fd8fcf (diff)
More fixes for distributionManagement in POM files
Change-Id: I40ebbff4f7169624bd59a77ab17dc0f8506f2c8b Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'ncomp-utils-journaling')
-rw-r--r--ncomp-utils-journaling/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ncomp-utils-journaling/pom.xml b/ncomp-utils-journaling/pom.xml
index aa804d5..0b60537 100644
--- a/ncomp-utils-journaling/pom.xml
+++ b/ncomp-utils-journaling/pom.xml
@@ -9,6 +9,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.source>1.7</maven.compiler.source>
+ <openecomp.nexus.releases>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.releases>
+ <openecomp.nexus.snapshots>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshots>
</properties>