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:38:52 UTC

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


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

commit 5fe61c4c9b96aa15d282bc40936230632916953e
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sat Oct 19 20:49:07 2019 +0300

    stabilisation version
---
 Dockerfile    |  2 +-
 README.md     |  2 +-
 shared.gradle | 18 +++++++++---------
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 5e4d372..b8fb349 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,6 +32,6 @@ ENV server.max-http-header-size=16384 \
     system.initialclientid=service-runner
 
 WORKDIR /tmp
-COPY  --from=builder /builddir/service/build/libs/service-0.1.0-BUILD-SNAPSHOT-boot.jar ./customer-service-boot.jar
+COPY  --from=builder /builddir/service/build/libs/service-0.1.x-SNAPSHOT-boot.jar ./customer-service-boot.jar
 
 CMD ["java", "-jar", "customer-service-boot.jar"]
diff --git a/README.md b/README.md
index 6c31c6b..d8f812a 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN Customer Management [![Build Status](https://api.travis-ci.com/apache/fineract-cn-customer.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-customer) [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/apache/fineract-cn-customer)](https://hub.docker.com/r/apache/fineract-cn-customer/builds)
+# Apache Fineract CN Customer Management [![Build Status](https://api.travis-ci.com/apache/fineract-cn-customer.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-customer) [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/apache/fineract-cn-customer)](https://hub.docker.com/r/apache/fineract-cn-customer/builds)
 
 This service covers simple functionality around CRM and KYC. [Read more](https://cwiki.apache.org/confluence/display/FINERACT/Fineract+CN+Project+Structure#FineractCNProjectStructure-customer).
 
diff --git a/shared.gradle b/shared.gradle
index 38f8ac3..1437021 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -16,17 +16,17 @@
  */
 
 group 'org.apache.fineract.cn.customer'
-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',
+        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',
         validator  : '5.3.0.Final'
 ]