From commits-return-7243-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Wed Jan 22 12:24:39 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 03C9518064C for ; Wed, 22 Jan 2020 13:24:38 +0100 (CET) Received: (qmail 27207 invoked by uid 500); 22 Jan 2020 12:24:38 -0000 Mailing-List: contact commits-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.apache.org Delivered-To: mailing list commits@fineract.apache.org Received: (qmail 27197 invoked by uid 99); 22 Jan 2020 12:24:38 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jan 2020 12:24:38 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id AB73F819D2; Wed, 22 Jan 2020 12:24:37 +0000 (UTC) Date: Wed, 22 Jan 2020 12:24:37 +0000 To: "commits@fineract.apache.org" Subject: [fineract-cn-anubis] branch spring_boot_2 updated: FINCN-172 create separate Artifactory version for Spring Boot 2 update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <157969587748.27442.5565650379689359910@gitbox.apache.org> From: juhan@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: fineract-cn-anubis X-Git-Refname: refs/heads/spring_boot_2 X-Git-Reftype: branch X-Git-Oldrev: b914cbc337746fbe1d64696353397b12d9be20eb X-Git-Newrev: cb82f898cacef878079bfd0b6ce634e875424d25 X-Git-Rev: cb82f898cacef878079bfd0b6ce634e875424d25 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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' ]