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 2020/01/22 11:59:14 UTC

[fineract-cn-lang] branch spring_boot_2 updated: FINCN-172 create separate Artifactory version for Spring Boot 2 update

This is an automated email from the ASF dual-hosted git repository.

juhan pushed a commit to branch spring_boot_2
in repository https://gitbox.apache.org/repos/asf/fineract-cn-lang.git


The following commit(s) were added to refs/heads/spring_boot_2 by this push:
     new 268fc61  FINCN-172 create separate Artifactory version for Spring Boot 2 update
     new b6e6de9  Merge branch 'spring_boot_2' of https://github.com/apache/fineract-cn-lang into spring_boot_2
268fc61 is described below

commit 268fc61ffab04d899b25fe682e3b14b0982d1e4c
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Wed Jan 22 13:57:40 2020 +0200

    FINCN-172 create separate Artifactory version for Spring Boot 2 update
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 6f5f24f..4e151d9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -48,7 +48,7 @@ ext {
 }
 
 group 'org.apache.fineract.cn'
-version 'spring_boot_2'
+version 'spring_boot_2-SNAPSHOT'
 
 tasks.withType(JavaCompile) {
     sourceCompatibility = JavaVersion.VERSION_1_8