From cf5a94601aba9c0c2bec42e96dcd46835192fbbe Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Thu, 17 Oct 2024 13:06:12 +0000 Subject: [PATCH 1/3] ci: version bump 2.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1ce0bd9..f049ffb 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ edu.stanford.protege webprotege-backend-api - 2.0.0-SNAPSHOT + 2.0.0 UTF-8 From 3989fabb804bc5b201f75ed80694ebcde1d6c2d5 Mon Sep 17 00:00:00 2001 From: Matthew Horridge Date: Thu, 17 Oct 2024 08:18:13 -0700 Subject: [PATCH 2/3] Remove sealed interface and downgrade to Java 17 --- pom.xml | 4 ++-- .../protege/webprotege/hierarchy/HierarchyDescriptor.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1ce0bd9..1023a49 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ edu.stanford.protege webprotege-backend-api - 2.0.0-SNAPSHOT + 2.0.0 UTF-8 @@ -30,7 +30,7 @@ yyyyMMdd 0.11.0 8.5.2 - 21 + 17 2020.0.3 diff --git a/src/main/java/edu/stanford/protege/webprotege/hierarchy/HierarchyDescriptor.java b/src/main/java/edu/stanford/protege/webprotege/hierarchy/HierarchyDescriptor.java index f3e5490..0d6f826 100644 --- a/src/main/java/edu/stanford/protege/webprotege/hierarchy/HierarchyDescriptor.java +++ b/src/main/java/edu/stanford/protege/webprotege/hierarchy/HierarchyDescriptor.java @@ -10,7 +10,7 @@ @JsonSubTypes.Type(DataPropertyHierarchyDescriptor.class), @JsonSubTypes.Type(AnnotationPropertyHierarchyDescriptor.class) }) -public sealed interface HierarchyDescriptor permits ClassHierarchyDescriptor, ObjectPropertyHierarchyDescriptor, DataPropertyHierarchyDescriptor, AnnotationPropertyHierarchyDescriptor { +public interface HierarchyDescriptor { } From 08ce5d572be59af581efefae7766a8e478ad13a7 Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Thu, 17 Oct 2024 15:19:40 +0000 Subject: [PATCH 3/3] ci: version bump 2.0.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1023a49..86f989b 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ edu.stanford.protege webprotege-backend-api - 2.0.0 + 2.0.1 UTF-8