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

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


The following commit(s) were added to refs/heads/develop by this push:
     new ef465562b FINERACT-1874: Minor fix release build
ef465562b is described below

commit ef465562b5bc88dae8c4ef96045df48faef1a561
Author: Aleks <[email protected]>
AuthorDate: Mon Jan 8 08:37:26 2024 +0100

    FINERACT-1874: Minor fix release build
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 3ac3d7449..1232f3d21 100644
--- a/build.gradle
+++ b/build.gradle
@@ -109,7 +109,7 @@ gitVersioning.apply {
         describeTagPattern = '.*(\\d+\\.\\d+\\.\\d+).*'
         describeTagFirstParent = false
 
-        branch("\\d+\\.\\d+\\.\\d+") {
+        branch("release\\/\\d+\\.\\d+\\.\\d+") {
             version = 
'${describe.tag.version.major}.${describe.tag.version.minor}.${describe.tag.version.patch}'
         }
         branch("maintenance\\/\\d+\\.\\d+") {

Reply via email to