Skip to content

Commit

Permalink
More tests added. Enum conversion added.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Mar 9, 2024
1 parent 9be3dbb commit 5f3aa0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ The classes in the`.jar`file are version 52 (`JDK 1.8`).
To include in your project:
##### GradleF
```
implementation 'com.cedarsoftware:java-util:2.4.3'
implementation 'com.cedarsoftware:java-util:2.4.4'
```

##### Maven
```
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>java-util</artifactId>
<version>2.4.3</version>
<version>2.4.4</version>
</dependency>
```
---
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
### Revision History
* 2.4.4
* `Converter` - Enum test added. 683 combinations.
* 2.4.3
* `DateUtilities` - now supports timezone offset with seconds component (rarer than seeing a bald eagle in your backyard).
* `Converter` - many more tests added...682 combinations.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.cedarsoftware</groupId>
<artifactId>java-util</artifactId>
<packaging>jar</packaging>
<version>2.4.3</version>
<version>2.4.4</version>
<description>Java Utilities</description>
<url>https://github.com/jdereg/java-util</url>

Expand Down

0 comments on commit 5f3aa0a

Please sign in to comment.