Skip to content

Commit 1b0bac5

Browse files
authored
Merge pull request #73 from SpineEventEngine/release-1.1.0
Release 1.1.0
2 parents b0ff740 + b519d27 commit 1b0bac5

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Diff for: 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.0.8-SNAPSHOT`
3+
# Dependencies of `io.spine:spine-testutil-time:1.1.0`
44

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

402402

403-
This report was generated on **Fri Sep 06 21:29:31 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).
403+
This report was generated on **Tue Sep 10 12:57:44 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).
404404

405405

406406

407407

408-
# Dependencies of `io.spine:spine-time:1.0.8-SNAPSHOT`
408+
# Dependencies of `io.spine:spine-time:1.1.0`
409409

410410
## Runtime
411411
1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2
@@ -894,4 +894,4 @@ This report was generated on **Fri Sep 06 21:29:31 EEST 2019** using [Gradle-Lic
894894
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
895895

896896

897-
This report was generated on **Fri Sep 06 21:29:32 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).
897+
This report was generated on **Tue Sep 10 12:57:46 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).

Diff for: 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.0.8-SNAPSHOT</version>
15+
<version>1.1.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.0.8-SNAPSHOT</version>
55+
<version>1.1.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.0.8-SNAPSHOT</version>
67+
<version>1.1.0</version>
6868
<scope>test</scope>
6969
</dependency>
7070
<dependency>
@@ -147,17 +147,17 @@ all modules and does not describe the project structure per-subproject.
147147
<dependency>
148148
<groupId>io.spine.tools</groupId>
149149
<artifactId>spine-errorprone-checks</artifactId>
150-
<version>1.0.8-SNAPSHOT</version>
150+
<version>1.1.0</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>io.spine.tools</groupId>
154154
<artifactId>spine-javadoc-filter</artifactId>
155-
<version>1.0.8-SNAPSHOT</version>
155+
<version>1.1.0</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>io.spine.tools</groupId>
159159
<artifactId>spine-protoc-plugin</artifactId>
160-
<version>1.0.8-SNAPSHOT</version>
160+
<version>1.1.0</version>
161161
</dependency>
162162
<dependency>
163163
<groupId>net.sourceforge.pmd</groupId>

Diff for: version.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
ext {
2222
// The version of the Spine Base module to be used in this project.
23-
spineBaseVersion = '1.0.8-SNAPSHOT'
23+
spineBaseVersion = '1.1.0'
2424

2525
// Publish this library with the same version number as Base.
2626
versionToPublish = spineBaseVersion

0 commit comments

Comments
 (0)