From 0bdf915aa586de0a3a9216328b4fb5e56af53ed3 Mon Sep 17 00:00:00 2001 From: laemmer Date: Mon, 6 Jul 2026 18:43:58 +0200 Subject: [PATCH] MODORDERS-1463 Bump acquisition-methods interfaces for deprecated flag Provided acquisition-methods and required orders-storage.acquisition-methods 1.0 -> 1.1; the deprecated field itself is already on master via acq-models. --- NEWS.md | 5 +++++ descriptors/ModuleDescriptor-template.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index b316d7bf7..76d213f4c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +## 14.0.0 - Unreleased + +### Stories +* [MODORDERS-1463](https://folio-org.atlassian.net/browse/MODORDERS-1463) - Bump acquisition-methods interfaces to 1.1 for the deprecated flag + ## 13.1.0 - Released (Trillium R2 2025) This release focused on upgrading to Vert.x 5.0, improving holdings/instance connection handling, enhancing fiscal year and encumbrance logic, piece/receiving improvements, and a large round of bug fixes across the acquisitions flow. diff --git a/descriptors/ModuleDescriptor-template.json b/descriptors/ModuleDescriptor-template.json index 934a2fd8d..1a69264d8 100644 --- a/descriptors/ModuleDescriptor-template.json +++ b/descriptors/ModuleDescriptor-template.json @@ -736,7 +736,7 @@ }, { "id": "acquisition-methods", - "version": "1.0", + "version": "1.1", "handlers": [ { "methods": ["GET"], @@ -1353,7 +1353,7 @@ }, { "id": "orders-storage.acquisition-methods", - "version": "1.0" + "version": "1.1" }, { "id": "locale",