Skip to content

Commit

Permalink
Merge pull request #401 from folio-org/release_4.0.1
Browse files Browse the repository at this point in the history
Release 4.0.1
  • Loading branch information
EthanFreestone authored Mar 31, 2021
2 parents 8b0e1f3 + b88dd50 commit 29a2560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## 4.1.0 (IN PROGRESS)
## 4.0.1 2021-03-31
* ERM-1616 ERM admin/triggerHousekeeping fails

## 4.0.0 2021-03-15
* ERM-1567 Cancellation deadline is now non-transient property on agreement
Expand Down
2 changes: 1 addition & 1 deletion service/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ gradleWrapperVersion=5.4

# Application
appName=mod-agreements
appVersion=4.1.0
appVersion=4.0.1
dockerTagSuffix=
dockerRepo=folioci
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ public class ErmHousekeepingService {
def subscriptionAgreementCleanupService

public void triggerHousekeeping() {
// An administrative process - attempt to coalesce any rogue coverage statements
coverageService.collateCoverageStatements();
entitlementLogService.triggerUpdate();

// A process to ensure the correct start/end date is stored per agreement
Expand Down

0 comments on commit 29a2560

Please sign in to comment.