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-async.git
The following commit(s) were added to refs/heads/spring_boot_2 by this push:
new d974dbc FINCN-172 create separate Artifactory version for Spring Boot
2 snapshot branch
d974dbc is described below
commit d974dbce0b753d9412d4ae535d38515b2f8cff90
Author: Juhan Aasaru <[email protected]>
AuthorDate: Wed Jan 22 14:05:31 2020 +0200
FINCN-172 create separate Artifactory version for Spring Boot 2 snapshot
branch
---
build.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index c54a472..5bfd150 100644
--- a/build.gradle
+++ b/build.gradle
@@ -34,11 +34,11 @@ plugins {
}
group 'org.apache.fineract.cn'
-version '0.1.0-BUILD-SNAPSHOT'
+version 'spring_boot_2-SNAPSHOT'
ext.versions = [
- frameworklang : '0.1.0-BUILD-SNAPSHOT',
- frameworkapi : '0.1.0-BUILD-SNAPSHOT',
+ frameworklang : 'spring_boot_2-SNAPSHOT',
+ frameworkapi : 'spring_boot_2-SNAPSHOT',
springcontext : '4.3.3.RELEASE',
springsecurity: '4.2.2.RELEASE',
springboot : '1.4.1.RELEASE',