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
4 changes: 2 additions & 2 deletions license-report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Dependencies of `io.spine.tools:spine-plugin:1.5.29`
# Dependencies of `io.spine.tools:spine-plugin:1.6.0`

## Runtime
1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2
Expand Down Expand Up @@ -338,4 +338,4 @@
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.


This report was generated on **Thu Sep 03 17:30:16 EEST 2020** 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).
This report was generated on **Tue Sep 08 23:08:32 EEST 2020** 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).
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject.

<groupId>io.spine.tools</groupId>
<artifactId>spine-bootstrap</artifactId>
<version>1.5.29</version>
<version>1.6.0</version>

<inceptionYear>2015</inceptionYear>

Expand Down Expand Up @@ -52,25 +52,25 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-base</artifactId>
<version>1.5.31</version>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-model-compiler</artifactId>
<version>1.5.31</version>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-plugin-base</artifactId>
<version>1.5.31</version>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-proto-js-plugin</artifactId>
<version>1.5.31</version>
<version>1.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -106,13 +106,13 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-testlib</artifactId>
<version>1.5.31</version>
<version>1.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-plugin-testlib</artifactId>
<version>1.5.31</version>
<version>1.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -152,7 +152,7 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-protoc-plugin</artifactId>
<version>1.5.31</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down
12 changes: 6 additions & 6 deletions version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
* already in the root directory.
*/

val spineBaseVersion: String by extra("1.5.31")
val spineTimeVersion: String by extra("1.5.24")
val spineVersion: String by extra("1.5.29")
val spineWebVersion: String by extra("1.5.25")
val spineGCloudVersion: String by extra("1.5.22")
val pluginVersion: String by extra("1.5.29")
val spineBaseVersion: String by extra("1.6.0")
val spineTimeVersion: String by extra("1.6.0")
val spineVersion: String by extra("1.6.0")
val spineWebVersion: String by extra("1.6.0")
val spineGCloudVersion: String by extra("1.6.0")
val pluginVersion: String by extra("1.6.0")