From 29e45b321f6f1d007cf789ef07934c89203f70fe Mon Sep 17 00:00:00 2001 From: Ruben Romero Montes Date: Mon, 18 Dec 2023 10:17:23 +0100 Subject: [PATCH] build(release): updated next development version Signed-off-by: Ruben Romero Montes --- .flattened-pom.xml | 2 +- README.md | 4 ++-- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.flattened-pom.xml b/.flattened-pom.xml index 69791f1..6ea2d14 100644 --- a/.flattened-pom.xml +++ b/.flattened-pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.redhat.ecosystemappeng exhort-api-spec - 1.0.4 + 1.0.5-SNAPSHOT Exhort Java API Red Hat Trusted Profile Analizer :: Exhort :: Java API https://github.com/RHEcosystemAppEng/exhort-api-spec diff --git a/README.md b/README.md index e7b7b03..762939d 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.4 + 1.0.5-SNAPSHOT ``` @@ -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.4 +npm install @RHEcosystemAppEng/exhort-javascript-api@1.0.5-SNAPSHOT ``` \ No newline at end of file diff --git a/pom.xml b/pom.xml index 9b78f28..c3ad9d5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.redhat.ecosystemappeng exhort-api-spec - 1.0.4 + 1.0.5-SNAPSHOT Exhort Java API Red Hat Trusted Profile Analizer :: Exhort :: Java API https://github.com/RHEcosystemAppEng/exhort-api-spec