diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2eb68b3..c42f30a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# 1.0.6
+- missing scm entry in pom.xml
+
# 1.0.5
- `Runnable` overload for `onFail` method
- Removed Spotbugs amd PMD
diff --git a/README.md b/README.md
index 98b9632..73e0f1b 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Maven:
io.github.sanyarnd
app-locker
- 1.0.5
+ 1.0.6
@@ -68,7 +68,7 @@ Maven:
```
Gradle:
```gradle
-compile 'io.github.sanyarnd:app-locker:1.0.5'
+compile 'io.github.sanyarnd:app-locker:1.0.6'
repositories {
maven {
diff --git a/gh-pages/_config.yml b/gh-pages/_config.yml
index 8e36f29..e3f4f61 100644
--- a/gh-pages/_config.yml
+++ b/gh-pages/_config.yml
@@ -1,6 +1,9 @@
theme: jekyll-theme-slate
+plugins:
+ - jekyll-sitemap
+ - jekyll-titles-from-headings
+
-title: AppLocker
description: Provides file-based locking mechanism with inter-process communication support
show_downloads: true
diff --git a/pom.xml b/pom.xml
index 7c7963d..a46f5e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.github.sanyarnd
app-locker
- 1.0.5
+ 1.0.6
https://sanyarnd.github.io/applocker/
jar
@@ -271,6 +271,12 @@
+
+ https://github.com/sanyarnd/applocker
+ scm:git:git@github.com:sanyarnd/applocker.git
+ scm:git:git@github.com:sanyarnd/applocker.git
+
+
bintray-sanya-rnd-maven-projects