diff --git a/CHANGELOG.md b/CHANGELOG.md
index 51c30c063ff5..90afa6dd55d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
# Change Log
## Unreleased
+
+## 0.8.2.18 - 2019-01-17
### Added
- [docker] Copy the samples dir under ~/.kettle/data for convenience
- `WebSpoonUtils.getUISession()` to get the UISession from any child Thread of UIThread
diff --git a/README.md b/README.md
index a9755c628c17..5dae7d52a696 100644
--- a/README.md
+++ b/README.md
@@ -46,9 +46,9 @@ $ unzip ~/Downloads/pdi-ce-8.2.0.0-342.zip
$ cd $CATALINA_HOME
$ cp -r ~/data-integration/system ./
$ cp -r ~/data-integration/plugins ./
-$ wget https://raw.githubusercontent.com/HiromuHota/webspoon-docker/0.8.2.17/install.sh
+$ wget https://raw.githubusercontent.com/HiromuHota/webspoon-docker/0.8.2.18/install.sh
$ chmod +x install.sh
-$ export version=0.8.2.17
+$ export version=0.8.2.18
$ export dist=8.2.0.0-342
$ ./install.sh
$ ./bin/startup.sh
@@ -252,7 +252,7 @@ $ cd pentaho-kettle
$ mvn clean install -pl core,engine,security,ui
```
-Optionally you can specify -Dmaven.test.skip=true to skip the tests
+Optionally you can specify `-Dmaven.test.skip=true` to skip the tests
Build a war file (`spoon.war`):
diff --git a/assemblies/client/pom.xml b/assemblies/client/pom.xml
index 89df893da87b..60d0e22fc86d 100644
--- a/assemblies/client/pom.xml
+++ b/assemblies/client/pom.xml
@@ -4,7 +4,7 @@
4.0.0
pdi-ce
- 8.2.0.0-342-17
+ 8.2.0.0-342-18
pom
PDI Client Community Edition
diff --git a/assemblies/lib/pom.xml b/assemblies/lib/pom.xml
index d2fde8c40c05..c348619237e1 100644
--- a/assemblies/lib/pom.xml
+++ b/assemblies/lib/pom.xml
@@ -4,7 +4,7 @@
4.0.0
pdi-libs
- 8.2.0.0-342-17
+ 8.2.0.0-342-18
pom
PDI Client Libraries
diff --git a/assemblies/static/pom.xml b/assemblies/static/pom.xml
index 3f9f520b0256..083966ee700d 100644
--- a/assemblies/static/pom.xml
+++ b/assemblies/static/pom.xml
@@ -4,7 +4,7 @@
4.0.0
pdi-static
- 8.2.0.0-342-17
+ 8.2.0.0-342-18
pom
PDI Client Static Assets
diff --git a/core/pom.xml b/core/pom.xml
index fc1f10d5b9c2..27749d7c7f76 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -6,7 +6,7 @@
pentaho-kettle
kettle-core
- 8.2.0.0-342-17
+ 8.2.0.0-342-18
jar
PDI Core
diff --git a/engine/pom.xml b/engine/pom.xml
index f45efc248ede..0dd0caa5be06 100644
--- a/engine/pom.xml
+++ b/engine/pom.xml
@@ -6,7 +6,7 @@
pentaho-kettle
kettle-engine
- 8.2.0.0-342-17
+ 8.2.0.0-342-18
jar
PDI Engine
diff --git a/security/pom.xml b/security/pom.xml
index ffdda3b8e8db..2bf93eed30bc 100644
--- a/security/pom.xml
+++ b/security/pom.xml
@@ -6,7 +6,7 @@
pentaho-kettle
webspoon-security
jar
- 8.2.0.0-342-17
+ 8.2.0.0-342-18
webSpoon Security
diff --git a/ui/pom.xml b/ui/pom.xml
index 27fb283ff358..0e776443c9b5 100644
--- a/ui/pom.xml
+++ b/ui/pom.xml
@@ -6,7 +6,7 @@
pentaho-kettle
kettle-ui-swt
jar
- 8.2.0.0-342-17
+ 8.2.0.0-342-18
PDI User Interface