From 6a8a2c6fa1dd4e65fe8c45dc62ca705a8054fb08 Mon Sep 17 00:00:00 2001 From: Josh Steele Date: Mon, 22 Jul 2024 09:34:12 -0400 Subject: [PATCH] - Removed Ivy nature - Updated README with last commit marker --- .classpath | 2 +- .project | 1 - README.md | 2 ++ 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.classpath b/.classpath index 7a1cf40..c2a897b 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + diff --git a/.project b/.project index 5ec67ee..8b78aef 100644 --- a/.project +++ b/.project @@ -19,6 +19,5 @@ org.eclipse.m2e.core.maven2Nature org.eclipse.jdt.core.javanature - org.apache.ivyde.eclipse.ivynature diff --git a/README.md b/README.md index 44ccd51..7bc044e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Jsqrl +![GitHub last commit](https://img.shields.io/github/last-commit/JHUAPL/jsqrl) + Jsqrl (pronounced "Jay Squirrel") is a general use, low level Java library for saving/restoring the state of Java objects to/from JSON format files.