diff options
author | David Stilwell <stilwelld@att.com> | 2018-09-19 16:24:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-19 16:24:10 +0000 |
commit | cf1e86c9cd25d5fc522de4150f3861e7f0f0db6b (patch) | |
tree | 56694cc121d03d4a46b2de36f3d7fc799ea67f17 | |
parent | 92e0073f0c5d96e1af5eba4ab3c898f456929d78 (diff) | |
parent | 2b7b1b6c678290cc0f77695318ec4b81f02260fb (diff) |
Merge "Use CCSDK springboot parent"
Former-commit-id: 39cfe8ba6f9628221c9077b8a571acc9847af61a
-rw-r--r-- | SdncReports/pom.xml | 6 | ||||
-rw-r--r-- | configbackuprestore/pom.xml | 17 |
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> |