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:52:37 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 9f07b92  FINCN-172 create separate Artifactory version for Spring Boot #2 update
     new ee9d04f  Merge pull request #12 from aasaru/spring_boot_2
9f07b92 is described below

commit 9f07b9235af07630c96c1b0a113a9495b4466abd
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Wed Jan 22 13:43:34 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 c5f3e38..6f5f24f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -48,7 +48,7 @@ ext {
 }
 
 group 'org.apache.fineract.cn'
-version '0.1.0-BUILD-SNAPSHOT'
+version 'spring_boot_2'
 
 tasks.withType(JavaCompile) {
     sourceCompatibility = JavaVersion.VERSION_1_8