Skip to content

Commit f8932a3

Browse files
authored
Merge pull request #83 from SpineEventEngine/release-1.8.0
Release 1.8.0
2 parents fbcd73c + 88d6139 commit f8932a3

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In order to apply the plugin to a Gradle project, in `build.gralde` add the foll
1212

1313
```gradle
1414
plugins {
15-
id("io.spine.tools.gradle.bootstrap").version("1.7.0")
15+
id("io.spine.tools.gradle.bootstrap").version("1.8.0")
1616
}
1717
```
1818

license-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
# Dependencies of `io.spine.tools:spine-plugin:1.7.1`
3+
# Dependencies of `io.spine.tools:spine-plugin:1.8.0`
44

55
## Runtime
66
1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2
@@ -335,4 +335,4 @@
335335
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
336336

337337

338-
This report was generated on **Mon Jan 11 16:22:17 EET 2021** 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).
338+
This report was generated on **Mon Dec 20 16:24:49 EET 2021** 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).

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject.
1212

1313
<groupId>io.spine.tools</groupId>
1414
<artifactId>spine-bootstrap</artifactId>
15-
<version>1.7.1</version>
15+
<version>1.8.0</version>
1616

1717
<inceptionYear>2015</inceptionYear>
1818

@@ -40,31 +40,31 @@ all modules and does not describe the project structure per-subproject.
4040
<dependency>
4141
<groupId>io.spine</groupId>
4242
<artifactId>spine-base</artifactId>
43-
<version>1.7.4</version>
43+
<version>1.8.0</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.spine.tools</groupId>
4848
<artifactId>spine-model-compiler</artifactId>
49-
<version>1.7.4</version>
49+
<version>1.8.0</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>io.spine.tools</groupId>
5454
<artifactId>spine-plugin-base</artifactId>
55-
<version>1.7.4</version>
55+
<version>1.8.0</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>
5959
<groupId>io.spine.tools</groupId>
6060
<artifactId>spine-proto-dart-plugin</artifactId>
61-
<version>1.7.4</version>
61+
<version>1.8.0</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
<dependency>
6565
<groupId>io.spine.tools</groupId>
6666
<artifactId>spine-proto-js-plugin</artifactId>
67-
<version>1.7.4</version>
67+
<version>1.8.0</version>
6868
<scope>compile</scope>
6969
</dependency>
7070
<dependency>
@@ -94,13 +94,13 @@ all modules and does not describe the project structure per-subproject.
9494
<dependency>
9595
<groupId>io.spine</groupId>
9696
<artifactId>spine-testlib</artifactId>
97-
<version>1.7.4</version>
97+
<version>1.8.0</version>
9898
<scope>test</scope>
9999
</dependency>
100100
<dependency>
101101
<groupId>io.spine.tools</groupId>
102102
<artifactId>spine-plugin-testlib</artifactId>
103-
<version>1.7.4</version>
103+
<version>1.8.0</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>

version.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
* already in the root directory.
3636
*/
3737

38-
val spineVersion: String by extra("1.7.2-SNAPSHOT.0")
39-
val spineBaseVersion: String by extra("1.7.4")
38+
val spineVersion: String by extra("1.8.0")
39+
val spineBaseVersion: String by extra("1.8.0")
4040
val spineTimeVersion: String by extra(spineVersion)
4141
val spineWebVersion: String by extra(spineVersion)
4242
val spineGCloudVersion: String by extra(spineVersion)

0 commit comments

Comments
 (0)