From 98f0517a29fe483781ceb19359ea6442ab8539fb Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 23 Jan 2025 15:19:19 +0100 Subject: [PATCH] Bump versions to 1.4.0-SNAPSHOT We are about to update our API footprint, bump minor version for that. Signed-off-by: Robert Varga --- README.md | 1 + SECURITY.md | 6 +++--- bom/pom.xml | 8 ++++---- dependency-check/pom.xml | 6 +++--- pom.xml | 2 +- pt-triemap/pom.xml | 6 +++--- triemap/pom.xml | 4 ++-- 7 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 36fb035..ecd3539 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ There are multiple release trains of this library: * Versions 1.1.x require Java 8 or later * Versions 1.2.x require Java 11 or later * Versions 1.3.x require Java 17 or later + * Versions 1.4.x require Java 17 or later ## License [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FPantheonTechnologies%2Ftriemap.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FPantheonTechnologies%2Ftriemap?ref=badge_large) diff --git a/SECURITY.md b/SECURITY.md index 31a2f4d..b39716b 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,6 +1,6 @@ # Security Policy -## Versioning +## Versioning We follow Semantic Versioning. Our APIs are expected to be extremely stable and therefore we do not expect to issue a major (2.0.0) version any time soon. @@ -12,8 +12,8 @@ Patch versions are issued for bug and security fixes. ## Supported Versions -Versions 1.3x (Java 17+), 1.2.x (Java 11+) and 1.1.x (Java 8+) are currently -supported and are receiving any and all relevant bug fixes. +Versions 1.4.x and 1.3.x (Java 17+), 1.2.x (Java 11+) and 1.1.x (Java 8+) are +currently supported and are receiving any and all relevant bug fixes. ## Reporting a Vulnerability diff --git a/bom/pom.xml b/bom/pom.xml index 1b6b107..13a31d4 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -27,7 +27,7 @@ tech.pantheon.triemap bom - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT pom PANTHEON.tech :: TrieMap :: Bill of Materials @@ -39,12 +39,12 @@ tech.pantheon.triemap triemap - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT tech.pantheon.triemap pt-triemap - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT xml features @@ -84,7 +84,7 @@ scm:git:https://github.com/PantheonTechnologies/triemap.git https://github.com/PantheonTechnologies/triemap - triemap-1.3.3-SNAPSHOT + triemap-1.4.0-SNAPSHOT diff --git a/dependency-check/pom.xml b/dependency-check/pom.xml index 092de7c..8264759 100644 --- a/dependency-check/pom.xml +++ b/dependency-check/pom.xml @@ -27,7 +27,7 @@ tech.pantheon.triemap dependency-check - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT PANTHEON.tech :: TrieMap :: Dependency Check Artifact for validating the contents of BOM @@ -43,7 +43,7 @@ tech.pantheon.triemap bom - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT import pom @@ -74,7 +74,7 @@ scm:git:https://github.com/PantheonTechnologies/triemap.git scm:git:https://github.com/PantheonTechnologies/triemap.git https://github.com/PantheonTechnologies/triemap - triemap-1.3.3-SNAPSHOT + triemap-1.4.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 0a4b35e..670acc5 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ tech.pantheon.triemap triemap-aggregator - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT pom PANTHEON.tech :: TrieMap :: Aggregator diff --git a/pt-triemap/pom.xml b/pt-triemap/pom.xml index 484eb45..7ebcf5e 100644 --- a/pt-triemap/pom.xml +++ b/pt-triemap/pom.xml @@ -27,7 +27,7 @@ tech.pantheon.triemap pt-triemap - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT feature PANTHEON.tech :: TrieMap :: Feature @@ -39,7 +39,7 @@ tech.pantheon.triemap bom - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT import pom @@ -87,7 +87,7 @@ scm:git:https://github.com/PantheonTechnologies/triemap.git scm:git:https://github.com/PantheonTechnologies/triemap.git https://github.com/PantheonTechnologies/triemap - triemap-1.3.3-SNAPSHOT + triemap-1.4.0-SNAPSHOT diff --git a/triemap/pom.xml b/triemap/pom.xml index 2e4370c..6e4dd15 100644 --- a/triemap/pom.xml +++ b/triemap/pom.xml @@ -26,7 +26,7 @@ tech.pantheon.triemap triemap - 1.3.3-SNAPSHOT + 1.4.0-SNAPSHOT PANTHEON.tech :: TrieMap Java implementation of a concurrent trie hash map from Scala collections library @@ -110,7 +110,7 @@ scm:git:https://github.com/PantheonTechnologies/triemap.git scm:git:https://github.com/PantheonTechnologies/triemap.git https://github.com/PantheonTechnologies/triemap - triemap-1.3.3-SNAPSHOT + triemap-1.4.0-SNAPSHOT GitHub