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-crypto.git
The following commit(s) were added to refs/heads/spring_boot_2 by this push:
new 7336a50 FINCN-172 create separate Artifactory version for Spring Boot
2 update
7336a50 is described below
commit 7336a506872ed6cbb8cc54af19a4669d02d25a7a
Author: Juhan Aasaru <[email protected]>
AuthorDate: Wed Jan 22 14:17:59 2020 +0200
FINCN-172 create separate Artifactory version for Spring Boot 2 update
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 2bc8b62..3821595 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@ plugins {
}
group 'org.apache.fineract.cn'
-version '0.1.0-BUILD-SNAPSHOT'
+version 'spring_boot_2-SNAPSHOT'
tasks.withType(JavaCompile) {
sourceCompatibility = JavaVersion.VERSION_1_8