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:17 UTC

[fineract-cn-api] 40/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 a2df9f4ad2b918471a07ca8238e9f3a2e5248c97
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Wed Jan 22 14:01:28 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 a540fce..96abe59 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,14 +34,14 @@ plugins {
 }
 
 group 'org.apache.fineract.cn'
-version 'spring_boot_2'
+version 'spring_boot_2-SNAPSHOT'
 
 ext.versions = [
         springcontext        : '4.3.3.RELEASE',
         springboot           : '1.4.1.RELEASE',
         feigngson            : '8.16.2',
         findbugs             : '3.0.1',
-        frameworklangversion : 'spring_boot_2'
+        frameworklangversion : 'spring_boot_2-SNAPSHOT'
 ]
 
 apply plugin: 'io.spring.dependency-management'