From a2d2029ce34b72a3e78cb9507382c8a08d01d754 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 3 Jul 2019 14:11:18 -0400 Subject: Upversion to oparent 2.0.0 Issue-ID: AAI-2491 Change-Id: I8505dd9c29ab15f740ca7aa67e972b6ec2eff3d2 Signed-off-by: Jimmy Forsyth --- pom.xml | 16 +++++++--------- project.clj | 6 +----- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 31f1e6c..fefdecf 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,10 @@ 4.0.0 + + org.onap.oparent + oparent + 2.0.0 + org.onap.aai gallifrey jar @@ -76,15 +81,8 @@ - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - https://nexus.onap.org - 176c31dfe190a - ecomp-staging - + org.apache.maven.plugins + maven-deploy-plugin org.apache.maven.plugins diff --git a/project.clj b/project.clj index f04a7d2..fd8cc17 100644 --- a/project.clj +++ b/project.clj @@ -57,11 +57,7 @@ {:executions ([:execution [:id "copy-dependencies"] [:goals ([:goal "copy-dependencies"])] [:phase "package"]])}] - [org.sonatype.plugins/nexus-staging-maven-plugin "1.6.7" - {:extensions true - :configuration ([:nexusUrl "https://nexus.onap.org"] - [:stagingProfileId "176c31dfe190a"] - [:serverId "ecomp-staging"])}] + [org.apache.maven.plugins/maven-deploy-plugin "3.0.0-M1"] [org.apache.maven.plugins/maven-shade-plugin "3.2.0" {:executions ([:execution [:phase "package"] -- cgit 1.2.3-korg