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:36:13 UTC

[fineract-cn-test] 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-test.git


The following commit(s) were added to refs/heads/0.1.x by this push:
     new 65e368a  stabilisation version
     new 95d455f  Merge pull request #13 from aasaru/0.1.x
65e368a is described below

commit 65e368aa5067369f72ad62125619d61b251813cf
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sat Oct 19 20:24:25 2019 +0300

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

diff --git a/README.md b/README.md
index 1dad2f7..dc3b872 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN Test [![Build Status](https://api.travis-ci.com/apache/fineract-cn-test.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-test)
+# Apache Fineract CN Test [![Build Status](https://api.travis-ci.com/apache/fineract-cn-test.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-test)
 
 ## Abstract
 Apache Fineract CN is an application framework for digital financial services, a system to support nationwide and cross-national financial transactions and help to level and speed the creation of an inclusive, interconnected digital economy for every nation in the world.
@@ -47,4 +47,4 @@ The versioning layout is {MAJOR}.{MINOR}.{PATCH}-{INDICATOR}[.{PATCH}]. Only mil
 1.3.5-RELEASE
 
 ## License
-See [LICENSE](LICENSE) file.
\ No newline at end of file
+See [LICENSE](LICENSE) file.
diff --git a/build.gradle b/build.gradle
index 7650bdc..27c6c62 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,15 +31,15 @@ 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',
         gson                      : '2.5',
         findbugs                  : '3.0.1',
-        frameworklang             : '0.1.0-BUILD-SNAPSHOT',
-        frameworkcassandra        : '0.1.0-BUILD-SNAPSHOT'
+        frameworklang             : '0.1.x-SNAPSHOT',
+        frameworkcassandra        : '0.1.x-SNAPSHOT'
 ]
 
 apply plugin: 'license'
@@ -63,7 +63,7 @@ dependencies {
             [group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: versions.springboot],
             [group: 'com.google.code.gson', name: 'gson', version: versions.gson],
             [group: 'org.apache.fineract.cn', name: 'cassandra', version: versions.frameworkcassandra],
-            [group: 'org.apache.fineract.cn', name: 'postgresql', version: '0.1.0-BUILD-SNAPSHOT'],
+            [group: 'org.apache.fineract.cn', name: 'postgresql', version: '0.1.x-SNAPSHOT'],
             [group: 'org.apache.fineract.cn', name: 'lang', version: versions.frameworklang],
             [group: 'io.jsonwebtoken', name: 'jjwt', version: '0.6.0'],
             [group: 'org.cassandraunit', name: 'cassandra-unit', version: '3.0.0.1'],