From c5c3c1ffd8bbc5cb1b02ea27bb2112c03130670b Mon Sep 17 00:00:00 2001 From: "AO Industries, Inc" Date: Tue, 5 Sep 2023 21:36:36 +0000 Subject: [PATCH] Additional ZipUtils methods to get and set creation, access, and last-modified times in UTC time zone within ZipEntry. The get methods leverage Optional to represent that the times may not be available. --- book/pom.xml | 2 +- devel/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/book/pom.xml b/book/pom.xml index da6ebd0..36a2894 100644 --- a/book/pom.xml +++ b/book/pom.xml @@ -218,7 +218,7 @@ along with ao-encoding. If not, see . com.aoappsao-io-buffer4.1.0${POST-SNAPSHOT} - com.aoappsao-lang5.4.0${POST-SNAPSHOT} + com.aoappsao-lang5.5.0-SNAPSHOT com.aoappsao-net-types2.0.2${POST-SNAPSHOT} diff --git a/devel/pom.xml b/devel/pom.xml index 0fb29d2..48f70a8 100644 --- a/devel/pom.xml +++ b/devel/pom.xml @@ -137,7 +137,7 @@ along with ao-encoding. If not, see . com.aoappsao-collections3.0.0${POST-SNAPSHOT} - com.aoappsao-lang5.4.0${POST-SNAPSHOT} + com.aoappsao-lang5.5.0-SNAPSHOT com.aoappsao-tempfiles3.0.2${POST-SNAPSHOT} diff --git a/pom.xml b/pom.xml index 476f08e..d76d21d 100644 --- a/pom.xml +++ b/pom.xml @@ -297,7 +297,7 @@ along with ao-encoding. If not, see . com.aoappsao-hodgepodge5.1.2${POST-SNAPSHOT} - com.aoappsao-lang5.4.0${POST-SNAPSHOT} + com.aoappsao-lang5.5.0-SNAPSHOT com.google.code.findbugsjsr305${jsr305.version}