From d8abad2a34a3b2604a4ce11102fc33cd7f9e99be Mon Sep 17 00:00:00 2001 From: ruromero Date: Tue, 7 Jul 2026 08:39:29 +0000 Subject: [PATCH 1/2] build(release): release version 2.0.11 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aab3c1b..b5573e7 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.11-SNAPSHOT + 2.0.11 ``` @@ -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.11-SNAPSHOT +npm install @guacsec/trustify-da-api-model@2.0.11 ``` diff --git a/pom.xml b/pom.xml index 86665da..7d06bb9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.github.guacsec trustify-da-api-model - 2.0.11-SNAPSHOT + 2.0.11 Trustify Dependency Analytics API Spec Trustify :: Dependency Analytics :: Java API https://github.com/guacsec/trustify-da-api-spec From 484d81805230c3dd3276020a766719eed2b37966 Mon Sep 17 00:00:00 2001 From: ruromero Date: Tue, 7 Jul 2026 08:39:42 +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 b5573e7..83bc884 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.11 + 2.0.12-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.11 +npm install @guacsec/trustify-da-api-model@2.0.12-SNAPSHOT ``` diff --git a/pom.xml b/pom.xml index 7d06bb9..8b76eb1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.github.guacsec trustify-da-api-model - 2.0.11 + 2.0.12-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 ffd3b8a..714bc77 100644 --- a/releasebranch.txt +++ b/releasebranch.txt @@ -1 +1 @@ -release/v2.0.10 +release/v2.0.11