From cc65fa708f1012f78a9551899d2b8038efd110e1 Mon Sep 17 00:00:00 2001 From: Siroshun09 Date: Sun, 9 Apr 2023 18:33:51 +0900 Subject: [PATCH] release: version 4.6.4 (for modules) --- README.md | 4 ++-- api/pom.xml | 2 +- .../github/siroshun09/configapi/api/util/ResourceUtils.java | 2 +- yaml/pom.xml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3c433484..0826317f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest) com.github.siroshun09.configapi configapi - 4.6.3 + 4.6.4 compile ``` @@ -32,7 +32,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest) com.github.siroshun09.configapi configapi-yaml - 4.6.3 + 4.6.4 compile ``` diff --git a/api/pom.xml b/api/pom.xml index a222be26..bdb451f7 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -21,7 +21,7 @@ com.github.siroshun09.configapi parent - 4.6.3 + 4.6.4 4.0.0 diff --git a/api/src/main/java/com/github/siroshun09/configapi/api/util/ResourceUtils.java b/api/src/main/java/com/github/siroshun09/configapi/api/util/ResourceUtils.java index d5dc767a..d61d011e 100644 --- a/api/src/main/java/com/github/siroshun09/configapi/api/util/ResourceUtils.java +++ b/api/src/main/java/com/github/siroshun09/configapi/api/util/ResourceUtils.java @@ -195,7 +195,7 @@ public static void copyFromJarIfNotExists(@NotNull Path jarPath, * @deprecated The {@link JarFile} that created in this method cannot be closed. */ @ApiStatus.ScheduledForRemoval(inVersion = "5.0.0") - @Deprecated(since = "4.6.3", forRemoval = true) + @Deprecated(since = "4.6.4", forRemoval = true) public static @NotNull InputStream getInputStreamFromJar(@NotNull Path jarPath, @NotNull String name) throws IOException { Objects.requireNonNull(jarPath); diff --git a/yaml/pom.xml b/yaml/pom.xml index 50bca557..6b9cc7f8 100644 --- a/yaml/pom.xml +++ b/yaml/pom.xml @@ -21,7 +21,7 @@ com.github.siroshun09.configapi parent - 4.6.3 + 4.6.4 4.0.0 @@ -31,7 +31,7 @@ com.github.siroshun09.configapi configapi - 4.6.3 + 4.6.4 compile