From 604a6643265846d27adab231859893cb96820cde Mon Sep 17 00:00:00 2001 From: EthanFreestone <54310740+EthanFreestone@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:24:19 +0000 Subject: [PATCH 1/2] ERM-3425: Missing interface dependencies in module descriptor in mod-agreements build: Add optional okapi dependencies to ModuleDescriptor (#835) ERM-3425 --- service/src/main/okapi/ModuleDescriptor-template.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/service/src/main/okapi/ModuleDescriptor-template.json b/service/src/main/okapi/ModuleDescriptor-template.json index 254cb963..6041dca8 100644 --- a/service/src/main/okapi/ModuleDescriptor-template.json +++ b/service/src/main/okapi/ModuleDescriptor-template.json @@ -1041,6 +1041,12 @@ ] } ], + "optional": [ + { + "id": "organizations.organizations", + "version": "1.0" + } + ], "permissionSets": [ { "permissionName": "erm.agreements.collection.get", From 1f5307daeaf4a697316a5ff9d577e39a4afb45d8 Mon Sep 17 00:00:00 2001 From: Jack Golding Date: Wed, 27 Nov 2024 14:55:45 +0000 Subject: [PATCH 2/2] chore: Release 7.1.1 Added news sections and incremented version ERM-3440 --- NEWS.md | 3 +++ service/gradle.properties | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index a148dc62..b631add4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +## 7.1.1 2024-11-27 + * ERM-3425: Missing interface dependencies in module descriptor in mod-agreements + ## 7.1.0 2024-10-30 * ERM-3394 Ensure initial pushkb support in Ramsons * ERM-3284 GOKb ingest process should handle multiple coverage statements on a single TIPP/PCI diff --git a/service/gradle.properties b/service/gradle.properties index 7b969542..c8cb5792 100644 --- a/service/gradle.properties +++ b/service/gradle.properties @@ -4,7 +4,7 @@ gormVersion=8.0.3 # Application appName=mod-agreements -appVersion=7.1.0 +appVersion=7.1.1 okapiInterfaceVersion=7.1 dockerTagSuffix= dockerRepo=folioci