You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2020/01/22 12:13:12 UTC

[fineract-cn-command] branch spring_boot_2 updated: FINCN-172 create separate Artifactory version for Spring Boot 2 snapshot branch

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-command.git


The following commit(s) were added to refs/heads/spring_boot_2 by this push:
     new 6ec5da5  FINCN-172 create separate Artifactory version for Spring Boot 2 snapshot branch
     new d2c41f1  Merge remote-tracking branch 'upstream/develop' into spring_boot_2
6ec5da5 is described below

commit 6ec5da523f79762001c8febec80df49042c9dc4c
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Wed Jan 22 14:11:52 2020 +0200

    FINCN-172 create separate Artifactory version for Spring Boot 2 snapshot branch
---
 build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 93fc2bd..f57bbf6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,16 +31,16 @@ 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',
-        frameworklangversion      : '0.1.0-BUILD-SNAPSHOT',
-        frameworkasyncversion     : '0.1.0-BUILD-SNAPSHOT',
-        frameworkcassandraversion : '0.1.0-BUILD-SNAPSHOT'
+        frameworklangversion      : 'spring_boot_2-SNAPSHOT',
+        frameworkasyncversion     : 'spring_boot_2-SNAPSHOT',
+        frameworkcassandraversion : 'spring_boot_2-SNAPSHOT'
 ]
 
 tasks.withType(JavaCompile) {