Skip to content

Commit ef44ecc

Browse files
Merge pull request #74 from SpineEventEngine/bump-tool-base
Bump Compiler, ToolBase, and Validation
2 parents 1cd57eb + 36ff756 commit ef44ecc

File tree

8 files changed

+77
-74
lines changed

8 files changed

+77
-74
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ buildscript {
7979
logging.libJvm,
8080
"${compiler.module}:${compiler.dogfoodingVersion}",
8181
compiler.api,
82+
compiler.params,
83+
compiler.gradleApi,
84+
compiler.pluginLib,
8285
"${validation.runtimeModule}:${validation.version}",
8386
"${validation.runtimeModule}:${validation.version}",
8487
"io.spine.validation:spine-validation-java-runtime:2.0.0-SNAPSHOT.360"

buildSrc/src/main/kotlin/io/spine/dependency/local/Compiler.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ object Compiler : Dependency() {
7272
* The version of the Compiler dependencies.
7373
*/
7474
override val version: String
75-
private const val fallbackVersion = "2.0.0-SNAPSHOT.038"
75+
private const val fallbackVersion = "2.0.0-SNAPSHOT.039"
7676

7777
/**
7878
* The distinct version of the Compiler used by other build tools.
@@ -81,7 +81,7 @@ object Compiler : Dependency() {
8181
* transitive dependencies, this is the version used to build the project itself.
8282
*/
8383
val dogfoodingVersion: String
84-
private const val fallbackDfVersion = "2.0.0-SNAPSHOT.038"
84+
private const val fallbackDfVersion = "2.0.0-SNAPSHOT.039"
8585

8686
/**
8787
* The artifact for the Compiler Gradle plugin.

buildSrc/src/main/kotlin/io/spine/dependency/local/CoreJvmCompiler.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ object CoreJvmCompiler {
4646
/**
4747
* The version used to in the build classpath.
4848
*/
49-
const val dogfoodingVersion = "2.0.0-SNAPSHOT.052"
49+
const val dogfoodingVersion = "2.0.0-SNAPSHOT.053"
5050

5151
/**
5252
* The version to be used for integration tests.
5353
*/
54-
const val version = "2.0.0-SNAPSHOT.052"
54+
const val version = "2.0.0-SNAPSHOT.053"
5555

5656
/**
5757
* The ID of the Gradle plugin.

buildSrc/src/main/kotlin/io/spine/dependency/local/ToolBase.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ package io.spine.dependency.local
3434
@Suppress("ConstPropertyName", "unused")
3535
object ToolBase {
3636
const val group = Spine.toolsGroup
37-
const val version = "2.0.0-SNAPSHOT.371"
38-
const val dogfoodingVersion = "2.0.0-SNAPSHOT.371"
37+
const val version = "2.0.0-SNAPSHOT.373"
38+
const val dogfoodingVersion = "2.0.0-SNAPSHOT.373"
3939

4040
const val lib = "$group:tool-base:$version"
4141
const val classicCodegen = "$group:classic-codegen:$version"

buildSrc/src/main/kotlin/io/spine/dependency/local/Validation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object Validation {
3636
/**
3737
* The version of the Validation library artifacts.
3838
*/
39-
const val version = "2.0.0-SNAPSHOT.394"
39+
const val version = "2.0.0-SNAPSHOT.395"
4040

4141
/**
4242
* The last version of Validation compatible with ProtoData.

dependencies.md

Lines changed: 40 additions & 40 deletions
Large diffs are not rendered by default.

pom.xml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
1010
-->
1111
<groupId>io.spine.tools</groupId>
1212
<artifactId>core-jvm-compiler</artifactId>
13-
<version>2.0.0-SNAPSHOT.053</version>
13+
<version>2.0.0-SNAPSHOT.054</version>
1414

1515
<inceptionYear>2015</inceptionYear>
1616

@@ -86,85 +86,85 @@ all modules and does not describe the project structure per-subproject.
8686
<dependency>
8787
<groupId>io.spine</groupId>
8888
<artifactId>spine-validation-jvm-runtime</artifactId>
89-
<version>2.0.0-SNAPSHOT.394</version>
89+
<version>2.0.0-SNAPSHOT.395</version>
9090
<scope>compile</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>io.spine.tools</groupId>
9494
<artifactId>classic-codegen</artifactId>
95-
<version>2.0.0-SNAPSHOT.371</version>
95+
<version>2.0.0-SNAPSHOT.373</version>
9696
<scope>compile</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>io.spine.tools</groupId>
100100
<artifactId>compiler-api</artifactId>
101-
<version>2.0.0-SNAPSHOT.038</version>
101+
<version>2.0.0-SNAPSHOT.039</version>
102102
<scope>compile</scope>
103103
</dependency>
104104
<dependency>
105105
<groupId>io.spine.tools</groupId>
106106
<artifactId>compiler-gradle-api</artifactId>
107-
<version>2.0.0-SNAPSHOT.038</version>
107+
<version>2.0.0-SNAPSHOT.039</version>
108108
<scope>compile</scope>
109109
</dependency>
110110
<dependency>
111111
<groupId>io.spine.tools</groupId>
112112
<artifactId>compiler-gradle-plugin</artifactId>
113-
<version>2.0.0-SNAPSHOT.038</version>
113+
<version>2.0.0-SNAPSHOT.039</version>
114114
<scope>compile</scope>
115115
</dependency>
116116
<dependency>
117117
<groupId>io.spine.tools</groupId>
118118
<artifactId>compiler-jvm</artifactId>
119-
<version>2.0.0-SNAPSHOT.038</version>
119+
<version>2.0.0-SNAPSHOT.039</version>
120120
<scope>compile</scope>
121121
</dependency>
122122
<dependency>
123123
<groupId>io.spine.tools</groupId>
124124
<artifactId>compiler-params</artifactId>
125-
<version>2.0.0-SNAPSHOT.038</version>
125+
<version>2.0.0-SNAPSHOT.039</version>
126126
<scope>compile</scope>
127127
</dependency>
128128
<dependency>
129129
<groupId>io.spine.tools</groupId>
130130
<artifactId>gradle-plugin-api</artifactId>
131-
<version>2.0.0-SNAPSHOT.371</version>
131+
<version>2.0.0-SNAPSHOT.373</version>
132132
<scope>compile</scope>
133133
</dependency>
134134
<dependency>
135135
<groupId>io.spine.tools</groupId>
136136
<artifactId>jvm-tools</artifactId>
137-
<version>2.0.0-SNAPSHOT.371</version>
137+
<version>2.0.0-SNAPSHOT.373</version>
138138
<scope>compile</scope>
139139
</dependency>
140140
<dependency>
141141
<groupId>io.spine.tools</groupId>
142142
<artifactId>plugin-base</artifactId>
143-
<version>2.0.0-SNAPSHOT.371</version>
143+
<version>2.0.0-SNAPSHOT.373</version>
144144
<scope>compile</scope>
145145
</dependency>
146146
<dependency>
147147
<groupId>io.spine.tools</groupId>
148148
<artifactId>protobuf-setup-plugins</artifactId>
149-
<version>2.0.0-SNAPSHOT.371</version>
149+
<version>2.0.0-SNAPSHOT.373</version>
150150
<scope>compile</scope>
151151
</dependency>
152152
<dependency>
153153
<groupId>io.spine.tools</groupId>
154154
<artifactId>psi-java</artifactId>
155-
<version>2.0.0-SNAPSHOT.371</version>
155+
<version>2.0.0-SNAPSHOT.373</version>
156156
<scope>compile</scope>
157157
</dependency>
158158
<dependency>
159159
<groupId>io.spine.tools</groupId>
160160
<artifactId>validation-context</artifactId>
161-
<version>2.0.0-SNAPSHOT.394</version>
161+
<version>2.0.0-SNAPSHOT.395</version>
162162
<scope>compile</scope>
163163
</dependency>
164164
<dependency>
165165
<groupId>io.spine.tools</groupId>
166166
<artifactId>validation-gradle-plugin</artifactId>
167-
<version>2.0.0-SNAPSHOT.394</version>
167+
<version>2.0.0-SNAPSHOT.395</version>
168168
<scope>compile</scope>
169169
</dependency>
170170
<dependency>
@@ -206,13 +206,13 @@ all modules and does not describe the project structure per-subproject.
206206
<dependency>
207207
<groupId>io.spine.tools</groupId>
208208
<artifactId>compiler-testlib</artifactId>
209-
<version>2.0.0-SNAPSHOT.038</version>
209+
<version>2.0.0-SNAPSHOT.039</version>
210210
<scope>test</scope>
211211
</dependency>
212212
<dependency>
213213
<groupId>io.spine.tools</groupId>
214214
<artifactId>plugin-testlib</artifactId>
215-
<version>2.0.0-SNAPSHOT.371</version>
215+
<version>2.0.0-SNAPSHOT.373</version>
216216
<scope>test</scope>
217217
</dependency>
218218
<dependency>
@@ -236,13 +236,13 @@ all modules and does not describe the project structure per-subproject.
236236
<dependency>
237237
<groupId>io.spine.tools</groupId>
238238
<artifactId>tool-base</artifactId>
239-
<version>2.0.0-SNAPSHOT.371</version>
239+
<version>2.0.0-SNAPSHOT.373</version>
240240
<scope>test</scope>
241241
</dependency>
242242
<dependency>
243243
<groupId>io.spine.tools</groupId>
244244
<artifactId>validation-java</artifactId>
245-
<version>2.0.0-SNAPSHOT.394</version>
245+
<version>2.0.0-SNAPSHOT.395</version>
246246
<scope>test</scope>
247247
</dependency>
248248
<dependency>
@@ -366,32 +366,32 @@ all modules and does not describe the project structure per-subproject.
366366
<dependency>
367367
<groupId>io.spine.tools</groupId>
368368
<artifactId>compiler-cli-all</artifactId>
369-
<version>2.0.0-SNAPSHOT.038</version>
369+
<version>2.0.0-SNAPSHOT.039</version>
370370
</dependency>
371371
<dependency>
372372
<groupId>io.spine.tools</groupId>
373373
<artifactId>compiler-protoc-plugin</artifactId>
374-
<version>2.0.0-SNAPSHOT.038</version>
374+
<version>2.0.0-SNAPSHOT.039</version>
375375
</dependency>
376376
<dependency>
377377
<groupId>io.spine.tools</groupId>
378378
<artifactId>core-jvm-gradle-plugins</artifactId>
379-
<version>2.0.0-SNAPSHOT.052</version>
379+
<version>2.0.0-SNAPSHOT.053</version>
380380
</dependency>
381381
<dependency>
382382
<groupId>io.spine.tools</groupId>
383383
<artifactId>core-jvm-routing</artifactId>
384-
<version>2.0.0-SNAPSHOT.052</version>
384+
<version>2.0.0-SNAPSHOT.053</version>
385385
</dependency>
386386
<dependency>
387387
<groupId>io.spine.tools</groupId>
388388
<artifactId>intellij-platform</artifactId>
389-
<version>2.0.0-SNAPSHOT.371</version>
389+
<version>2.0.0-SNAPSHOT.373</version>
390390
</dependency>
391391
<dependency>
392392
<groupId>io.spine.tools</groupId>
393393
<artifactId>intellij-platform-java</artifactId>
394-
<version>2.0.0-SNAPSHOT.371</version>
394+
<version>2.0.0-SNAPSHOT.373</version>
395395
</dependency>
396396
<dependency>
397397
<groupId>io.spine.tools</groupId>
@@ -406,7 +406,7 @@ all modules and does not describe the project structure per-subproject.
406406
<dependency>
407407
<groupId>io.spine.tools</groupId>
408408
<artifactId>validation-java-bundle</artifactId>
409-
<version>2.0.0-SNAPSHOT.394</version>
409+
<version>2.0.0-SNAPSHOT.395</version>
410410
</dependency>
411411
<dependency>
412412
<groupId>net.sourceforge.pmd</groupId>

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
*
3030
* Do not rename this property, as it is also used in the integration tests via its name.
3131
*/
32-
val coreJvmCompilerVersion by extra("2.0.0-SNAPSHOT.053")
32+
val coreJvmCompilerVersion by extra("2.0.0-SNAPSHOT.054")
3333
val versionToPublish by extra(coreJvmCompilerVersion)

0 commit comments

Comments
 (0)