Skip to content

Commit

Permalink
Updated pom.xml, changelog.md, and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdereg committed Mar 21, 2024
1 parent c423d42 commit ce60d75
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.5'
implementation 'com.cedarsoftware:java-util:2.4.6'
```

##### Maven
```
<dependency>
<groupId>com.cedarsoftware</groupId>
<artifactId>java-util</artifactId>
<version>2.4.5</version>
<version>2.4.6</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.6
* All 686 cross product conversions supported are now 100% tested. There will be more exception tests coming.
* 2.4.5
* Added `ReflectionUtils.getDeclaredFields()` which gets fields from a `Class`, including an `Enum`, and special handles enum so that system fields are not returned.
* 2.4.4
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.5</version>
<version>2.4.6</version>
<description>Java Utilities</description>
<url>https://github.com/jdereg/java-util</url>

Expand Down

0 comments on commit ce60d75

Please sign in to comment.