Skip to content

Commit d5cde40

Browse files
committed
fix: remove type=zip from examples
Signed-off-by: Piotr P. Karwasz <piotr@github.copernik.eu>
1 parent 19d93cf commit d5cde40

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

spec/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,22 +370,22 @@ components:
370370
release_date: 2025-04-01T15:43:00Z
371371
identifiers:
372372
- idType: purl
373-
idValue: pkg:maven/org.apache.tomcat/tomcat@11.0.6?type=zip
373+
idValue: pkg:maven/org.apache.tomcat/tomcat@11.0.6
374374
# Different release of Apache Tomcat
375375
- uuid: da89e38e-95e7-44ca-aa7d-f3b6b34c7fab
376376
version: "10.1.40"
377377
release_date: 2025-04-01T18:20:00Z
378378
identifiers:
379379
- idType: purl
380-
idValue: pkg:maven/org.apache.tomcat/tomcat@10.1.40?type=zip
380+
idValue: pkg:maven/org.apache.tomcat/tomcat@10.1.40
381381
# A pre-release of Apache Tomcat
382382
- uuid: 95f481df-f760-47f4-b2f2-f8b76d858450
383383
version: "11.0.0-M26"
384384
release_date: 2024-09-13T17:49:00Z
385385
pre_release: true
386386
identifiers:
387387
- idType: purl
388-
idValue: pkg:maven/org.apache.tomcat/tomcat@11.0.0-M26?type=zip
388+
idValue: pkg:maven/org.apache.tomcat/tomcat@11.0.0-M26
389389

390390
#
391391
# TEA Collection and related objects

tea-collection/tea-collection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A TEA Component Release object of the binary distribution of Apache Tomcat 11.0.
3030
"identifiers": [
3131
{
3232
"idType": "purl",
33-
"idValue": "pkg:maven/org.apache.tomcat/tomcat@11.0.6?type=zip"
33+
"idValue": "pkg:maven/org.apache.tomcat/tomcat@11.0.6"
3434
}
3535
]
3636
}
@@ -46,7 +46,7 @@ Different versions of Apache Tomcat should have separate TEA Component Release o
4646
"identifiers": [
4747
{
4848
"idType": "purl",
49-
"idValue": "pkg:maven/org.apache.tomcat/tomcat@10.1.4?type=zip"
49+
"idValue": "pkg:maven/org.apache.tomcat/tomcat@10.1.4"
5050
}
5151
]
5252
}
@@ -64,7 +64,7 @@ and does not require users to know the version naming scheme adopted by the proj
6464
"identifiers": [
6565
{
6666
"idType": "purl",
67-
"idValue": "pkg:maven/org.apache.tomcat/tomcat@11.0.0-M26?type=zip"
67+
"idValue": "pkg:maven/org.apache.tomcat/tomcat@11.0.0-M26"
6868
}
6969
]
7070
}

0 commit comments

Comments
 (0)