This is an automated email from the ASF dual-hosted git repository.
meonkeys 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 97aa931a59 save 1.12.1 vote result
new a8d23ee747 Merge branch 'release/1.12.1' into develop
97aa931a59 is described below
commit 97aa931a5981ef2ed7cf8979be28d4aa62982df4
Author: Adam Monsen <[email protected]>
AuthorDate: Sun Jul 27 15:39:29 2025 -0700
save 1.12.1 vote result
---
.../src/main/resources/vote/result.1.12.1.json | 48 ++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/buildSrc/src/main/resources/vote/result.1.12.1.json
b/buildSrc/src/main/resources/vote/result.1.12.1.json
new file mode 100644
index 0000000000..4ef197bae8
--- /dev/null
+++ b/buildSrc/src/main/resources/vote/result.1.12.1.json
@@ -0,0 +1,48 @@
+{
+ "approve": {
+ "binding": [
+ {
+ "name": "Bharath Gowda",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Petri Tuomola",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Victor Manuel Romero Rodriguez",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Aleksandar Vidakovic",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Ádám Sághy",
+ "email": "[email protected]"
+ }
+ ],
+ "nonBinding": [
+ {
+ "name": "Kigred",
+ "email": "[email protected]"
+ },
+ {
+ "name": "Adam Monsen",
+ "email": "[email protected]"
+ }
+ ]
+ },
+ "disapprove": {
+ "binding": [
+ ],
+ "nonBinding": [
+ ]
+ },
+ "noOpinion": {
+ "binding": [
+ ],
+ "nonBinding": [
+ ]
+ }
+}