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/20 18:49:33 UTC

[fineract-cn-rhythm] branch 0.1.x updated: FINCN-185 create stabilisation branch 0.1.x

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-rhythm.git


The following commit(s) were added to refs/heads/0.1.x by this push:
     new 98213c4  FINCN-185 create stabilisation branch 0.1.x
     new 19bfc0d  Merge pull request #17 from aasaru/0.1.x
98213c4 is described below

commit 98213c49f7474349ad8f63b042576b02685cddde
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sun Oct 20 21:43:33 2019 +0300

    FINCN-185 create stabilisation branch 0.1.x
---
 Dockerfile    |  2 +-
 README.md     |  2 +-
 shared.gradle | 22 +++++++++++-----------
 3 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index af26daa..a183e02 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,6 +34,6 @@ ENV server.max-http-header-size=16384 \
     server.port=$rhythm_port
 
 WORKDIR /tmp
-COPY --from=builder /builddir/service/build/libs/service-0.1.0-BUILD-SNAPSHOT-boot.jar ./rhythm-service-boot.jar
+COPY --from=builder /builddir/service/build/libs/service-0.1.x-SNAPSHOT-boot.jar ./rhythm-service-boot.jar
 
 CMD ["java", "-jar", "rhythm-service-boot.jar"]
diff --git a/README.md b/README.md
index 0a3ccc6..2d7f864 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN Rhythm [![Build Status](https://api.travis-ci.com/apache/fineract-cn-rhythm.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-rhythm)  [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/apache/fineract-cn-rhythm)](https://hub.docker.com/r/apache/fineract-cn-rhythm/builds)
+# Apache Fineract CN Rhythm [![Build Status](https://api.travis-ci.com/apache/fineract-cn-rhythm.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-rhythm)  [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/apache/fineract-cn-rhythm)](https://hub.docker.com/r/apache/fineract-cn-rhythm/builds)
 
 This project provides a heart beatPublish for other services which need to start jobs to be executed once and only once at a defined time.
 [Read more](https://cwiki.apache.org/confluence/display/FINERACT/Fineract+CN+Project+Structure#FineractCNProjectStructure-rhythm).
diff --git a/shared.gradle b/shared.gradle
index 381632b..ea78f82 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -16,19 +16,19 @@
  */
 
 group 'org.apache.fineract.cn.rhythm'
-version '0.1.0-BUILD-SNAPSHOT'
+version '0.1.x-SNAPSHOT'
 
 ext.versions = [
-        frameworkapi : '0.1.0-BUILD-SNAPSHOT',
-        frameworklang : '0.1.0-BUILD-SNAPSHOT',
-        frameworkasync : '0.1.0-BUILD-SNAPSHOT',
-        frameworkcassandra : '0.1.0-BUILD-SNAPSHOT',
-        frameworkpostgresql : '0.1.0-BUILD-SNAPSHOT',
-        frameworkcommand : '0.1.0-BUILD-SNAPSHOT',
-        frameworktest: '0.1.0-BUILD-SNAPSHOT',
-        frameworkanubis: '0.1.0-BUILD-SNAPSHOT',
-        frameworkpermittedfeignclient: '0.1.0-BUILD-SNAPSHOT',
-        identity:  '0.1.0-BUILD-SNAPSHOT',
+        frameworkapi : '0.1.x-SNAPSHOT',
+        frameworklang : '0.1.x-SNAPSHOT',
+        frameworkasync : '0.1.x-SNAPSHOT',
+        frameworkcassandra : '0.1.x-SNAPSHOT',
+        frameworkpostgresql : '0.1.x-SNAPSHOT',
+        frameworkcommand : '0.1.x-SNAPSHOT',
+        frameworktest: '0.1.x-SNAPSHOT',
+        frameworkanubis: '0.1.x-SNAPSHOT',
+        frameworkpermittedfeignclient: '0.1.x-SNAPSHOT',
+        identity:  '0.1.x-SNAPSHOT',
         validator : '5.3.0.Final'
 ]