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:49:02 UTC

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


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

commit 34efbc05680a777a879bbe4aeef169ef2f43dca5
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sat Oct 19 20:45:48 2019 +0300

    stabilisation version
---
 README.md     |  2 +-
 shared.gradle | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index c72568e..079c3f4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN Authorization Library [![Build Status](https://api.travis-ci.com/apache/fineract-cn-anubis.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-anubis)
+# Apache Fineract CN Authorization Library [![Build Status](https://api.travis-ci.com/apache/fineract-cn-anubis.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-anubis)
 
 This project provides authorization for Apache Fineract CN services.
 [Read more](https://cwiki.apache.org/confluence/display/FINERACT/Fineract+CN+Project+Structure#FineractCNProjectStructure-anubis).
diff --git a/shared.gradle b/shared.gradle
index 4f6992c..0d973ba 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -16,7 +16,7 @@
  */
 
 group 'org.apache.fineract.cn.anubis'
-version '0.1.0-BUILD-SNAPSHOT'
+version '0.1.x-SNAPSHOT'
 
 apply plugin: 'java'
 apply plugin: 'idea'
@@ -25,10 +25,10 @@ apply plugin: 'io.spring.dependency-management'
 
 
 ext.versions = [
-        frameworktest       : '0.1.0-BUILD-SNAPSHOT',
-        frameworkapi        : '0.1.0-BUILD-SNAPSHOT',
-        frameworkcassandra  : '0.1.0-BUILD-SNAPSHOT',
-        frameworklang       : '0.1.0-BUILD-SNAPSHOT',
+        frameworktest       : '0.1.x-SNAPSHOT',
+        frameworkapi        : '0.1.x-SNAPSHOT',
+        frameworkcassandra  : '0.1.x-SNAPSHOT',
+        frameworklang       : '0.1.x-SNAPSHOT',
         jjwt                : '0.6.0',
         hibernatevalidator  : '5.3.0.Final'
 ]