aboutsummaryrefslogtreecommitdiffstats
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
parent39d86e47dbd7f01cce0ff8b7199f9ae5f3fd8fcf (diff)
More fixes for distributionManagement in POM files
Change-Id: I40ebbff4f7169624bd59a77ab17dc0f8506f2c8b Signed-off-by: Carsten Lund <lund@research.att.com>
-rw-r--r--ncomp-utils-java-extra/pom.xml2
-rw-r--r--ncomp-utils-java/pom.xml2
-rw-r--r--ncomp-utils-journaling/pom.xml2
3 files changed, 6 insertions, 0 deletions
diff --git a/ncomp-utils-java-extra/pom.xml b/ncomp-utils-java-extra/pom.xml
index d667494..a86760b 100644
--- a/ncomp-utils-java-extra/pom.xml
+++ b/ncomp-utils-java-extra/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>
diff --git a/ncomp-utils-java/pom.xml b/ncomp-utils-java/pom.xml
index f1ecfec..4e18108 100644
--- a/ncomp-utils-java/pom.xml
+++ b/ncomp-utils-java/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>
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>