stabilisation version
diff --git a/README.md b/README.md
index 3775fe7..d3e5ba4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN Core Command [](https://travis-ci.com/apache/fineract-cn-command)
+# Apache Fineract CN Core Command [](https://travis-ci.com/apache/fineract-cn-command)
This project is an umbrella for all Apache Fineract CN Core components.
diff --git a/build.gradle b/build.gradle
index 93fc2bd..d85f9e3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,16 +31,16 @@
}
group 'org.apache.fineract.cn'
-version '0.1.0-BUILD-SNAPSHOT'
+version '0.1.x-SNAPSHOT'
ext.versions = [
springcontext : '4.3.3.RELEASE',
springboot : '1.4.1.RELEASE',
gson : '2.5',
findbugs : '3.0.1',
- frameworklangversion : '0.1.0-BUILD-SNAPSHOT',
- frameworkasyncversion : '0.1.0-BUILD-SNAPSHOT',
- frameworkcassandraversion : '0.1.0-BUILD-SNAPSHOT'
+ frameworklangversion : '0.1.x-SNAPSHOT',
+ frameworkasyncversion : '0.1.x-SNAPSHOT',
+ frameworkcassandraversion : '0.1.x-SNAPSHOT'
]
tasks.withType(JavaCompile) {