Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump versions to 1.4.0-SNAPSHOT #220

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading