Skip to content

Commit 50dcc5f

Browse files
authored
Merge pull request #147 from SpineEventEngine/release-1.5.0
Release 1.5.0
2 parents ec99582 + ebf0c9c commit 50dcc5f

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

config

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.gcloud:spine-datastore:1.4.11`
3+
# Dependencies of `io.spine.gcloud:spine-datastore:1.5.0`
44

55
## Runtime
66
1. **Group:** androidx.annotation **Name:** annotation **Version:** 1.1.0
@@ -650,12 +650,12 @@
650650
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
651651

652652

653-
This report was generated on **Wed Mar 04 17:26:09 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).
653+
This report was generated on **Sun Mar 08 16:49:18 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).
654654

655655

656656

657657

658-
# Dependencies of `io.spine.gcloud:spine-stackdriver-trace:1.4.11`
658+
# Dependencies of `io.spine.gcloud:spine-stackdriver-trace:1.5.0`
659659

660660
## Runtime
661661
1. **Group:** com.fasterxml.jackson.core **Name:** jackson-core **Version:** 2.9.9
@@ -1309,12 +1309,12 @@ This report was generated on **Wed Mar 04 17:26:09 EET 2020** using [Gradle-Lice
13091309
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
13101310

13111311

1312-
This report was generated on **Wed Mar 04 17:26:13 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).
1312+
This report was generated on **Sun Mar 08 16:49:21 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).
13131313

13141314

13151315

13161316

1317-
# Dependencies of `io.spine.gcloud:spine-testutil-gcloud:1.4.11`
1317+
# Dependencies of `io.spine.gcloud:spine-testutil-gcloud:1.5.0`
13181318

13191319
## Runtime
13201320
1. **Group:** androidx.annotation **Name:** annotation **Version:** 1.1.0
@@ -1985,4 +1985,4 @@ This report was generated on **Wed Mar 04 17:26:13 EET 2020** using [Gradle-Lice
19851985
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
19861986

19871987

1988-
This report was generated on **Wed Mar 04 17:26:16 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).
1988+
This report was generated on **Sun Mar 08 16:49:23 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: 5 additions & 5 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.gcloud</groupId>
1414
<artifactId>spine-gcloud-java</artifactId>
15-
<version>1.4.11</version>
15+
<version>1.5.0</version>
1616

1717
<inceptionYear>2015</inceptionYear>
1818

@@ -40,7 +40,7 @@ all modules and does not describe the project structure per-subproject.
4040
<dependency>
4141
<groupId>io.spine</groupId>
4242
<artifactId>spine-server</artifactId>
43-
<version>1.4.11</version>
43+
<version>1.5.0</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>
@@ -52,7 +52,7 @@ all modules and does not describe the project structure per-subproject.
5252
<dependency>
5353
<groupId>io.spine</groupId>
5454
<artifactId>spine-testutil-server</artifactId>
55-
<version>1.4.11</version>
55+
<version>1.5.0</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>
@@ -108,12 +108,12 @@ all modules and does not describe the project structure per-subproject.
108108
<dependency>
109109
<groupId>io.spine.tools</groupId>
110110
<artifactId>spine-errorprone-checks</artifactId>
111-
<version>1.4.10</version>
111+
<version>1.5.0</version>
112112
</dependency>
113113
<dependency>
114114
<groupId>io.spine.tools</groupId>
115115
<artifactId>spine-protoc-plugin</artifactId>
116-
<version>1.4.10</version>
116+
<version>1.5.0</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>net.sourceforge.pmd</groupId>

version.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
*/
2727

2828
ext {
29-
versionToPublish = '1.4.11'
29+
versionToPublish = '1.5.0'
3030

31-
spineBaseVersion = '1.4.10'
32-
spineCoreVersion = '1.4.11'
31+
spineBaseVersion = versionToPublish
32+
spineCoreVersion = versionToPublish
3333

3434
datastoreVersion = '1.102.2'
3535
}

0 commit comments

Comments
 (0)