Skip to content

Commit

Permalink
Merge pull request #288 from folio-org/release/6.1.3
Browse files Browse the repository at this point in the history
Release 6.1.3
  • Loading branch information
Jack-Golding authored Jan 24, 2025
2 parents a1dca29 + 2edbcfd commit 35bac9e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 6.1.3 2024-01-24
* ERM-3571 Add missing required interfaces to Module Descriptor

## 6.1.2 2024-12-03
* ERM-3458 Add minio dependency in mod-licenses

Expand Down
2 changes: 1 addition & 1 deletion service/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gormVersion=8.0.3

# Application
appName=mod-licenses
appVersion=6.1.2
appVersion=6.1.3
okapiInterfaceVersion=6.1
dockerTagSuffix=
dockerRepo=folioci
Expand Down
6 changes: 6 additions & 0 deletions service/src/main/okapi/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"id": "${info.app.name}-${info.app.version}",
"name": "${info.app.name}",
"requires": [
{
"id": "okapi",
"version": "1.9"
}
],
"optional": [
{
"id": "erm",
Expand Down

0 comments on commit 35bac9e

Please sign in to comment.