Skip to content

Commit e173892

Browse files
committed
fix: remove example with different classifier
Signed-off-by: Piotr P. Karwasz <[email protected]>
1 parent 76000b1 commit e173892

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

spec/openapi.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -371,14 +371,6 @@ components:
371371
identifiers:
372372
- idType: purl
373373
idValue: pkg:maven/org.apache.maven/[email protected]?type=zip
374-
# Different packaging of Apache Tomcat 11.0.6
375-
# Will have slightly different SBOM
376-
- uuid: a9570065-9fc6-4d35-97b4-4bc67d68dbcd
377-
version: "11.0.6"
378-
release_date: 2025-04-01T15:43:00Z
379-
identifiers:
380-
- idType: purl
381-
idValue: pkg:maven/org.apache.maven/[email protected]?classifier=windows-x64&type=zip
382374
# Different release of Apache Tomcat
383375
- uuid: da89e38e-95e7-44ca-aa7d-f3b6b34c7fab
384376
version: "10.1.40"

tea-collection/tea-collection.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,6 @@ A TEA Component Release object of the binary distribution of Apache Tomcat 11.0.
3636
}
3737
```
3838

39-
The binary distribution for Windows should have a separate TEA Component Release object,
40-
because the associated TEA Collections might differ:
41-
42-
```json
43-
{
44-
"uuid": "a9570065-9fc6-4d35-97b4-4bc67d68dbcd",
45-
"version": "11.0.6",
46-
"release_date": "2025-04-01T15:43:00Z",
47-
"identifiers": [
48-
{
49-
"idType": "purl",
50-
"idValue": "pkg:maven/org.apache.maven/[email protected]?classifier=windows-x64&type=zip"
51-
}
52-
]
53-
}
54-
```
55-
5639
Different versions of Apache Tomcat should have separate TEA Component Release objects:
5740

5841
```json

0 commit comments

Comments
 (0)