Skip to content

Commit 03b2346

Browse files
authored
Merge pull request #97 from SpineEventEngine/release-1.6.0
Release `1.6.0`
2 parents ace5d27 + e134952 commit 03b2346

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

license-report.md

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

22

3-
# Dependencies of `io.spine:spine-testutil-time:1.5.22`
3+
# Dependencies of `io.spine:spine-testutil-time:1.6.0`
44

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

336336

337-
This report was generated on **Fri Jul 17 12:25:57 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).
337+
This report was generated on **Tue Sep 08 21:00:08 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).
338338

339339

340340

341341

342-
# Dependencies of `io.spine:spine-time:1.5.22`
342+
# Dependencies of `io.spine:spine-time:1.6.0`
343343

344344
## Runtime
345345
1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2
@@ -710,4 +710,4 @@ This report was generated on **Fri Jul 17 12:25:57 EEST 2020** using [Gradle-Lic
710710
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
711711

712712

713-
This report was generated on **Fri Jul 17 12:26:02 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).
713+
This report was generated on **Tue Sep 08 21:00:15 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).

pom.xml

Lines changed: 6 additions & 6 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-time</artifactId>
15-
<version>1.5.22</version>
15+
<version>1.6.0</version>
1616

1717
<inceptionYear>2015</inceptionYear>
1818

@@ -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-base</artifactId>
55-
<version>1.5.22</version>
55+
<version>1.6.0</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
<dependency>
@@ -64,7 +64,7 @@ all modules and does not describe the project structure per-subproject.
6464
<dependency>
6565
<groupId>io.spine</groupId>
6666
<artifactId>spine-testlib</artifactId>
67-
<version>1.5.22</version>
67+
<version>1.6.0</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>
@@ -129,17 +129,17 @@ all modules and does not describe the project structure per-subproject.
129129
<dependency>
130130
<groupId>io.spine.tools</groupId>
131131
<artifactId>spine-errorprone-checks</artifactId>
132-
<version>1.5.22</version>
132+
<version>1.6.0</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>io.spine.tools</groupId>
136136
<artifactId>spine-javadoc-filter</artifactId>
137-
<version>1.5.22</version>
137+
<version>1.6.0</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>io.spine.tools</groupId>
141141
<artifactId>spine-protoc-plugin</artifactId>
142-
<version>1.5.22</version>
142+
<version>1.6.0</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>net.sourceforge.pmd</groupId>

version.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
/**
3535
* Version of this library.
3636
*/
37-
val time = "1.5.24"
37+
val time = "1.6.0"
3838

3939
/**
4040
* Versions of the Spine libraries that `time` depends on.
4141
*/
42-
val base = "1.5.24"
42+
val base = "1.6.0"
4343

4444
project.extra.apply {
4545
this["versionToPublish"] = time

0 commit comments

Comments
 (0)