diff --git a/CHANGELOG.md b/CHANGELOG.md index 112d9bf..ecf36a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for Accounting Library +## [v4.2.0-SNAPSHOT] + +- + ## [v4.1.0] - Deprecated not needed properties to reduce data and improve aggregation diff --git a/pom.xml b/pom.xml index 25d5877..1e4d83a 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.accounting accounting-lib - 4.1.0 + 4.2.0-SNAPSHOT Accounting Library Accounting Library diff --git a/src/main/java/org/gcube/accounting/datamodel/basetypes/AbstractStorageStatusRecord.java b/src/main/java/org/gcube/accounting/datamodel/basetypes/AbstractStorageStatusRecord.java index 796c71d..116b82d 100644 --- a/src/main/java/org/gcube/accounting/datamodel/basetypes/AbstractStorageStatusRecord.java +++ b/src/main/java/org/gcube/accounting/datamodel/basetypes/AbstractStorageStatusRecord.java @@ -71,6 +71,7 @@ public abstract class AbstractStorageStatusRecord extends BasicUsageRecord { * KEY for : providerId the identifier of the provider which is the target of a read/write operation */ @ValidURI @MoveToProviderURI + @Deprecated public static final String PROVIDER_ID = "providerId"; @RequiredField @ValidURI