summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-09-18 14:16:01 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-09-18 14:16:01 -0400
commit2b7b1b6c678290cc0f77695318ec4b81f02260fb (patch)
tree79bd82816efa8437025a25f71dc341dae96d9fd6
parentdc126965c58b380fb6ea09bb8ef0eb20192f09b5 (diff)
Use CCSDK springboot parent
Use CCSDK springboot parent instead of directly using springboot's parent. This is needed to be sure that project settings such as staging plugin config are set properly. Change-Id: Ibc750b0a832d4d12f46be4dd620e737b1b6b8bfd Issue-ID: SDNC-460 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Former-commit-id: 020f3e11016f5e39926885f5370c17fece95c2b2
-rw-r--r--SdncReports/pom.xml6
-rw-r--r--configbackuprestore/pom.xml17
2 files changed, 17 insertions, 6 deletions
diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml
index 5b9bd5dc..2a9e09dd 100644
--- a/SdncReports/pom.xml
+++ b/SdncReports/pom.xml
@@ -12,9 +12,9 @@
<name>sdnc-oam :: SdncReports</name>
<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>
<distributionManagement>
<repository>
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>