summaryrefslogtreecommitdiffstats
path: root/configbackuprestore
diff options
context:
space:
mode:
authorDavid Stilwell <stilwelld@att.com>2018-09-19 16:24:10 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-19 16:24:10 +0000
commitcf1e86c9cd25d5fc522de4150f3861e7f0f0db6b (patch)
tree56694cc121d03d4a46b2de36f3d7fc799ea67f17 /configbackuprestore
parent92e0073f0c5d96e1af5eba4ab3c898f456929d78 (diff)
parent2b7b1b6c678290cc0f77695318ec4b81f02260fb (diff)
Merge "Use CCSDK springboot parent"
Former-commit-id: 39cfe8ba6f9628221c9077b8a571acc9847af61a
Diffstat (limited to 'configbackuprestore')
-rw-r--r--configbackuprestore/pom.xml17
1 files changed, 14 insertions, 3 deletions
diff --git a/configbackuprestore/pom.xml b/configbackuprestore/pom.xml
index 4501ca7d..b3b532d6 100644
--- a/configbackuprestore/pom.xml
+++ b/configbackuprestore/pom.xml
@@ -12,13 +12,24 @@
<packaging>pom</packaging>
<parent>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-parent</artifactId>
- <version>1.5.4.RELEASE</version>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>spring-boot-1-starter-parent</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+
+ <!-- ONAP repositories -->
+ <onap.nexus.host>nexus.onap.org</onap.nexus.host>
+ <onap.nexus.port>443</onap.nexus.port>
+ <onap.nexus.protocol>https</onap.nexus.protocol>
+ <onap.nexus.public-url>https://nexus.onap.org/content/groups/public</onap.nexus.public-url>
+ <onap.nexus.staging-url>https://nexus.onap.org/content/groups/staging</onap.nexus.staging-url>
+ <onap.nexus.release-url>https://nexus.onap.org/content/repositories/releases</onap.nexus.release-url>
+ <onap.nexus.snapshot-url>https://nexus.onap.org/content/repositories/snapshots</onap.nexus.snapshot-url>
+ <onap.nexus.staging.server-id>ecomp-staging</onap.nexus.staging.server-id>
+ <onap.nexus.staging.profile-id>176c31dfe190a</onap.nexus.staging.profile-id>
</properties>
<dependencies>