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:59:33 UTC

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


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

commit 74e63b2e4107de32d2020ca276fc599b29154a0a
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sat Oct 19 20:55:42 2019 +0300

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

diff --git a/README.md b/README.md
index 5fdf2f5..ec7acde 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN Service Starter [![Build Status](https://api.travis-ci.com/apache/fineract-cn-service-starter.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-service-starter)
+# Apache Fineract CN Service Starter [![Build Status](https://api.travis-ci.com/apache/fineract-cn-service-starter.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-service-starter)
 
 
 This project makes it possible to start services locally for the purpose of writing integration tests.
diff --git a/build.gradle b/build.gradle
index bebea53..bd6b8c8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -32,12 +32,12 @@ plugins {
 }
 
 group 'org.apache.fineract.cn'
-version '0.1.0-BUILD-SNAPSHOT'
+version '0.1.x-SNAPSHOT'
 
 ext.versions = [
-        frameworkapi    : '0.1.0-BUILD-SNAPSHOT',
-        frameworktest   : '0.1.0-BUILD-SNAPSHOT',
-        frameworkanubis : '0.1.0-BUILD-SNAPSHOT',
+        frameworkapi    : '0.1.x-SNAPSHOT',
+        frameworktest   : '0.1.x-SNAPSHOT',
+        frameworkanubis : '0.1.x-SNAPSHOT',
         validator       : '5.3.0.Final',
         springcontext   : '4.3.3.RELEASE',
         activeMQ        : '5.13.2',