Merge pull request #17 from aasaru/0.1.x

FINCN-185 create stabilisation branch 0.1.x
diff --git a/Dockerfile b/Dockerfile
index af26daa..a183e02 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,6 +34,6 @@
     server.port=$rhythm_port
 
 WORKDIR /tmp
-COPY --from=builder /builddir/service/build/libs/service-0.1.0-BUILD-SNAPSHOT-boot.jar ./rhythm-service-boot.jar
+COPY --from=builder /builddir/service/build/libs/service-0.1.x-SNAPSHOT-boot.jar ./rhythm-service-boot.jar
 
 CMD ["java", "-jar", "rhythm-service-boot.jar"]
diff --git a/README.md b/README.md
index 0a3ccc6..2d7f864 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN Rhythm [![Build Status](https://api.travis-ci.com/apache/fineract-cn-rhythm.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-rhythm)  [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/apache/fineract-cn-rhythm)](https://hub.docker.com/r/apache/fineract-cn-rhythm/builds)
+# Apache Fineract CN Rhythm [![Build Status](https://api.travis-ci.com/apache/fineract-cn-rhythm.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-rhythm)  [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/apache/fineract-cn-rhythm)](https://hub.docker.com/r/apache/fineract-cn-rhythm/builds)
 
 This project provides a heart beatPublish for other services which need to start jobs to be executed once and only once at a defined time.
 [Read more](https://cwiki.apache.org/confluence/display/FINERACT/Fineract+CN+Project+Structure#FineractCNProjectStructure-rhythm).
diff --git a/shared.gradle b/shared.gradle
index 381632b..ea78f82 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -16,19 +16,19 @@
  */
 
 group 'org.apache.fineract.cn.rhythm'
-version '0.1.0-BUILD-SNAPSHOT'
+version '0.1.x-SNAPSHOT'
 
 ext.versions = [
-        frameworkapi : '0.1.0-BUILD-SNAPSHOT',
-        frameworklang : '0.1.0-BUILD-SNAPSHOT',
-        frameworkasync : '0.1.0-BUILD-SNAPSHOT',
-        frameworkcassandra : '0.1.0-BUILD-SNAPSHOT',
-        frameworkpostgresql : '0.1.0-BUILD-SNAPSHOT',
-        frameworkcommand : '0.1.0-BUILD-SNAPSHOT',
-        frameworktest: '0.1.0-BUILD-SNAPSHOT',
-        frameworkanubis: '0.1.0-BUILD-SNAPSHOT',
-        frameworkpermittedfeignclient: '0.1.0-BUILD-SNAPSHOT',
-        identity:  '0.1.0-BUILD-SNAPSHOT',
+        frameworkapi : '0.1.x-SNAPSHOT',
+        frameworklang : '0.1.x-SNAPSHOT',
+        frameworkasync : '0.1.x-SNAPSHOT',
+        frameworkcassandra : '0.1.x-SNAPSHOT',
+        frameworkpostgresql : '0.1.x-SNAPSHOT',
+        frameworkcommand : '0.1.x-SNAPSHOT',
+        frameworktest: '0.1.x-SNAPSHOT',
+        frameworkanubis: '0.1.x-SNAPSHOT',
+        frameworkpermittedfeignclient: '0.1.x-SNAPSHOT',
+        identity:  '0.1.x-SNAPSHOT',
         validator : '5.3.0.Final'
 ]