From 5413d74a9f35e6cd6932893e9cdb7b9090361db7 Mon Sep 17 00:00:00 2001 From: ruromero Date: Fri, 26 Jun 2026 14:58:51 +0000 Subject: [PATCH 1/2] build(release): release version 2.0.10 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d64157f..c078423 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 io.github.guacsec trustify-da-api-model - 2.0.10-SNAPSHOT + 2.0.10 ``` @@ -29,5 +29,5 @@ The packages are published to the GitHub maven repository. Make sure to add it t Add it to your project as follows: ```bash -npm install @guacsec/trustify-da-api-model@2.0.10-SNAPSHOT +npm install @guacsec/trustify-da-api-model@2.0.10 ``` diff --git a/pom.xml b/pom.xml index 440dc9d..702ae1b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.github.guacsec trustify-da-api-model - 2.0.10-SNAPSHOT + 2.0.10 Trustify Dependency Analytics API Spec Trustify :: Dependency Analytics :: Java API https://github.com/guacsec/trustify-da-api-spec From 8ea47b58cee45aca917c39f27021cbee2a633dbe Mon Sep 17 00:00:00 2001 From: ruromero Date: Fri, 26 Jun 2026 14:59:03 +0000 Subject: [PATCH 2/2] build(release): bump to next development version --- README.md | 4 ++-- pom.xml | 2 +- releasebranch.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c078423..aab3c1b 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 io.github.guacsec trustify-da-api-model - 2.0.10 + 2.0.11-SNAPSHOT ``` @@ -29,5 +29,5 @@ The packages are published to the GitHub maven repository. Make sure to add it t Add it to your project as follows: ```bash -npm install @guacsec/trustify-da-api-model@2.0.10 +npm install @guacsec/trustify-da-api-model@2.0.11-SNAPSHOT ``` diff --git a/pom.xml b/pom.xml index 702ae1b..86665da 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.github.guacsec trustify-da-api-model - 2.0.10 + 2.0.11-SNAPSHOT Trustify Dependency Analytics API Spec Trustify :: Dependency Analytics :: Java API https://github.com/guacsec/trustify-da-api-spec diff --git a/releasebranch.txt b/releasebranch.txt index 297c3cb..ffd3b8a 100644 --- a/releasebranch.txt +++ b/releasebranch.txt @@ -1 +1 @@ -release/v2.0.9 +release/v2.0.10