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:18:51 UTC

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


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

commit eb91ed73000ca0902449456fb068a409f3db6f18
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sat Oct 19 20:15:15 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 bdf96da..610f5e2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN data-jpa [![Build Status](https://api.travis-ci.com/apache/fineract-cn-data-jpa.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-data-jpa)
+# Apache Fineract CN data-jpa [![Build Status](https://api.travis-ci.com/apache/fineract-cn-data-jpa.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-data-jpa)
 
 Data JPA provides easy access to tenant databases.
 
diff --git a/build.gradle b/build.gradle
index a26d2fb..a327b03 100644
--- a/build.gradle
+++ b/build.gradle
@@ -40,7 +40,7 @@ plugins {
 }
 
 group 'org.apache.fineract.cn'
-version '0.1.0-BUILD-SNAPSHOT'
+version '0.1.x-SNAPSHOT'
 
 apply plugin: 'propdeps'
 apply plugin: 'propdeps-idea'
@@ -65,7 +65,7 @@ dependencies {
             [group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: '1.4.1.RELEASE'],
             [group: 'org.apache.commons', name: 'commons-dbcp2', version: '2.1.1'],
             [group: 'org.liquibase', name: 'liquibase-core', version: '3.5.3'],
-            [group: 'org.apache.fineract.cn', name: 'lang', version: '0.1.0-BUILD-SNAPSHOT'],
+            [group: 'org.apache.fineract.cn', name: 'lang', version: '0.1.x-SNAPSHOT'],
             [group: 'com.google.code.findbugs', name: 'jsr305']
     )