This is an automated email from the ASF dual-hosted git repository. adamsaghy pushed a commit to branch release/1.13.1 in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 1503037aeedc25df935ba0e828ba8cb5b6e3a803 Author: Adam Monsen <[email protected]> AuthorDate: Sun Oct 19 09:50:06 2025 -0700 save 1.13.0 vote result --- .../src/main/resources/vote/result.1.13.0.json | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/buildSrc/src/main/resources/vote/result.1.13.0.json b/buildSrc/src/main/resources/vote/result.1.13.0.json new file mode 100644 index 0000000000..91650ad020 --- /dev/null +++ b/buildSrc/src/main/resources/vote/result.1.13.0.json @@ -0,0 +1,56 @@ +{ + "approve": { + "binding": [ + { + "name": "James Dailey", + "email": "[email protected]" + }, + { + "name": "Victor Manuel Romero Rodriguez", + "email": "[email protected]" + }, + { + "name": "Terence Monteiro", + "email": "[email protected]" + } + ], + "nonBinding": [ + { + "name": "Adam Monsen", + "email": "[email protected]" + }, + { + "name": "Bharath Gowda", + "email": "[email protected]" + }, + { + "name": "Aleksandar Vidakovic", + "email": "[email protected]" + }, + { + "name": "Ed Cable", + "email": "[email protected]" + }, + { + "name": "Felix van Hove", + "email": "[email protected]" + }, + { + "name": "Ahmed adel", + "email": "[email protected]" + } + ] + }, + "disapprove": { + "binding": [ + ], + "nonBinding": [ + ] + }, + "noOpinion": { + "binding": [ + ], + "nonBinding": [ + ] + } +}
