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 19:01:11 UTC

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


The following commit(s) were added to refs/heads/0.1.x by this push:
     new 4d67b4d  FINCN-185 create stabilisation branch 0.1.x
     new e81b80f  Merge pull request #21 from aasaru/0.1.x
4d67b4d is described below

commit 4d67b4dbe6b5d210e7269b9eb94ad18794cacda0
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sun Oct 20 21:54:01 2019 +0300

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

diff --git a/Dockerfile b/Dockerfile
index 3ee37c8..09fac99 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,6 +32,6 @@ ENV server.max-http-header-size=16384 \
     server.port=$portfolio_port
 
 WORKDIR /tmp
-COPY --from=builder /builddir/service/build/libs/service-0.1.0-BUILD-SNAPSHOT-boot.jar ./portfolio-service-boot.jar
+COPY --from=builder /builddir/service/build/libs/service-0.1.x-SNAPSHOT-boot.jar ./portfolio-service-boot.jar
 
 CMD ["java", "-jar", "portfolio-service-boot.jar"]
diff --git a/README.md b/README.md
index 912e7fb..f1bdf0d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN Portfolio [![Build Status](https://api.travis-ci.com/apache/fineract-cn-portfolio.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-portfolio) [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/apache/fineract-cn-portfolio)](https://hub.docker.com/r/apache/fineract-cn-portfolio/builds)
+# Apache Fineract CN Portfolio [![Build Status](https://api.travis-ci.com/apache/fineract-cn-portfolio.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-portfolio) [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/apache/fineract-cn-portfolio)](https://hub.docker.com/r/apache/fineract-cn-portfolio/builds)
 
 This project provides product and case management for Fineract CN.  Products are described and "instantiated"
 for customers as cases.
diff --git a/shared.gradle b/shared.gradle
index fda6cd4..07edcb4 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -16,20 +16,20 @@
  */
 
 group 'org.apache.fineract.cn.portfolio'
-version '0.1.0-BUILD-SNAPSHOT'
+version '0.1.x-SNAPSHOT'
 
 ext.versions = [
-        frameworkanubis      : '0.1.0-BUILD-SNAPSHOT',
-        frameworkapi         : '0.1.0-BUILD-SNAPSHOT',
-        frameworklang        : '0.1.0-BUILD-SNAPSHOT',
-        frameworkpostgresql  : '0.1.0-BUILD-SNAPSHOT',
-        frameworkcassandra   : '0.1.0-BUILD-SNAPSHOT',
-        frameworkcommand     : '0.1.0-BUILD-SNAPSHOT',
-        frameworktest        : '0.1.0-BUILD-SNAPSHOT',
-        frameworkasync       : '0.1.0-BUILD-SNAPSHOT',
-        fineractcnaccounting : '0.1.0-BUILD-SNAPSHOT',
-        fineractcnrhythm     : '0.1.0-BUILD-SNAPSHOT',
-        fineractcncustomer   : '0.1.0-BUILD-SNAPSHOT',
+        frameworkanubis      : '0.1.x-SNAPSHOT',
+        frameworkapi         : '0.1.x-SNAPSHOT',
+        frameworklang        : '0.1.x-SNAPSHOT',
+        frameworkpostgresql  : '0.1.x-SNAPSHOT',
+        frameworkcassandra   : '0.1.x-SNAPSHOT',
+        frameworkcommand     : '0.1.x-SNAPSHOT',
+        frameworktest        : '0.1.x-SNAPSHOT',
+        frameworkasync       : '0.1.x-SNAPSHOT',
+        fineractcnaccounting : '0.1.x-SNAPSHOT',
+        fineractcnrhythm     : '0.1.x-SNAPSHOT',
+        fineractcncustomer   : '0.1.x-SNAPSHOT',
         validator            : '5.3.0.Final',
         javamoneylib         : '0.9-SNAPSHOT',
         expiringmap          : '0.5.8'
@@ -62,7 +62,7 @@ ext['spring-data-releasetrain.version'] = 'Gosling-SR2A'
 dependencies {
     compile(
             [group: 'com.google.code.findbugs', name: 'jsr305'],
-            [group: 'org.apache.fineract.cn', name: 'postgresql', version: '0.1.0-BUILD-SNAPSHOT']
+            [group: 'org.apache.fineract.cn', name: 'postgresql', version: '0.1.x-SNAPSHOT']
     )
 
     testCompile(