From fd4de1632807cfe6f8fbd5b9ef13bc5fb7947f17 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 10 Feb 2023 16:40:09 +0100 Subject: [PATCH] Fixed version --- .../model/reference/properties/PropagationConstraint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/informationsystem/model/reference/properties/PropagationConstraint.java b/src/main/java/org/gcube/informationsystem/model/reference/properties/PropagationConstraint.java index ee521f7..707bc8f 100644 --- a/src/main/java/org/gcube/informationsystem/model/reference/properties/PropagationConstraint.java +++ b/src/main/java/org/gcube/informationsystem/model/reference/properties/PropagationConstraint.java @@ -27,7 +27,7 @@ import org.gcube.informationsystem.utils.Version; * @author Luca Frosini (ISTI - CNR) */ @JsonDeserialize(as=PropagationConstraintImpl.class) -@TypeMetadata(name = PropagationConstraint.NAME, description = "This type provides propagation constraint for Relation", version = Version.MINIMAL_VERSION_STRING) +@TypeMetadata(name = PropagationConstraint.NAME, description = "This type provides propagation constraint for Relation", version = "1.1.0") @Change(version = "1.1.0", description = "Added 'delete' propagation constraint") @Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION) @Final