Skip to content

Commit

Permalink
Release v1.0.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Feb 27, 2024
1 parent 071d728 commit 8a3c837
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes by Version

## [v1.0.1-SNAPSHOT](https://github.com/openjax/cdm/compare/0cfcf03dfcc4a064c79251eb1872b69c87603af6..HEAD)
## [v1.1.1-SNAPSHOT](https://github.com/libj/util/compare/071d7286e2b7a66cb45627f65dd069683f25944a..HEAD)

## [v1.0.1](https://github.com/openjax/cdm/compare/0cfcf03dfcc4a064c79251eb1872b69c87603af6..071d7286e2b7a66cb45627f65dd069683f25944a) (2024-02-27)
* #3 Possible NPE in `nodeKeyMax`

## [v1.0.0](https://github.com/entinae/pom/compare/bfc60f359295aa9023af83997be0c40f077f8cff..0cfcf03dfcc4a064c79251eb1872b69c87603af6) (2023-09-20)
* Initial public release.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.openjax</groupId>
<artifactId>openjax</artifactId>
<version>2.5.7-SNAPSHOT</version>
<version>2.5.7</version>
</parent>
<artifactId>binarytree</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>OpenJAX Binary Tree</name>
<description>
Binary Tree implementations.
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>util</artifactId>
<version>0.9.1-SNAPSHOT</version>
<version>0.9.1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand All @@ -61,13 +61,13 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>console</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 8a3c837

Please sign in to comment.