Skip to content

Commit

Permalink
Merge pull request #77 from SpineEventEngine/release-1.2.0
Browse files Browse the repository at this point in the history
Release `1.2.0`
  • Loading branch information
dmitrykuzmin authored Nov 7, 2019
2 parents c1162f0 + c770e5d commit 88cb403
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion config
8 changes: 4 additions & 4 deletions license-report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Dependencies of `io.spine:spine-testutil-time:1.1.10`
# Dependencies of `io.spine:spine-testutil-time:1.2.0`

## Runtime
1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2
Expand Down Expand Up @@ -397,12 +397,12 @@
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.


This report was generated on **Thu Oct 31 18:24:43 EET 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).
This report was generated on **Thu Nov 07 17:45:51 EET 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).




# Dependencies of `io.spine:spine-time:1.1.10`
# Dependencies of `io.spine:spine-time:1.2.0`

## Runtime
1. **Group:** com.google.code.findbugs **Name:** jsr305 **Version:** 3.0.2
Expand Down Expand Up @@ -880,4 +880,4 @@ This report was generated on **Thu Oct 31 18:24:43 EET 2019** using [Gradle-Lice
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.


This report was generated on **Thu Oct 31 18:24:52 EET 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).
This report was generated on **Thu Nov 07 17:46:02 EET 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).
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject.

<groupId>io.spine</groupId>
<artifactId>spine-time</artifactId>
<version>1.1.10</version>
<version>1.2.0</version>

<inceptionYear>2015</inceptionYear>

Expand Down Expand Up @@ -52,7 +52,7 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-base</artifactId>
<version>1.1.10</version>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -64,7 +64,7 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine</groupId>
<artifactId>spine-testlib</artifactId>
<version>1.1.10</version>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -141,17 +141,17 @@ all modules and does not describe the project structure per-subproject.
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-errorprone-checks</artifactId>
<version>1.1.10</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-javadoc-filter</artifactId>
<version>1.1.10</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>io.spine.tools</groupId>
<artifactId>spine-protoc-plugin</artifactId>
<version>1.1.10</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down
2 changes: 1 addition & 1 deletion version.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

ext {
// The version of the Spine Base module to be used in this project.
spineBaseVersion = '1.1.10'
spineBaseVersion = '1.2.0'

// Publish this library with the same version number as Base.
versionToPublish = spineBaseVersion
Expand Down

0 comments on commit 88cb403

Please sign in to comment.