We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 969fd64 + 4169620 commit 8265990Copy full SHA for 8265990
NEWS.md
@@ -1,3 +1,6 @@
1
+## 1.1.3 2025-01-24
2
+ * MODSER-84 Add missing required interfaces to Module Descriptor
3
+
4
## 1.1.2 2025-01-09
5
* MODSER-70 Update API documentation for preview/generate predicted pieces
6
service/gradle.properties
@@ -11,7 +11,7 @@ gradleWrapperVersion=5.4
11
12
# Application
13
appName=mod-serials-management
14
-appVersion=1.1.2
+appVersion=1.1.3
15
okapiInterfaceVersion=1.1
16
dockerTagSuffix=
17
dockerRepo=folioci
service/src/main/okapi/ModuleDescriptor-template.json
@@ -276,8 +276,8 @@
276
"requires": [],
277
"optional": [
278
{
279
- "id": "orders",
280
- "version": "12.0"
+ "id": "order-lines",
+ "version": "3.3"
281
}
282
],
283
"permissionSets": [
0 commit comments