You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/02/24 08:10:37 UTC

[fineract] branch merge-1.6.0 updated: Merge release 1.6.0

This is an automated email from the ASF dual-hosted git repository.

aleks pushed a commit to branch merge-1.6.0
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/merge-1.6.0 by this push:
     new 412cbe8  Merge release 1.6.0
412cbe8 is described below

commit 412cbe884e2f6fa0f79d13b0439b62f94613afc3
Author: Aleksandar Vidakovic <al...@apache.org>
AuthorDate: Thu Feb 24 09:08:52 2022 +0100

    Merge release 1.6.0
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index a7972ac..681c5e4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -89,8 +89,8 @@ allprojects  {
 
     jgitver {
         strategy 'PATTERN'
-        // versionPattern '${M}.${m}.${p}-${meta.GIT_SHA1_8}'
-        versionPattern '${v}'
+        versionPattern '${M}.${m}.${p}-${meta.GIT_SHA1_8}'
+        // versionPattern '${v}'
     }
 
     repositories {