From c2fddaed33f9f7bbec3feca7bf905f0a1e56b3ed Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Mon, 22 May 2017 23:16:55 -0400 Subject: Revert "Fix the site jenkins job from failing" This reverts commit 444c5d776964fb4a3e9057083ba4eb0f03df7ebf. Change-Id: I4d4b7dbb801fb9718dff4a7495b3ad4b099d31a2 Signed-off-by: Venkata Harish K Kajur --- aai-annotations/pom.xml | 2 +- aai-core/pom.xml | 2 +- aai-schema/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 4063a401..214e5bd5 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -14,7 +14,7 @@ UTF-8 https://nexus.onap.org - /content/sites/site/org/onap/aai-common/${project.artifactId}/${project.version} + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} 1.8 1.8 diff --git a/aai-core/pom.xml b/aai-core/pom.xml index b8198e38..f761c500 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -15,7 +15,7 @@ 1.8 1.8 https://nexus.onap.org - /content/sites/site/org/onap/aai-common/${project.artifactId}/${project.version} + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} java jacoco ${project.build.directory}/surefire-reports diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 11b4018f..5e4ae95b 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -13,7 +13,7 @@ UTF-8 https://nexus.onap.org - /content/sites/site/org/onap/aai-common/${project.artifactId}/${project.version} + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} 1.8 1.8 diff --git a/pom.xml b/pom.xml index 53384bb6..bbecdd81 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ 1.8 UTF-8 https://nexus.onap.org - /content/sites/site/org/onap/aai-common/${project.artifactId}/${project.version} + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} 1.1.0-SNAPSHOT 1.1.0-SNAPSHOT 1.1.0-SNAPSHOT -- cgit 1.2.3-korg