Skip to content

Commit cc65fa7

Browse files
committed
release: version 4.6.4 (for modules)
1 parent 1194a1f commit cc65fa7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
2121
<dependency>
2222
<groupId>com.github.siroshun09.configapi</groupId>
2323
<artifactId>configapi</artifactId>
24-
<version>4.6.3</version>
24+
<version>4.6.4</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
```
@@ -32,7 +32,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
3232
<dependency>
3333
<groupId>com.github.siroshun09.configapi</groupId>
3434
<artifactId>configapi-yaml</artifactId>
35-
<version>4.6.3</version>
35+
<version>4.6.4</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
```

api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.github.siroshun09.configapi</groupId>
2323
<artifactId>parent</artifactId>
24-
<version>4.6.3</version>
24+
<version>4.6.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

api/src/main/java/com/github/siroshun09/configapi/api/util/ResourceUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public static void copyFromJarIfNotExists(@NotNull Path jarPath,
195195
* @deprecated The {@link JarFile} that created in this method cannot be closed.
196196
*/
197197
@ApiStatus.ScheduledForRemoval(inVersion = "5.0.0")
198-
@Deprecated(since = "4.6.3", forRemoval = true)
198+
@Deprecated(since = "4.6.4", forRemoval = true)
199199
public static @NotNull InputStream getInputStreamFromJar(@NotNull Path jarPath,
200200
@NotNull String name) throws IOException {
201201
Objects.requireNonNull(jarPath);

yaml/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.github.siroshun09.configapi</groupId>
2323
<artifactId>parent</artifactId>
24-
<version>4.6.3</version>
24+
<version>4.6.4</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.github.siroshun09.configapi</groupId>
3333
<artifactId>configapi</artifactId>
34-
<version>4.6.3</version>
34+
<version>4.6.4</version>
3535
<scope>compile</scope>
3636
</dependency>
3737
<dependency>

0 commit comments

Comments
 (0)