From a0aa3d2db20d0afc00b34c5db9fcac3b06299237 Mon Sep 17 00:00:00 2001 From: "C.T. Paterson" Date: Tue, 18 Sep 2018 13:14:52 -0400 Subject: Fix snapshot serverID name Missing "s" in "snapshots" (replacement for https://gerrit.onap.org/r/#/c/67167/1) Change-Id: Ia06cd90fba301fffaf750dd7b98b09cb0bd60134 Issue-ID: CIMAN-33 Signed-off-by: C.T. Paterson --- pom.xml | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0484b40..7d540d4 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ aai-chameleon - 2d27954676842e1562c18ec28ca4fb8c13899cb4 + bc462e353ad91efce900a4bd19879a2e8496605e src @@ -315,7 +315,7 @@ https://nexus.onap.org/content/repositories/releases/ - ecomp-snapshot + ecomp-snapshots ECOMP Snapshot Repository https://nexus.onap.org/content/repositories/snapshots/ diff --git a/project.clj b/project.clj index 5b34b8e..1c53cf2 100644 --- a/project.clj +++ b/project.clj @@ -33,7 +33,7 @@ [:name "ECOMP Release Repository"] [:url "https://nexus.onap.org/content/repositories/releases/"]] [:snapshotRepository - [:id "ecomp-snapshot"] + [:id "ecomp-snapshots"] [:name "ECOMP Snapshot Repository"] [:url "https://nexus.onap.org/content/repositories/snapshots/"]]] :profiles {:dev {:source-paths ["dev"] -- cgit 1.2.3-korg