diff --git a/README.md b/README.md
index 8c062cd98..efbc286ad 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,28 @@
Support for Spine-based Java apps running at Google Cloud.
+### Artifacts
+
+Gradle:
+
+```groovy
+dependencies {
+ implementation (
+
+ // Datastore Storage support library.
+ "io.spine.gcloud:spine-datastore:1.0.0",
+
+ // Stackdriver Trace support library.
+ "io.spine.gcloud:spine-stackdriver-trace:1.0.0"
+ )
+}
+```
+
+These artifacts should be used as a part of the Spine server application.
+
+For the details on setting up the server environment please refer to [Spine Bootstrap Gradle plugin](https://github.com/SpineEventEngine/bootstrap/)
+and [Spine `core` modules](https://github.com/SpineEventEngine/core-java/) documentation.
+
### Configuring Datastore
#### Datastore indexes
diff --git a/config b/config
index 3ef5c1a37..ebfb49b45 160000
--- a/config
+++ b/config
@@ -1 +1 @@
-Subproject commit 3ef5c1a37940a0d3c14274e20e8f1bd15bc97f81
+Subproject commit ebfb49b45969aefe861d3eb70e6ed224803b9f71
diff --git a/license-report.md b/license-report.md
index 289f62b13..a0b6e4711 100644
--- a/license-report.md
+++ b/license-report.md
@@ -1,6 +1,6 @@
-# Dependencies of `io.spine.gcloud:spine-datastore:1.0.0-SNAPSHOT`
+# Dependencies of `io.spine.gcloud:spine-datastore:1.0.0`
## Runtime
1. **Group:** com.fasterxml.jackson.core **Name:** jackson-core **Version:** 2.9.6
@@ -780,12 +780,12 @@
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
-This report was generated on **Fri Aug 02 19:17:57 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).
+This report was generated on **Mon Aug 05 15:22:10 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).
-# Dependencies of `io.spine.gcloud:spine-stackdriver-trace:1.0.0-SNAPSHOT`
+# Dependencies of `io.spine.gcloud:spine-stackdriver-trace:1.0.0`
## Runtime
1. **Group:** com.fasterxml.jackson.core **Name:** jackson-core **Version:** 2.9.6
@@ -1549,4 +1549,4 @@ This report was generated on **Fri Aug 02 19:17:57 EEST 2019** using [Gradle-Lic
The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
-This report was generated on **Fri Aug 02 19:18:10 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).
\ No newline at end of file
+This report was generated on **Mon Aug 05 15:22:12 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).
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 2f2e65ccd..a50a2a8b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@ all modules and does not describe the project structure per-subproject.
io.spine.gcloud
spine-gcloud-java
-1.0.0-SNAPSHOT
+1.0.0
2015
@@ -40,7 +40,7 @@ all modules and does not describe the project structure per-subproject.
io.spine
spine-server
- 1.0.0-SNAPSHOT
+ 1.0.0
compile
@@ -52,7 +52,7 @@ all modules and does not describe the project structure per-subproject.
io.spine
spine-testutil-server
- 1.0.0-SNAPSHOT
+ 1.0.0
test
@@ -70,19 +70,19 @@ all modules and does not describe the project structure per-subproject.
org.junit.jupiter
junit-jupiter-api
- 5.4.2
+ 5.5.1
test
org.junit.jupiter
junit-jupiter-engine
- 5.4.2
+ 5.5.1
test
org.junit.jupiter
junit-jupiter-params
- 5.4.2
+ 5.5.1
test
@@ -120,17 +120,17 @@ all modules and does not describe the project structure per-subproject.
io.spine.tools
spine-errorprone-checks
- 1.0.0-SNAPSHOT
+ 1.0.0
io.spine.tools
spine-protoc-plugin
- 1.0.0-SNAPSHOT
+ 1.0.0
net.sourceforge.pmd
pmd-java
- 6.13.0
+ 6.16.0
org.jacoco
diff --git a/version.gradle b/version.gradle
index 45609b414..045dec7ac 100644
--- a/version.gradle
+++ b/version.gradle
@@ -25,7 +25,7 @@
* {@code .config/gradle/dependencies.gradle}.
*/
-def final SPINE_VERSION = '1.0.0-SNAPSHOT'
+def final SPINE_VERSION = '1.0.0'
ext {
spineBaseVersion = '1.0.0'