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 <[email protected]> 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'
