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:54:40 UTC

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


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

commit 6a239aaba43bb3e3c72dbb61832422cb4661577c
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Sun Oct 20 21:48:56 2019 +0300

    FINCN-185 create stabilisation branch 0.1.x
---
 Dockerfile           |  2 +-
 README.md            |  2 +-
 service/build.gradle |  2 +-
 shared.gradle        | 20 ++++++++++----------
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index dac57ab..7a1a797 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,6 +31,6 @@ ENV server.max-http-header-size=16384 \
     server.port=$group_port
 
 WORKDIR /tmp
-COPY  --from=builder /builddir/service/build/libs/service-0.1.0-BUILD-SNAPSHOT-boot.jar ./group-service-boot.jar
+COPY  --from=builder /builddir/service/build/libs/service-0.1.x-SNAPSHOT-boot.jar ./group-service-boot.jar
 
 CMD ["java", "-jar", "group-service-boot.jar"]
diff --git a/README.md b/README.md
index d3e3fa3..11ac2cd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Apache Fineract CN Group Management [![Build Status](https://api.travis-ci.com/apache/fineract-cn-group.svg?branch=develop)](https://travis-ci.com/apache/fineract-cn-group) [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/apache/fineract-cn-group)](https://hub.docker.com/r/apache/fineract-cn-group/builds)
+# Apache Fineract CN Group Management [![Build Status](https://api.travis-ci.com/apache/fineract-cn-group.svg?branch=0.1.x)](https://travis-ci.com/apache/fineract-cn-group) [![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/apache/fineract-cn-group)](https://hub.docker.com/r/apache/fineract-cn-group/builds)
 
 This project provides Group management capabilities.
 [Read more](https://cwiki.apache.org/confluence/display/FINERACT/Fineract+CN+Project+Structure#FineractCNProjectStructure-group).
diff --git a/service/build.gradle b/service/build.gradle
index 668ce31..3de3d13 100644
--- a/service/build.gradle
+++ b/service/build.gradle
@@ -53,7 +53,7 @@ dependencies {
             [group: 'org.apache.fineract.cn', name: 'async', version: versions.frameworkasync],
             [group: 'org.apache.fineract.cn', name: 'cassandra', version: versions.frameworkcassandra],
             [group: 'org.apache.fineract.cn', name: 'postgresql', version: versions.frameworkmariadb],
-            [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'],
             [group: 'org.apache.fineract.cn', name: 'command', version: versions.frameworkcommand],
             [group: 'org.hibernate', name: 'hibernate-validator', version: versions.validator],
             [group: 'io.netty', name: 'netty-all', version: '4.1.39.Final'],
diff --git a/shared.gradle b/shared.gradle
index 3e98b0a..b3de9a5 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -16,17 +16,17 @@
  */
 
 group 'org.apache.fineract.cn.group'
-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',
-        frameworkmariadb : '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',
+        frameworkmariadb : '0.1.x-SNAPSHOT',
+        frameworkcommand : '0.1.x-SNAPSHOT',
+        frameworktest: '0.1.x-SNAPSHOT',
+        frameworkanubis: '0.1.x-SNAPSHOT',
         validator  : '5.3.0.Final'
 ]
 
@@ -57,7 +57,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(