Skip to content

Commit fa50287

Browse files
Removing 1.6 because we will do a new PR
Signed-off-by: Nicolas-Peiffer <[email protected]>
1 parent 7cc5b96 commit fa50287

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tools/src/test/java/org/cyclonedx/schema/JsonSchemaVerificationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ Collection<DynamicTest> dynamicTestsWithCollection() throws Exception {
4343
schemaVersion = Version.VERSION_14;
4444
} else if (file.endsWith("-1.5.json")) {
4545
schemaVersion = Version.VERSION_15;
46-
} else if (file.endsWith("-1.6.json")) {
47-
schemaVersion = Version.VERSION_16;
4846
} else {
4947
schemaVersion = null;
5048
}

tools/src/test/java/org/cyclonedx/schema/XmlSchemaVerificationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ Collection<DynamicTest> dynamicTestsWithCollection() throws Exception {
5353
schemaVersion = Version.VERSION_14;
5454
} else if (file.endsWith("-1.5.xml")) {
5555
schemaVersion = Version.VERSION_15;
56-
} else if (file.endsWith("-1.6.xml")) {
57-
schemaVersion = Version.VERSION_16;
5856
} else {
5957
schemaVersion = null;
6058
}

0 commit comments

Comments
 (0)