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:24:37 UTC

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

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


The following commit(s) were added to refs/heads/spring_boot_2 by this push:
     new cb82f89  FINCN-172 create separate Artifactory version for Spring Boot 2 update
cb82f89 is described below

commit cb82f898cacef878079bfd0b6ce634e875424d25
Author: Juhan Aasaru <Ju...@nortal.com>
AuthorDate: Wed Jan 22 14:24:08 2020 +0200

    FINCN-172 create separate Artifactory version for Spring Boot 2 update
---
 shared.gradle | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/shared.gradle b/shared.gradle
index 492704f..dad60b4 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -16,7 +16,7 @@
  */
 
 group 'org.apache.fineract.cn.anubis'
-version '0.1.0-BUILD-SNAPSHOT'
+version 'spring_boot_2-SNAPSHOT'
 
 apply plugin: 'java'
 apply plugin: 'idea'
@@ -25,10 +25,10 @@ apply plugin: 'io.spring.dependency-management'
 
 
 ext.versions = [
-        frameworktest       : '0.1.0-BUILD-SNAPSHOT',
-        frameworkapi        : '0.1.0-BUILD-SNAPSHOT',
-        frameworkcassandra  : '0.1.0-BUILD-SNAPSHOT',
-        frameworklang       : '0.1.0-BUILD-SNAPSHOT',
+        frameworktest       : 'spring_boot_2-SNAPSHOT',
+        frameworkapi        : 'spring_boot_2-SNAPSHOT',
+        frameworkcassandra  : 'spring_boot_2-SNAPSHOT',
+        frameworklang       : 'spring_boot_2-SNAPSHOT',
         jjwt                : '0.6.0',
         hibernatevalidator  : '5.3.0.Final'
 ]