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-cassandra.git
The following commit(s) were added to refs/heads/spring_boot_2 by this push:
new 05b791f FINCN-172 create separate Artifactory version for Spring Boot
2 snapshot branch
05b791f is described below
commit 05b791fe4b12ed83099c108242061024aa6005ce
Author: Juhan Aasaru <[email protected]>
AuthorDate: Wed Jan 22 14:08:37 2020 +0200
FINCN-172 create separate Artifactory version for Spring Boot 2 snapshot
branch
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index a2df642..5b2d1cd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,13 +31,13 @@ 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',
findbugs : '3.0.1',
- frameworklang : '0.1.0-BUILD-SNAPSHOT'
+ frameworklang : 'spring_boot_2-SNAPSHOT'
]
tasks.withType(JavaCompile) {