Skip to content

Commit f66800d

Browse files
authored
Merge pull request #45 from SpineEventEngine/release-1.5.0
Release 1.5.0
2 parents 8300f6b + 472d550 commit f66800d

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

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.4.0'
12+
id 'io.spine.tools.gradle.bootstrap' version '1.5.0'
1313
}
1414
```
1515

config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

license-report.md

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

22

3-
# Dependencies of `io.spine.tools:spine-plugin:1.4.0`
3+
# Dependencies of `io.spine.tools:spine-plugin:1.5.0`
44

55
## Runtime
66
1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2
@@ -47,11 +47,11 @@
4747
* **POM Project URL:** [https://github.com/google/protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin)
4848
* **POM License: BSD 3-Clause** - [http://opensource.org/licenses/BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause)
4949

50-
1. **Group:** com.google.protobuf **Name:** protobuf-java **Version:** 3.11.1
50+
1. **Group:** com.google.protobuf **Name:** protobuf-java **Version:** 3.11.3
5151
* **Manifest Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
5252
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
5353

54-
1. **Group:** com.google.protobuf **Name:** protobuf-java-util **Version:** 3.11.1
54+
1. **Group:** com.google.protobuf **Name:** protobuf-java-util **Version:** 3.11.3
5555
* **Manifest Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
5656
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
5757

@@ -167,11 +167,11 @@
167167
* **POM Project URL:** [https://github.com/google/protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin)
168168
* **POM License: BSD 3-Clause** - [http://opensource.org/licenses/BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause)
169169

170-
1. **Group:** com.google.protobuf **Name:** protobuf-java **Version:** 3.11.1
170+
1. **Group:** com.google.protobuf **Name:** protobuf-java **Version:** 3.11.3
171171
* **Manifest Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
172172
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
173173

174-
1. **Group:** com.google.protobuf **Name:** protobuf-java-util **Version:** 3.11.1
174+
1. **Group:** com.google.protobuf **Name:** protobuf-java-util **Version:** 3.11.3
175175
* **Manifest Project URL:** [https://developers.google.com/protocol-buffers/](https://developers.google.com/protocol-buffers/)
176176
* **POM License: 3-Clause BSD License** - [https://opensource.org/licenses/BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause)
177177

@@ -373,4 +373,4 @@
373373
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
374374

375375

376-
This report was generated on **Thu Jan 16 12:10:28 EET 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).
376+
This report was generated on **Mon Mar 09 16:06:38 EET 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).

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.4.0</version>
15+
<version>1.5.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.4.0</version>
55+
<version>1.5.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.4.0</version>
61+
<version>1.5.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.4.0</version>
67+
<version>1.5.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.4.0</version>
73+
<version>1.5.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.4.0</version>
109+
<version>1.5.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.4.0</version>
115+
<version>1.5.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.4.0</version>
161+
<version>1.5.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.4.0'
32+
final def SPINE_VERSION = '1.5.0'
3333

3434
ext {
3535
spineVersion = SPINE_VERSION

0 commit comments

Comments
 (0)