Skip to content

Commit eafee55

Browse files
authored
Merge pull request #40 from SpineEventEngine/release-1.2.0
Release `1.2.0`
2 parents 4f95e4f + 07b73fe commit eafee55

File tree

6 files changed

+19
-21
lines changed

6 files changed

+19
-21
lines changed

.github/workflows/win.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323

2424
- name: Run tests with Gradle
2525
run: gradlew.bat build
26+
shell: cmd

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Gradle plugin for bootstrapping projects built with Spine.
99
In order to apply the plugin to a Gradle project, in `build.gralde` add the following config:
1010
```gradle
1111
plugins {
12-
id 'io.spine.tools.gradle.bootstrap' version '1.1.4'
12+
id 'io.spine.tools.gradle.bootstrap' version '1.2.0'
1313
}
1414
```
1515

license-report.md

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

22

3-
# Dependencies of `io.spine.tools:spine-plugin:1.1.4`
3+
# Dependencies of `io.spine.tools:spine-plugin:1.2.0`
44

55
## Runtime
66
1. **Group:** aopalliance **Name:** aopalliance **Version:** 1.0
@@ -12,7 +12,7 @@
1212
* **POM Project URL:** [http://findbugs.sourceforge.net/](http://findbugs.sourceforge.net/)
1313
* **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
1414

15-
1. **Group:** com.google.code.gson **Name:** gson **Version:** 2.7
15+
1. **Group:** com.google.code.gson **Name:** gson **Version:** 2.8.5
1616
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
1717

1818
1. **Group:** com.google.errorprone **Name:** error_prone_annotations **Version:** 2.3.3
@@ -54,12 +54,12 @@
5454
* **POM Project URL:** [https://github.com/google/protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin)
5555
* **POM License: BSD 3-Clause** - [http://opensource.org/licenses/BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause)
5656

57-
1. **Group:** com.google.protobuf **Name:** protobuf-java **Version:** 3.9.0
57+
1. **Group:** com.google.protobuf **Name:** protobuf-java **Version:** 3.10.0
5858
* **Manifest Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
5959
* **Manifest license URL:** [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
6060
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
6161

62-
1. **Group:** com.google.protobuf **Name:** protobuf-java-util **Version:** 3.9.0
62+
1. **Group:** com.google.protobuf **Name:** protobuf-java-util **Version:** 3.10.0
6363
* **Manifest Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
6464
* **Manifest license URL:** [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
6565
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
@@ -172,9 +172,6 @@
172172
* **POM Project URL:** [http://findbugs.sourceforge.net/](http://findbugs.sourceforge.net/)
173173
* **POM License: The Apache Software License, Version 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
174174

175-
1. **Group:** com.google.code.gson **Name:** gson **Version:** 2.7
176-
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
177-
178175
1. **Group:** com.google.code.gson **Name:** gson **Version:** 2.8.5
179176
* **POM License: Apache 2.0** - [http://www.apache.org/licenses/LICENSE-2.0.txt](http://www.apache.org/licenses/LICENSE-2.0.txt)
180177

@@ -233,12 +230,12 @@
233230
* **POM Project URL:** [https://github.com/google/protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin)
234231
* **POM License: BSD 3-Clause** - [http://opensource.org/licenses/BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause)
235232

236-
1. **Group:** com.google.protobuf **Name:** protobuf-java **Version:** 3.9.0
233+
1. **Group:** com.google.protobuf **Name:** protobuf-java **Version:** 3.10.0
237234
* **Manifest Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
238235
* **Manifest license URL:** [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
239236
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
240237

241-
1. **Group:** com.google.protobuf **Name:** protobuf-java-util **Version:** 3.9.0
238+
1. **Group:** com.google.protobuf **Name:** protobuf-java-util **Version:** 3.10.0
242239
* **Manifest Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
243240
* **Manifest license URL:** [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
244241
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
@@ -471,4 +468,4 @@
471468
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
472469

473470

474-
This report was generated on **Tue Oct 08 18:44:26 EEST 2019** 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).
471+
This report was generated on **Fri Nov 08 19:41:12 EET 2019** 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</groupId>
1414
<artifactId>spine-bootstrap</artifactId>
15-
<version>1.1.4</version>
15+
<version>1.2.0</version>
1616

1717
<inceptionYear>2015</inceptionYear>
1818

@@ -52,25 +52,25 @@ all modules and does not describe the project structure per-subproject.
5252
<dependency>
5353
<groupId>io.spine</groupId>
5454
<artifactId>spine-base</artifactId>
55-
<version>1.1.4</version>
55+
<version>1.2.0</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>
5959
<groupId>io.spine.tools</groupId>
6060
<artifactId>spine-model-compiler</artifactId>
61-
<version>1.1.4</version>
61+
<version>1.2.0</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
<dependency>
6565
<groupId>io.spine.tools</groupId>
6666
<artifactId>spine-plugin-base</artifactId>
67-
<version>1.1.4</version>
67+
<version>1.2.0</version>
6868
<scope>compile</scope>
6969
</dependency>
7070
<dependency>
7171
<groupId>io.spine.tools</groupId>
7272
<artifactId>spine-proto-js-plugin</artifactId>
73-
<version>1.1.4</version>
73+
<version>1.2.0</version>
7474
<scope>compile</scope>
7575
</dependency>
7676
<dependency>
@@ -106,13 +106,13 @@ all modules and does not describe the project structure per-subproject.
106106
<dependency>
107107
<groupId>io.spine</groupId>
108108
<artifactId>spine-testlib</artifactId>
109-
<version>1.1.4</version>
109+
<version>1.2.0</version>
110110
<scope>test</scope>
111111
</dependency>
112112
<dependency>
113113
<groupId>io.spine.tools</groupId>
114114
<artifactId>spine-plugin-testlib</artifactId>
115-
<version>1.1.4</version>
115+
<version>1.2.0</version>
116116
<scope>test</scope>
117117
</dependency>
118118
<dependency>
@@ -158,7 +158,7 @@ all modules and does not describe the project structure per-subproject.
158158
<dependency>
159159
<groupId>io.spine.tools</groupId>
160160
<artifactId>spine-protoc-plugin</artifactId>
161-
<version>1.1.4</version>
161+
<version>1.2.0</version>
162162
</dependency>
163163
<dependency>
164164
<groupId>net.sourceforge.pmd</groupId>

version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* already in the root directory.
3030
*/
3131

32-
final def SPINE_VERSION = '1.1.4'
32+
final def SPINE_VERSION = '1.2.0'
3333

3434
ext {
3535
spineVersion = SPINE_VERSION

0 commit comments

Comments
 (0)