Skip to content

Commit

Permalink
Bump versions to 1.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
We are about to update our API footprint, bump minor version for that.

Signed-off-by: Robert Varga <[email protected]>
  • Loading branch information
rovarga committed Jan 27, 2025
1 parent 1d9e15f commit 7975cd0
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>tech.pantheon.triemap</groupId>
<artifactId>bom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>PANTHEON.tech :: TrieMap :: Bill of Materials</name>
Expand All @@ -39,12 +39,12 @@
<dependency>
<groupId>tech.pantheon.triemap</groupId>
<artifactId>triemap</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>tech.pantheon.triemap</groupId>
<artifactId>pt-triemap</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<type>xml</type>
<classifier>features</classifier>
</dependency>
Expand Down Expand Up @@ -84,7 +84,7 @@
<scm>
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
<url>https://github.com/PantheonTechnologies/triemap</url>
<tag>triemap-1.3.3-SNAPSHOT</tag>
<tag>triemap-1.4.0-SNAPSHOT</tag>
</scm>
<developers>
<developer>
Expand Down
6 changes: 3 additions & 3 deletions dependency-check/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>tech.pantheon.triemap</groupId>
<artifactId>dependency-check</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>

<name>PANTHEON.tech :: TrieMap :: Dependency Check</name>
<description>Artifact for validating the contents of BOM</description>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>tech.pantheon.triemap</groupId>
<artifactId>bom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -74,7 +74,7 @@
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
<url>https://github.com/PantheonTechnologies/triemap</url>
<tag>triemap-1.3.3-SNAPSHOT</tag>
<tag>triemap-1.4.0-SNAPSHOT</tag>
</scm>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>tech.pantheon.triemap</groupId>
<artifactId>triemap-aggregator</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>PANTHEON.tech :: TrieMap :: Aggregator</name>
Expand Down
6 changes: 3 additions & 3 deletions pt-triemap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>tech.pantheon.triemap</groupId>
<artifactId>pt-triemap</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<packaging>feature</packaging>

<name>PANTHEON.tech :: TrieMap :: Feature</name>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>tech.pantheon.triemap</groupId>
<artifactId>bom</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down Expand Up @@ -87,7 +87,7 @@
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
<url>https://github.com/PantheonTechnologies/triemap</url>
<tag>triemap-1.3.3-SNAPSHOT</tag>
<tag>triemap-1.4.0-SNAPSHOT</tag>
</scm>
<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions triemap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>tech.pantheon.triemap</groupId>
<artifactId>triemap</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.4.0-SNAPSHOT</version>

<name>PANTHEON.tech :: TrieMap</name>
<description>Java implementation of a concurrent trie hash map from Scala collections library</description>
Expand Down Expand Up @@ -110,7 +110,7 @@
<connection>scm:git:https://github.com/PantheonTechnologies/triemap.git</connection>
<developerConnection>scm:git:https://github.com/PantheonTechnologies/triemap.git</developerConnection>
<url>https://github.com/PantheonTechnologies/triemap</url>
<tag>triemap-1.3.3-SNAPSHOT</tag>
<tag>triemap-1.4.0-SNAPSHOT</tag>
</scm>
<issueManagement>
<system>GitHub</system>
Expand Down

0 comments on commit 7975cd0

Please sign in to comment.