diff --git a/.github/project.yml b/.github/project.yml
index e6d2cb971..bb26e6a54 100644
--- a/.github/project.yml
+++ b/.github/project.yml
@@ -1,4 +1,4 @@
name: SmallRye OpenAPI
release:
current-version: 3.6.0
- next-version: 3.6.1-SNAPSHOT
+ next-version: 3.6.1-VB-SNAPSHOT
diff --git a/core/pom.xml b/core/pom.xml
index b72b93aa3..c38523ad4 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
io.smallrye
smallrye-open-api-parent
- 3.6.1-SNAPSHOT
+ 3.6.1-VB-SNAPSHOT
smallrye-open-api-core
diff --git a/core/src/main/java/io/smallrye/openapi/api/models/media/SchemaImpl.java b/core/src/main/java/io/smallrye/openapi/api/models/media/SchemaImpl.java
index 83407560f..c6e618422 100644
--- a/core/src/main/java/io/smallrye/openapi/api/models/media/SchemaImpl.java
+++ b/core/src/main/java/io/smallrye/openapi/api/models/media/SchemaImpl.java
@@ -96,7 +96,7 @@ public static SchemaImpl copyOf(Schema other) {
.map(SchemaImpl::copyOf)
.collect(Collectors.toList()));
- clone.properties = copy(clone.properties, () -> clone.properties.entrySet()
+ Supplier