You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/19 17:13:18 UTC

[fineract-cn-cassandra] branch 0.1.x updated: stabilisation version

This is an automated email from the ASF dual-hosted git repository.

juhan pushed a commit to branch 0.1.x
in repository https://gitbox.apache.org/repos/asf/fineract-cn-cassandra.git


The following commit(s) were added to refs/heads/0.1.x by this push:
     new bcb7c9c  stabilisation version
     new 66035a3  Merge pull request #9 from aasaru/0.1.x
bcb7c9c is described below

commit bcb7c9c7da72d56e54fafcfef3a8a9c96d8d9ea8
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Fri Oct 18 20:41:41 2019 +0300

    stabilisation version
---
 README.md    | 2 +-
 build.gradle | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 8599841..898377f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://api.travis-ci.com/apache/fineract-cn-cassandra.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-cassandra)
+[![Build Status](https://api.travis-ci.com/apache/fineract-cn-cassandra.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-cassandra)
 
 # Apache Fineract CN Cassandra
 
diff --git a/build.gradle b/build.gradle
index a2df642..5a40a8a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,13 +31,13 @@ plugins {
 }
 
 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',
         findbugs      : '3.0.1',
-        frameworklang : '0.1.0-BUILD-SNAPSHOT'
+        frameworklang : '0.1.x-SNAPSHOT'
 ]
 
 tasks.withType(JavaCompile) {