From 7b3e4adfc8b7ed5de5cea29972478417cc831245 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 28 Sep 2023 22:01:04 -0700 Subject: [PATCH] Cleanup before 1.1 release --- .idea/misc.xml | 1 + CHANGELOG.md | 34 ++++++++++++------- README.md | 33 ++++++++++++------ lib/bld/bld-wrapper.properties | 4 +-- pom.xml | 2 +- .../erik/httpstatus/HttpStatusBuild.java | 10 +++--- .../thauvin/erik/httpstatus/StatusCode.java | 1 + .../net/thauvin/erik/httpstatus/Utils.java | 1 - .../erik/httpstatus/taglibs/XmlSupport.java | 2 ++ src/main/resources/META-INF/httpstatus.tld | 2 +- .../erik/httpstatus/reasons.properties | 32 ----------------- .../thauvin/erik/httpstatus/CauseTagTest.java | 2 +- .../thauvin/erik/httpstatus/ReasonsTest.java | 1 - .../erik/httpstatus/StatusCodeTest.java | 1 + .../thauvin/erik/httpstatus/UtilsTest.java | 1 - 15 files changed, 61 insertions(+), 66 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 05fa3d9..9963c9f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,6 +4,7 @@ +