Skip to content

Commit

Permalink
Release Ramsons 8.7.1 Bug Fix (#431)
Browse files Browse the repository at this point in the history
* MODFISTO-508. Missing interface dependencies in module descriptor (#430)

(cherry picked from commit aea2aab)

* MODFISTO-508. Prepare to Rmasons 8.7.1 Bug Fix release

* [maven-release-plugin] prepare release v8.7.1

* [maven-release-plugin] prepare for next development iteration
  • Loading branch information
SerhiiNosko authored Nov 13, 2024
1 parent bb3490d commit dfb330f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## 8.8.0 - Unreleased

## 8.7.1 - Released (Ramsons R2 2024 Bug Fix)
The primary focus of this release was to fix missing interface dependencies
[Full Changelog](https://github.com/folio-org/mod-finance-storage/compare/v8.7.0...v8.7.1)

### Bug fixes
* [MODFISTO-508](https://folio-org.atlassian.net/browse/MODFISTO-508) Missing interface dependencies in module descriptor

## 8.7.0 - Released (Ramsons R2 2024)
The primary focus of this release was to separate Credited from Expended and improve different calculations
[Full Changelog](https://github.com/folio-org/mod-finance-storage/compare/v8.6.0...v8.7.0)
Expand Down
20 changes: 20 additions & 0 deletions descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,26 @@
} ]
}
],
"requires": [
{
"id": "configuration",
"version": "2.0"
},
{
"id": "users",
"version": "16.0"
},
{
"id": "email",
"version": "1.0"
}
],
"optional": [
{
"id": "orders",
"version": "12.0"
}
],
"permissionSets" : [
{
"permissionName" : "finance-storage.budgets.collection.get",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.folio</groupId>
<artifactId>mod-finance-storage</artifactId>
<version>8.7.1-SNAPSHOT</version>
<version>8.7.2-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
Expand Down

0 comments on commit dfb330f

Please sign in to comment.