diff --git a/config b/config
index 333d7ff39..1364a145b 160000
--- a/config
+++ b/config
@@ -1 +1 @@
-Subproject commit 333d7ff39b3eb81db291056aebab6232e94e0f94
+Subproject commit 1364a145b0421db1ba4cf3c293c6fecaf68f5454
diff --git a/license-report.md b/license-report.md
index 1f57a4791..5b9cf2f97 100644
--- a/license-report.md
+++ b/license-report.md
@@ -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
@@ -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
@@ -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).
\ No newline at end of file
+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).
diff --git a/pom.xml b/pom.xml
index 2fc7855b1..cdf0fc396 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject.
io.spine
spine-time
-1.1.10
+1.2.0
2015
@@ -52,7 +52,7 @@ all modules and does not describe the project structure per-subproject.
io.spine
spine-base
- 1.1.10
+ 1.2.0
compile
@@ -64,7 +64,7 @@ all modules and does not describe the project structure per-subproject.
io.spine
spine-testlib
- 1.1.10
+ 1.2.0
test
@@ -141,17 +141,17 @@ all modules and does not describe the project structure per-subproject.
io.spine.tools
spine-errorprone-checks
- 1.1.10
+ 1.2.0
io.spine.tools
spine-javadoc-filter
- 1.1.10
+ 1.2.0
io.spine.tools
spine-protoc-plugin
- 1.1.10
+ 1.2.0
net.sourceforge.pmd
diff --git a/version.gradle b/version.gradle
index 190321a78..06ff856c0 100644
--- a/version.gradle
+++ b/version.gradle
@@ -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