Skip to content

Commit

Permalink
release: version 4.6.4 (for modules)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Apr 9, 2023
1 parent 1194a1f commit cc65fa7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>configapi</artifactId>
<version>4.6.3</version>
<version>4.6.4</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -32,7 +32,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>configapi-yaml</artifactId>
<version>4.6.3</version>
<version>4.6.4</version>
<scope>compile</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>parent</artifactId>
<version>4.6.3</version>
<version>4.6.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions yaml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>parent</artifactId>
<version>4.6.3</version>
<version>4.6.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>configapi</artifactId>
<version>4.6.3</version>
<version>4.6.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit cc65fa7

Please sign in to comment.