Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
80 changes: 40 additions & 40 deletions dependencies.md

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
-->
<groupId>io.spine.tools</groupId>
<artifactId>core-jvm-compiler</artifactId>
<version>2.0.0-SNAPSHOT.053</version>
<version>2.0.0-SNAPSHOT.054</version>

<inceptionYear>2015</inceptionYear>

Expand Down Expand Up @@ -86,85 +86,85 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-validation-jvm-runtime</artifactId>
<version>2.0.0-SNAPSHOT.394</version>
<version>2.0.0-SNAPSHOT.395</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>classic-codegen</artifactId>
<version>2.0.0-SNAPSHOT.371</version>
<version>2.0.0-SNAPSHOT.373</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>compiler-api</artifactId>
<version>2.0.0-SNAPSHOT.038</version>
<version>2.0.0-SNAPSHOT.039</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>compiler-gradle-api</artifactId>
<version>2.0.0-SNAPSHOT.038</version>
<version>2.0.0-SNAPSHOT.039</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>compiler-gradle-plugin</artifactId>
<version>2.0.0-SNAPSHOT.038</version>
<version>2.0.0-SNAPSHOT.039</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>compiler-jvm</artifactId>
<version>2.0.0-SNAPSHOT.038</version>
<version>2.0.0-SNAPSHOT.039</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>compiler-params</artifactId>
<version>2.0.0-SNAPSHOT.038</version>
<version>2.0.0-SNAPSHOT.039</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>gradle-plugin-api</artifactId>
<version>2.0.0-SNAPSHOT.371</version>
<version>2.0.0-SNAPSHOT.373</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>jvm-tools</artifactId>
<version>2.0.0-SNAPSHOT.371</version>
<version>2.0.0-SNAPSHOT.373</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>plugin-base</artifactId>
<version>2.0.0-SNAPSHOT.371</version>
<version>2.0.0-SNAPSHOT.373</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>protobuf-setup-plugins</artifactId>
<version>2.0.0-SNAPSHOT.371</version>
<version>2.0.0-SNAPSHOT.373</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>psi-java</artifactId>
<version>2.0.0-SNAPSHOT.371</version>
<version>2.0.0-SNAPSHOT.373</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>validation-context</artifactId>
<version>2.0.0-SNAPSHOT.394</version>
<version>2.0.0-SNAPSHOT.395</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>validation-gradle-plugin</artifactId>
<version>2.0.0-SNAPSHOT.394</version>
<version>2.0.0-SNAPSHOT.395</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -206,13 +206,13 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>compiler-testlib</artifactId>
<version>2.0.0-SNAPSHOT.038</version>
<version>2.0.0-SNAPSHOT.039</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>plugin-testlib</artifactId>
<version>2.0.0-SNAPSHOT.371</version>
<version>2.0.0-SNAPSHOT.373</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -236,13 +236,13 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>tool-base</artifactId>
<version>2.0.0-SNAPSHOT.371</version>
<version>2.0.0-SNAPSHOT.373</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>validation-java</artifactId>
<version>2.0.0-SNAPSHOT.394</version>
<version>2.0.0-SNAPSHOT.395</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -366,32 +366,32 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>compiler-cli-all</artifactId>
<version>2.0.0-SNAPSHOT.038</version>
<version>2.0.0-SNAPSHOT.039</version>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>compiler-protoc-plugin</artifactId>
<version>2.0.0-SNAPSHOT.038</version>
<version>2.0.0-SNAPSHOT.039</version>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>core-jvm-gradle-plugins</artifactId>
<version>2.0.0-SNAPSHOT.052</version>
<version>2.0.0-SNAPSHOT.053</version>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>core-jvm-routing</artifactId>
<version>2.0.0-SNAPSHOT.052</version>
<version>2.0.0-SNAPSHOT.053</version>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>intellij-platform</artifactId>
<version>2.0.0-SNAPSHOT.371</version>
<version>2.0.0-SNAPSHOT.373</version>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>intellij-platform-java</artifactId>
<version>2.0.0-SNAPSHOT.371</version>
<version>2.0.0-SNAPSHOT.373</version>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
Expand All @@ -406,7 +406,7 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>validation-java-bundle</artifactId>
<version>2.0.0-SNAPSHOT.394</version>
<version>2.0.0-SNAPSHOT.395</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading