From 3966317e4c3e616caff80a10298dfcc4ea06bbb6 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 23 Feb 2026 18:27:50 +0000 Subject: [PATCH 1/4] Bump version -> `2.0.0-SNAPSHOT.054` --- version.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.gradle.kts b/version.gradle.kts index 523654d12..64e68d6a3 100644 --- a/version.gradle.kts +++ b/version.gradle.kts @@ -29,5 +29,5 @@ * * Do not rename this property, as it is also used in the integration tests via its name. */ -val coreJvmCompilerVersion by extra("2.0.0-SNAPSHOT.053") +val coreJvmCompilerVersion by extra("2.0.0-SNAPSHOT.054") val versionToPublish by extra(coreJvmCompilerVersion) From 30d3367e6ee9f79bd329c195b337b2554ddfde5f Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 23 Feb 2026 18:28:08 +0000 Subject: [PATCH 2/4] Bump internal dependencies --- .../src/main/kotlin/io/spine/dependency/local/Compiler.kt | 4 ++-- .../main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt | 4 ++-- .../src/main/kotlin/io/spine/dependency/local/ToolBase.kt | 4 ++-- .../src/main/kotlin/io/spine/dependency/local/Validation.kt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt index ff1ad47ec..304cbf4a9 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt @@ -72,7 +72,7 @@ object Compiler : Dependency() { * The version of the Compiler dependencies. */ override val version: String - private const val fallbackVersion = "2.0.0-SNAPSHOT.038" + private const val fallbackVersion = "2.0.0-SNAPSHOT.039" /** * The distinct version of the Compiler used by other build tools. @@ -81,7 +81,7 @@ object Compiler : Dependency() { * transitive dependencies, this is the version used to build the project itself. */ val dogfoodingVersion: String - private const val fallbackDfVersion = "2.0.0-SNAPSHOT.038" + private const val fallbackDfVersion = "2.0.0-SNAPSHOT.039" /** * The artifact for the Compiler Gradle plugin. diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt index 39d0336ca..0944be06e 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt @@ -46,12 +46,12 @@ object CoreJvmCompiler { /** * The version used to in the build classpath. */ - const val dogfoodingVersion = "2.0.0-SNAPSHOT.052" + const val dogfoodingVersion = "2.0.0-SNAPSHOT.053" /** * The version to be used for integration tests. */ - const val version = "2.0.0-SNAPSHOT.052" + const val version = "2.0.0-SNAPSHOT.053" /** * The ID of the Gradle plugin. diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt index 1df8dd1f4..5e443139b 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt @@ -34,8 +34,8 @@ package io.spine.dependency.local @Suppress("ConstPropertyName", "unused") object ToolBase { const val group = Spine.toolsGroup - const val version = "2.0.0-SNAPSHOT.371" - const val dogfoodingVersion = "2.0.0-SNAPSHOT.371" + const val version = "2.0.0-SNAPSHOT.373" + const val dogfoodingVersion = "2.0.0-SNAPSHOT.373" const val lib = "$group:tool-base:$version" const val classicCodegen = "$group:classic-codegen:$version" diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt index d33a131a2..eb8af5184 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt @@ -36,7 +36,7 @@ object Validation { /** * The version of the Validation library artifacts. */ - const val version = "2.0.0-SNAPSHOT.394" + const val version = "2.0.0-SNAPSHOT.395" /** * The last version of Validation compatible with ProtoData. From f521c0628e3467cc5718043ba0f09210dfca7c2d Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 23 Feb 2026 18:28:30 +0000 Subject: [PATCH 3/4] Force the Compiler artifact versions --- build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index b200f9a89..b5e139802 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,6 +79,9 @@ buildscript { logging.libJvm, "${compiler.module}:${compiler.dogfoodingVersion}", compiler.api, + compiler.params, + compiler.gradleApi, + compiler.pluginLib, "${validation.runtimeModule}:${validation.version}", "${validation.runtimeModule}:${validation.version}", "io.spine.validation:spine-validation-java-runtime:2.0.0-SNAPSHOT.360" From 36ff7569516fcd87882cbd89275db7d2d5291b62 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Mon, 23 Feb 2026 18:28:40 +0000 Subject: [PATCH 4/4] Update dependency reports --- dependencies.md | 80 ++++++++++++++++++++++++------------------------- pom.xml | 52 ++++++++++++++++---------------- 2 files changed, 66 insertions(+), 66 deletions(-) diff --git a/dependencies.md b/dependencies.md index f8a7ffce6..6b77d6aac 100644 --- a/dependencies.md +++ b/dependencies.md @@ -1,6 +1,6 @@ -# Dependencies of `io.spine.tools:core-jvm-annotation:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-annotation:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -1188,14 +1188,14 @@ The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-base:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-base:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -2391,14 +2391,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-comparable:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-comparable:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -3586,14 +3586,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-comparable-tests:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-comparable-tests:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -4592,14 +4592,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-entity:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-entity:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -5787,14 +5787,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-entity-tests:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-entity-tests:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -6793,14 +6793,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-gradle-plugins:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-gradle-plugins:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -8051,14 +8051,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-grpc:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-grpc:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -9213,14 +9213,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-ksp:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-ksp:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -10455,14 +10455,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-marker:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-marker:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -11658,14 +11658,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-marker-tests:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-marker-tests:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -12664,14 +12664,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-message-group:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-message-group:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -13867,14 +13867,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-message-group-tests:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-message-group-tests:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -14873,14 +14873,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-plugin-bundle:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-plugin-bundle:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -15705,14 +15705,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:25 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-routing:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-routing:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -16980,14 +16980,14 @@ This report was generated on **Mon Feb 16 16:50:25 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:26 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-routing-tests:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-routing-tests:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -17688,14 +17688,14 @@ This report was generated on **Mon Feb 16 16:50:26 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:25 WET 2026** using +This report was generated on **Mon Feb 23 18:21:28 WET 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:core-jvm-signal:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-signal:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -18891,14 +18891,14 @@ This report was generated on **Mon Feb 16 16:50:25 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:27 WET 2026** using +This report was generated on **Mon Feb 23 18:21:29 WET 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:core-jvm-signal-tests:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-signal-tests:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -19897,14 +19897,14 @@ This report was generated on **Mon Feb 16 16:50:27 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:27 WET 2026** using +This report was generated on **Mon Feb 23 18:21:29 WET 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:core-jvm-uuid:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-uuid:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.fasterxml.jackson. **Name** : jackson-bom. **Version** : 2.20.0. @@ -21100,14 +21100,14 @@ This report was generated on **Mon Feb 16 16:50:27 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:27 WET 2026** using +This report was generated on **Mon Feb 23 18:21:29 WET 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:core-jvm-uuid-tests:2.0.0-SNAPSHOT.053` +# Dependencies of `io.spine.tools:core-jvm-uuid-tests:2.0.0-SNAPSHOT.054` ## Runtime 1. **Group** : com.google.code.findbugs. **Name** : jsr305. **Version** : 3.0.2. @@ -22106,6 +22106,6 @@ This report was generated on **Mon Feb 16 16:50:27 WET 2026** using The dependencies distributed under several licenses, are used according their commercial-use-friendly license. -This report was generated on **Mon Feb 16 16:50:27 WET 2026** using +This report was generated on **Mon Feb 23 18:21:29 WET 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 7006c2ff0..14adba5d4 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 core-jvm-compiler -2.0.0-SNAPSHOT.053 +2.0.0-SNAPSHOT.054 2015 @@ -86,85 +86,85 @@ all modules and does not describe the project structure per-subproject. io.spine spine-validation-jvm-runtime - 2.0.0-SNAPSHOT.394 + 2.0.0-SNAPSHOT.395 compile io.spine.tools classic-codegen - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.373 compile io.spine.tools compiler-api - 2.0.0-SNAPSHOT.038 + 2.0.0-SNAPSHOT.039 compile io.spine.tools compiler-gradle-api - 2.0.0-SNAPSHOT.038 + 2.0.0-SNAPSHOT.039 compile io.spine.tools compiler-gradle-plugin - 2.0.0-SNAPSHOT.038 + 2.0.0-SNAPSHOT.039 compile io.spine.tools compiler-jvm - 2.0.0-SNAPSHOT.038 + 2.0.0-SNAPSHOT.039 compile io.spine.tools compiler-params - 2.0.0-SNAPSHOT.038 + 2.0.0-SNAPSHOT.039 compile io.spine.tools gradle-plugin-api - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.373 compile io.spine.tools jvm-tools - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.373 compile io.spine.tools plugin-base - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.373 compile io.spine.tools protobuf-setup-plugins - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.373 compile io.spine.tools psi-java - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.373 compile io.spine.tools validation-context - 2.0.0-SNAPSHOT.394 + 2.0.0-SNAPSHOT.395 compile io.spine.tools validation-gradle-plugin - 2.0.0-SNAPSHOT.394 + 2.0.0-SNAPSHOT.395 compile @@ -206,13 +206,13 @@ all modules and does not describe the project structure per-subproject. io.spine.tools compiler-testlib - 2.0.0-SNAPSHOT.038 + 2.0.0-SNAPSHOT.039 test io.spine.tools plugin-testlib - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.373 test @@ -236,13 +236,13 @@ all modules and does not describe the project structure per-subproject. io.spine.tools tool-base - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.373 test io.spine.tools validation-java - 2.0.0-SNAPSHOT.394 + 2.0.0-SNAPSHOT.395 test @@ -366,32 +366,32 @@ all modules and does not describe the project structure per-subproject. io.spine.tools compiler-cli-all - 2.0.0-SNAPSHOT.038 + 2.0.0-SNAPSHOT.039 io.spine.tools compiler-protoc-plugin - 2.0.0-SNAPSHOT.038 + 2.0.0-SNAPSHOT.039 io.spine.tools core-jvm-gradle-plugins - 2.0.0-SNAPSHOT.052 + 2.0.0-SNAPSHOT.053 io.spine.tools core-jvm-routing - 2.0.0-SNAPSHOT.052 + 2.0.0-SNAPSHOT.053 io.spine.tools intellij-platform - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.373 io.spine.tools intellij-platform-java - 2.0.0-SNAPSHOT.371 + 2.0.0-SNAPSHOT.373 io.spine.tools @@ -406,7 +406,7 @@ all modules and does not describe the project structure per-subproject. io.spine.tools validation-java-bundle - 2.0.0-SNAPSHOT.394 + 2.0.0-SNAPSHOT.395 net.sourceforge.pmd