From b8b4a58c90b5bf5fd82be37790020fb6d8a6e241 Mon Sep 17 00:00:00 2001 From: Ruben Romero Montes Date: Wed, 15 Nov 2023 17:24:38 +0100 Subject: [PATCH] build(release): removed snapshot from version Signed-off-by: Ruben Romero Montes --- .flattened-pom.xml | 62 ++++++++++++++++++++++++++++++++++++++++++++++ README.md | 4 +-- pom.xml | 2 +- 3 files changed, 65 insertions(+), 3 deletions(-) create mode 100644 .flattened-pom.xml diff --git a/.flattened-pom.xml b/.flattened-pom.xml new file mode 100644 index 0000000..88563c0 --- /dev/null +++ b/.flattened-pom.xml @@ -0,0 +1,62 @@ + + + 4.0.0 + com.redhat.ecosystemappeng + exhort-api-spec + 1.0.9 + Exhort Java API + Red Hat Trusted Profile Analizer :: Exhort :: Java API + https://github.com/RHEcosystemAppEng/exhort-api-spec + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + scm:git:git@github.com:RHEcosystemAppEng/exhort-api-spec.git + scm:git:git@github.com:RHEcosystemAppEng/exhort-api-spec.git + v1.0.0 + https://github.com/RHEcosystemAppEng/exhort-api-spec + + + + com.github.package-url + packageurl-java + 1.4.1 + compile + + + com.fasterxml.jackson.core + jackson-annotations + 2.15.2 + compile + + + com.fasterxml.jackson.core + jackson-core + 2.15.2 + compile + + + com.fasterxml.jackson.core + jackson-databind + 2.15.2 + compile + + + jakarta.annotation + jakarta.annotation-api + 2.1.1 + compile + + + org.junit.jupiter + junit-jupiter-api + 5.10.0 + compile + + + diff --git a/README.md b/README.md index c0417c6..c93bf6f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The packages are published to the GitHub maven repository. Make sure to add it t com.redhat.ecosystemappeng exhort-api - 1.0.9-SNAPSHOT + 1.0.9 ``` @@ -36,5 +36,5 @@ echo "@RHEcosystemAppEng:registry=https://npm.pkg.github.com" >> .npmrc Then, add it to your project as follows: ```bash -npm install @RHEcosystemAppEng/exhort-javascript-api@1.0.9-SNAPSHOT +npm install @RHEcosystemAppEng/exhort-javascript-api@1.0.9 ``` \ No newline at end of file diff --git a/pom.xml b/pom.xml index cff7991..04bfb4c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.redhat.ecosystemappeng exhort-api-spec - 1.0.9-SNAPSHOT + 1.0.9 Exhort Java API Red Hat Trusted Profile Analizer :: Exhort :: Java API https://github.com/RHEcosystemAppEng/exhort-api-spec