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/21 00:32:59 UTC

[fineract] branch 1.6.0 updated: Set release version pattern

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

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


The following commit(s) were added to refs/heads/1.6.0 by this push:
     new 7c56d95  Set release version pattern
7c56d95 is described below

commit 7c56d9599d9be066a8a196b88f2ee71b9076d150
Author: Aleksandar Vidakovic <ch...@monkeysintown.com>
AuthorDate: Mon Feb 21 01:32:25 2022 +0100

    Set release version pattern
---
 build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 72488ea..69670aa 100644
--- a/build.gradle
+++ b/build.gradle
@@ -88,7 +88,8 @@ allprojects  {
 
     jgitver {
         strategy 'PATTERN'
-        versionPattern '${M}.${m}.${p}-${meta.GIT_SHA1_8}'
+        // versionPattern '${M}.${m}.${p}-${meta.GIT_SHA1_8}'
+        versionPattern '${v}'
     }
 
     repositories {