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:15:50 UTC

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


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

commit e8bc9dc5aad79ce9cd967884ca5380b69786bdeb
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sat Oct 19 20:12:34 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 e7c8b0c..b3c63c2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN PostgreSQL [![Build Status](https://api.travis-ci.com/apache/fineract-cn-postgresql.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-postgresql)
+# Apache Fineract CN PostgreSQL [![Build Status](https://api.travis-ci.com/apache/fineract-cn-postgresql.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-postgresql)
 
 For fineract-cn-* repositories this library provides tenant-separation based on header contents.
 [Read more](https://cwiki.apache.org/confluence/display/FINERACT/Fineract+CN+Project+Structure#FineractCNProjectStructure-postgresqlDBanddatapersistence).
diff --git a/build.gradle b/build.gradle
index bf763ed..e54bff6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -38,13 +38,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',
         bonecp       : '0.8.0.RELEASE',
         flyway       : '4.0.1',
         postgresql   : '42.2.5',