diff --git a/.github/workflows/build-on-ubuntu.yml b/.github/workflows/build-on-ubuntu.yml index b571ce82f..cd6b93714 100644 --- a/.github/workflows/build-on-ubuntu.yml +++ b/.github/workflows/build-on-ubuntu.yml @@ -1,9 +1,10 @@ -name: Build on Ubuntu +name: Ubuntu CI on: push jobs: build: + name: Build on Ubuntu runs-on: ubuntu-latest steps: diff --git a/.github/workflows/build-on-windows.yml b/.github/workflows/build-on-windows.yml index 37eba1be7..1700875e8 100644 --- a/.github/workflows/build-on-windows.yml +++ b/.github/workflows/build-on-windows.yml @@ -1,10 +1,11 @@ -name: Build on Windows +name: Windows CI on: pull_request jobs: build: runs-on: windows-latest + name: Build and test on Windows steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ensure-reports-updated.yml b/.github/workflows/ensure-reports-updated.yml index 93531059e..7df73d220 100644 --- a/.github/workflows/ensure-reports-updated.yml +++ b/.github/workflows/ensure-reports-updated.yml @@ -1,6 +1,6 @@ # Ensures that the license report files were modified in this PR. -name: Ensure license reports updated +name: License Reports on: pull_request: @@ -9,12 +9,13 @@ on: jobs: check: + name: Ensure license reports are updated runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: - # Configure the checkout of all branches, so that it is possible to run the comparison. + # Configure the checkout of all branches so that it is possible to run the comparison. fetch-depth: 0 # Check out the `config` submodule to fetch the required script file. submodules: true diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index a7cde85e5..50eb05eb1 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -1,4 +1,4 @@ -name: Validate Gradle Wrapper +name: Gradle Wrapper validation on: push: branches: @@ -9,6 +9,7 @@ on: jobs: validation: + name: Validate Gradle Wrapper runs-on: ubuntu-latest steps: - name: Checkout latest code diff --git a/.github/workflows/increment-guard.yml b/.github/workflows/increment-guard.yml index dd7df7137..38ce6f4d3 100644 --- a/.github/workflows/increment-guard.yml +++ b/.github/workflows/increment-guard.yml @@ -1,7 +1,7 @@ # Ensures that the current lib version is not yet published but executing the Gradle # `checkVersionIncrement` task. -name: Check version increment +name: Version Guard on: push: @@ -10,6 +10,7 @@ on: jobs: check: + name: Check version increment runs-on: ubuntu-latest steps: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7de0c5101..f7218c618 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,9 @@ on: jobs: publish: + name: Publish to Maven repositories runs-on: ubuntu-latest + steps: - uses: actions/checkout@v4 with: diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt index 7be4e8473..4e285fa9d 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt @@ -40,7 +40,7 @@ import io.spine.dependency.Dependency ) object Time : Dependency() { override val group = Spine.group - override val version = "2.0.0-SNAPSHOT.237" + override val version = "2.0.0-SNAPSHOT.238" private const val infix = "spine-time" fun lib(version: String): String = "$group:$infix:$version" diff --git a/config b/config index 85bbe5475..69c13f454 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit 85bbe547558ee9fd076d0791b13c836b927ecfb8 +Subproject commit 69c13f45498b638ff4eccf8e097bb88c49af96e9 diff --git a/dependencies.md b/dependencies.md index 474c7fad7..794d6e53d 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine.tools:time-gradle-plugin:2.0.0-SNAPSHOT.238` +# Dependencies of `io.spine.tools:time-gradle-plugin:2.0.0-SNAPSHOT.239` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -1059,14 +1059,14 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon May 04 17:42:46 WEST 2026** using +This report was generated on **Mon May 04 18:52:51 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). -# Dependencies of `io.spine.tools:time-testlib:2.0.0-SNAPSHOT.238` +# Dependencies of `io.spine.tools:time-testlib:2.0.0-SNAPSHOT.239` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -1869,14 +1869,14 @@ This report was generated on **Mon May 04 17:42:46 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon May 04 17:42:46 WEST 2026** using +This report was generated on **Mon May 04 18:52:51 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). -# Dependencies of `io.spine:spine-time:2.0.0-SNAPSHOT.238` +# Dependencies of `io.spine:spine-time:2.0.0-SNAPSHOT.239` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -2833,14 +2833,14 @@ This report was generated on **Mon May 04 17:42:46 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon May 04 17:42:46 WEST 2026** using +This report was generated on **Mon May 04 18:52:51 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). -# Dependencies of `io.spine:spine-time-java:2.0.0-SNAPSHOT.238` +# Dependencies of `io.spine:spine-time-java:2.0.0-SNAPSHOT.239` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -3643,14 +3643,14 @@ This report was generated on **Mon May 04 17:42:46 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon May 04 17:42:46 WEST 2026** using +This report was generated on **Mon May 04 18:52:51 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). -# Dependencies of `io.spine:spine-time-kotlin:2.0.0-SNAPSHOT.238` +# Dependencies of `io.spine:spine-time-kotlin:2.0.0-SNAPSHOT.239` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -4461,14 +4461,14 @@ This report was generated on **Mon May 04 17:42:46 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon May 04 17:42:46 WEST 2026** using +This report was generated on **Mon May 04 18:52:51 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). -# Dependencies of `io.spine.tools:time-validation:2.0.0-SNAPSHOT.238` +# Dependencies of `io.spine.tools:time-validation:2.0.0-SNAPSHOT.239` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -5590,14 +5590,14 @@ This report was generated on **Mon May 04 17:42:46 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon May 04 17:42:47 WEST 2026** using +This report was generated on **Mon May 04 18:52:51 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). -# Dependencies of `io.spine:spine-validation-tests:2.0.0-SNAPSHOT.238` +# Dependencies of `io.spine:spine-validation-tests:2.0.0-SNAPSHOT.239` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -6683,6 +6683,6 @@ This report was generated on **Mon May 04 17:42:47 WEST 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon May 04 17:42:47 WEST 2026** using +This report was generated on **Mon May 04 18:52:51 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). +[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 d2aec18db..fad2936fe 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject. --> io.spine spine-time -2.0.0-SNAPSHOT.238 +2.0.0-SNAPSHOT.239 2015 @@ -56,7 +56,7 @@ all modules and does not describe the project structure per-subproject. io.spine spine-time - 2.0.0-SNAPSHOT.237 + 2.0.0-SNAPSHOT.238 compile diff --git a/version.gradle.kts b/version.gradle.kts index 5853fe8eb..6422faf97 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -27,4 +27,4 @@ /** * The version of this library for publishing. */ -val versionToPublish by extra("2.0.0-SNAPSHOT.238") +val versionToPublish by extra("2.0.0-SNAPSHOT.239")