From 106a2419717d02bb4e7adba6e67dc5ae1f74aa6f Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 6 Apr 2026 19:15:47 +0100 Subject: [PATCH 1/3] Bump version -> `2.0.0-SNAPSHOT.213` --- version.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.gradle.kts b/version.gradle.kts index f934e9f..4f130d0 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -24,4 +24,4 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -val versionToPublish: String by extra("2.0.0-SNAPSHOT.212") +val versionToPublish: String by extra("2.0.0-SNAPSHOT.213") From 5a1c05a885e2c1b295385e4fedac42af30b3b538 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 6 Apr 2026 19:15:57 +0100 Subject: [PATCH 2/3] Fix title and Maven coordinates example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b9ce8e..0242cce 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![codecov][codecov-badge]][codecov]   [![license][license-badge]][license] -# Spine Testlib +# Spine Base TestLib This module provides utilities for testing in Spine SDK subprojects. These utilities may also be handy for the users of the Spine SDK. @@ -21,7 +21,7 @@ To use Spine Testlib in your Gradle project: ```kotlin dependencies { - testImplementation("io.spine.tools:spine-testlib:${version}") + testImplementation("io.spine.tools:base-testlib:${version}") } ``` From 8819a9b770daeff8dbdf9e9081bab938c4fdc00c Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 6 Apr 2026 19:16:06 +0100 Subject: [PATCH 3/3] Update dependency reports --- dependencies.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies.md b/dependencies.md index 4a81ba5..3a48a52 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine.tools:base-testlib:2.0.0-SNAPSHOT.212` +# Dependencies of `io.spine.tools:base-testlib:2.0.0-SNAPSHOT.213` ## Runtime 1. **Group** : com.google.auto.value. **Name** : auto-value-annotations. **Version** : 1.10.2. @@ -948,6 +948,6 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Apr 06 17:18:07 WEST 2026** using +This report was generated on **Mon Apr 06 19:15:14 WEST 2026** using [Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under [Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE). \ No newline at end of file diff --git a/pom.xml b/pom.xml index aba8411..a25aa8a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject. --> io.spine.tools testlib -2.0.0-SNAPSHOT.212 +2.0.0-SNAPSHOT.213 2015