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-test.git
The following commit(s) were added to refs/heads/spring_boot_2 by this push:
new 79a6eaf FINCN-172 create separate Artifactory version for Spring Boot
2 update
79a6eaf is described below
commit 79a6eaff07842b9350a09a143d1a1e402a29a041
Author: Juhan Aasaru <[email protected]>
AuthorDate: Wed Jan 22 14:21:52 2020 +0200
FINCN-172 create separate Artifactory version for Spring Boot 2 update
---
build.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index 7650bdc..e50144f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,15 +31,15 @@ plugins {
}
group 'org.apache.fineract.cn'
-version '0.1.0-BUILD-SNAPSHOT'
+version 'spring_boot_2-SNAPSHOT'
ext.versions = [
springcontext : '4.3.3.RELEASE',
springboot : '1.4.1.RELEASE',
gson : '2.5',
findbugs : '3.0.1',
- frameworklang : '0.1.0-BUILD-SNAPSHOT',
- frameworkcassandra : '0.1.0-BUILD-SNAPSHOT'
+ frameworklang : 'spring_boot_2-SNAPSHOT',
+ frameworkcassandra : 'spring_boot_2-SNAPSHOT'
]
apply plugin: 'license'