Skip to content

Commit b6d7212

Browse files
authored
Merge pull request #164 from SpineEventEngine/release-time-1.9.0
Release 1.9.0
2 parents 3410ddc + d3f7716 commit b6d7212

16 files changed

+26
-29
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2022, TeamDev. All rights reserved.
2+
# Copyright 2023, TeamDev. All rights reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Spine Time: Protobuf-based Date/Time types
22

3-
[![Build Status][travis-badge]][travis]  
43
[![codecov][codecov-badge]][codecov]  
54
[![license][license-badge]][license]
65

@@ -11,7 +10,7 @@ The types provided by this library follow the conventions offered by [Java Time]
1110

1211
## Supported Languages
1312

14-
Currently the library supports only Java, with JavaScript and Dart being on the priority list.
13+
Currently, the library supports only Java, with JavaScript and Dart being on the priority list.
1514

1615
## Using Spine Time in a Java Project
1716

@@ -27,8 +26,6 @@ In addition to the generated types and basic factory and calculation routines, t
2726
provides converters between its types and Java Time. It is expected that an application would
2827
perform the date/time calculations using Java Time.
2928

30-
[travis]: https://travis-ci.com/SpineEventEngine/time
31-
[travis-badge]: https://travis-ci.com/SpineEventEngine/time.svg?branch=master
3229
[codecov]: https://codecov.io/gh/SpineEventEngine/time
3330
[codecov-badge]: https://codecov.io/gh/SpineEventEngine/time/branch/master/graph/badge.svg
3431
[license-badge]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022, TeamDev. All rights reserved.
2+
* Copyright 2023, TeamDev. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

config

Submodule config updated 44 files

license-report.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
# Dependencies of `io.spine:spine-testutil-time:1.9.0-SNAPSHOT.5`
3+
# Dependencies of `io.spine:spine-testutil-time:1.9.0`
44

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

329329

330-
This report was generated on **Wed Nov 09 12:42:19 TRT 2022** 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).
330+
This report was generated on **Thu May 18 14:46:49 WEST 2023** 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).
331331

332332

333333

334334

335-
# Dependencies of `io.spine:spine-time:1.9.0-SNAPSHOT.5`
335+
# Dependencies of `io.spine:spine-time:1.9.0`
336336

337337
## Runtime
338338
1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2
@@ -692,4 +692,4 @@ This report was generated on **Wed Nov 09 12:42:19 TRT 2022** using [Gradle-Lice
692692
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
693693

694694

695-
This report was generated on **Wed Nov 09 12:42:32 TRT 2022** 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).
695+
This report was generated on **Thu May 18 14:47:04 WEST 2023** 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

+6-6
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.9.0-SNAPSHOT.5</version>
15+
<version>1.9.0</version>
1616

1717
<inceptionYear>2015</inceptionYear>
1818

@@ -46,7 +46,7 @@ all modules and does not describe the project structure per-subproject.
4646
<dependency>
4747
<groupId>io.spine</groupId>
4848
<artifactId>spine-base</artifactId>
49-
<version>1.9.0-SNAPSHOT.5</version>
49+
<version>1.9.0</version>
5050
<scope>compile</scope>
5151
</dependency>
5252
<dependency>
@@ -58,7 +58,7 @@ all modules and does not describe the project structure per-subproject.
5858
<dependency>
5959
<groupId>io.spine</groupId>
6060
<artifactId>spine-testlib</artifactId>
61-
<version>1.9.0-SNAPSHOT.5</version>
61+
<version>1.9.0</version>
6262
<scope>test</scope>
6363
</dependency>
6464
<dependency>
@@ -143,18 +143,18 @@ all modules and does not describe the project structure per-subproject.
143143
<dependency>
144144
<groupId>io.spine.tools</groupId>
145145
<artifactId>spine-errorprone-checks</artifactId>
146-
<version>1.9.0-SNAPSHOT.5</version>
146+
<version>1.9.0</version>
147147
<scope>provided</scope>
148148
</dependency>
149149
<dependency>
150150
<groupId>io.spine.tools</groupId>
151151
<artifactId>spine-javadoc-filter</artifactId>
152-
<version>1.9.0-SNAPSHOT.5</version>
152+
<version>1.9.0</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>io.spine.tools</groupId>
156156
<artifactId>spine-protoc-plugin</artifactId>
157-
<version>1.9.0-SNAPSHOT.5</version>
157+
<version>1.9.0</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>net.sourceforge.pmd</groupId>

pull

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
#
4-
# Copyright 2022, TeamDev. All rights reserved.
4+
# Copyright 2023, TeamDev. All rights reserved.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022, TeamDev. All rights reserved.
2+
* Copyright 2023, TeamDev. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

time/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022, TeamDev. All rights reserved.
2+
* Copyright 2023, TeamDev. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

time/src/main/java/io/spine/time/InstantConverter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022, TeamDev. All rights reserved.
2+
* Copyright 2023, TeamDev. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

time/src/main/java/io/spine/time/LocalDateTemporal.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022, TeamDev. All rights reserved.
2+
* Copyright 2023, TeamDev. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

time/src/main/java/io/spine/time/LocalDates.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022, TeamDev. All rights reserved.
2+
* Copyright 2023, TeamDev. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

time/src/main/java/io/spine/time/LocalTimes.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022, TeamDev. All rights reserved.
2+
* Copyright 2023, TeamDev. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

time/src/main/java/io/spine/time/ZoneOffsets.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022, TeamDev. All rights reserved.
2+
* Copyright 2023, TeamDev. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

time/src/main/java/io/spine/time/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022, TeamDev. All rights reserved.
2+
* Copyright 2023, TeamDev. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

version.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2022, TeamDev. All rights reserved.
2+
* Copyright 2023, TeamDev. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -40,12 +40,12 @@
4040
/**
4141
* Version of this library.
4242
*/
43-
val time = "1.9.0-SNAPSHOT.6"
43+
val time = "1.9.0"
4444

4545
/**
4646
* Versions of the Spine libraries that `time` depends on.
4747
*/
48-
val base = "1.9.0-SNAPSHOT.6"
48+
val base = "1.9.0"
4949

5050
project.extra.apply {
5151
this["versionToPublish"] = time

0 commit comments

Comments
 (0)