From 0428c5d116f01d83ad91978d02bf38ea47489288 Mon Sep 17 00:00:00 2001 From: John DeRegnaucourt Date: Wed, 1 Nov 2023 01:19:47 -0400 Subject: [PATCH] Updated readme & project snapshot version --- README.md | 8 ++++++-- pom.xml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44fc154e..8da4ecca 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,12 @@ java-util [![Javadoc](https://javadoc.io/badge/com.cedarsoftware/java-util.svg)](http://www.javadoc.io/doc/com.cedarsoftware/java-util) -Rare, hard-to-write utilities that are thoroughly tested (> 98% code coverage via JUnit tests). This library has no -dependencies on other libraries for runtime. Built purely on JDK. Works with JDK 1.8 through JDK 21. +Rare, hard-to-find utilities that are thoroughly tested (> 98% code coverage via JUnit tests). +Available on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cjava-util). +This library has no dependencies on other libraries for runtime. +The`.jar`file is only`144K.` +Works with`JDK 1.8`through`JDK 21`. +The classes in the`.jar`file are version 52 (`JDK 1.8`). To include in your project: ##### Gradle diff --git a/pom.xml b/pom.xml index e238717f..d54b0888 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.cedarsoftware java-util jar - 2.2.1-SNAPSHOT + 2.3.0-SNAPSHOT Java Utilities https://github.com/jdereg/java-util