From: Fiete Ostkamp Date: Fri, 10 May 2024 07:33:11 +0000 (+0200) Subject: Release 0.1.0 image of bff X-Git-Tag: 0.1.1~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f5a7f7daf927ee345cc60abd212771812dfae685;p=portal-ng%2Fbff.git Release 0.1.0 image of bff Issue-ID: PORTALNG-87 Change-Id: I4954030e8ed55fbfc987d8d8c5006a0f9d9bb483 Signed-off-by: Fiete Ostkamp --- diff --git a/lib/build.gradle b/lib/build.gradle index 90ab5b2..adb82ea 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -61,25 +61,6 @@ shadowJar { } } -publishing { - publications { - bffLibrary(MavenPublication) { - artifactId = rootProject.name - groupId = group - version = version - artifacts = ["build/libs/bff-$version-all.jar"] - pom { - name = rootProject.name - description = 'portal-ng backend-for-frontend service' - } - } - } - - repositories{ - mavenCentral() - } -} - spotless { java { target project.fileTree(project.projectDir) { diff --git a/releases/0.1.0-container-release.yaml b/releases/0.1.0-container-release.yaml new file mode 100644 index 0000000..bf791b0 --- /dev/null +++ b/releases/0.1.0-container-release.yaml @@ -0,0 +1,7 @@ +distribution_type: container +container_release_tag: 0.1.0 +project: portal-ng/bff +ref: 079ae934aa4b63f8e3dab9ab302d4b97038f8a6e +containers: + - name: portal-ng/bff + version: latest