This is an automated email from the ASF dual-hosted git repository.
aleks pushed a commit to branch release/1.9.0
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/release/1.9.0 by this push:
new 61df1e13f FINERACT-1874: Minor fix release build
61df1e13f is described below
commit 61df1e13f34b97c82c4b541d3c731e8754b0a3d2
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+") {