diff --git a/README.md b/README.md index 210695a..bd3ba48 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The examples of declaring that repository and the dependency on this package in io.github.sttk sabi - 0.6.0 + 0.7.0 ``` @@ -43,7 +43,7 @@ repositories { mavenCentral() } dependencies { - implementation 'io.github.sttk:sabi:0.6.0' + implementation 'io.github.sttk:sabi:0.7.0' } ``` @@ -201,22 +201,22 @@ This framework supports JDK 21 or later. ### Actually checked JDK versions: -- Oracle GraalVM 21.0.7+8.1 -- Oracle GraalVM 22.0.2+9.1 -- Oracle GraalVM 23.0.2+7.1 -- Oracle GraalVM 24.0.1+9.1 +- Oracle GraalVM 25.0.1+8.1 (build 25.0.1+8-LTS-jvmci-b01) +- Oracle GraalVM 24.0.2+11.1 (build 24.0.2+11-jvmci-b01) +- Oracle GraalVM 23.0.2+7.1 (build 23.0.2+7-jvmci-b01) +- Oracle GraalVM 21.0.9+7.1 (build 21.0.9+7-LTS-jvmci-23.1-b79) ## License -Copyright (C) 2022-2025 Takayuki Sato +Copyright (C) 2022-2026 Takayuki Sato This program is free software under MIT License.
See the file LICENSE in this distribution for more details. [repo-url]: https://github.com/sttk/sabi-java -[mvn-img]: https://img.shields.io/badge/maven_central-0.6.0-276bdd.svg -[mvn-url]: https://central.sonatype.com/artifact/io.github.sttk/sabi/0.6.0 +[mvn-img]: https://img.shields.io/badge/maven_central-0.7.0-276bdd.svg +[mvn-url]: https://central.sonatype.com/artifact/io.github.sttk/sabi/0.7.0 [io-img]: https://img.shields.io/badge/github.io-Javadoc-4d7a97.svg [io-url]: https://sttk.github.io/sabi-java/ [ci-img]: https://github.com/sttk/sabi-java/actions/workflows/java-ci.yml/badge.svg?branch=main diff --git a/pom.xml b/pom.xml index 821e9a8..7222ff9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.sttk sabi - 0.6.0 + 0.7.0 jar sabi @@ -99,7 +99,7 @@ UTF-8 UTF-8 UTF-8 - + ${project.reporting.outputDirectory} diff --git a/src/main/java/com/github/sttk/sabi/package-info.java b/src/main/java/com/github/sttk/sabi/package-info.java index b4bb5b8..33f404f 100644 --- a/src/main/java/com/github/sttk/sabi/package-info.java +++ b/src/main/java/com/github/sttk/sabi/package-info.java @@ -1,11 +1,11 @@ /* * package-info.java - * Copyright (C) 2022-2025 Takayuki Sato. All Rights Reserved. + * Copyright (C) 2022-2026 Takayuki Sato. All Rights Reserved. */ /** * Provides classes and interfaces of sabi framework. * - * @version 0.6 + * @version 0.7 */ package com.github.sttk.sabi; diff --git a/src/main/java/module-info.java b/src/main/java/module-info.java index bd3687b..486534f 100644 --- a/src/main/java/module-info.java +++ b/src/main/java/module-info.java @@ -1,6 +1,6 @@ /* * module-info.java - * Copyright (C) 2022-2025 Takayuki Sato. All Rights Reserved. + * Copyright (C) 2022-2026 Takayuki Sato. All Rights Reserved. */ /** @@ -9,7 +9,7 @@ *

This module includes the interfaces that abstracts data accesses to the external data stores * and the classes to execute a logic function with or without transaction operations. * - * @version 0.6 + * @version 0.7 */ module com.github.sttk.sabi { exports com.github.sttk.sabi;