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/04/21 14:52:16 UTC

[fineract-cn-api] 39/44: 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-api.git

commit ff7f500e89fa3dbb73a67e0feda3c6f5faf731a5
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Wed Jan 22 13:47:18 2020 +0200

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

diff --git a/build.gradle b/build.gradle
index cf9bc49..a540fce 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,14 +34,14 @@ plugins {
 }
 
 group 'org.apache.fineract.cn'
-version '0.1.0-BUILD-SNAPSHOT'
+version 'spring_boot_2'
 
 ext.versions = [
         springcontext        : '4.3.3.RELEASE',
         springboot           : '1.4.1.RELEASE',
         feigngson            : '8.16.2',
         findbugs             : '3.0.1',
-        frameworklangversion : '0.1.0-BUILD-SNAPSHOT'
+        frameworklangversion : 'spring_boot_2'
 ]
 
 apply plugin: 'io.spring.dependency-management'