Skip to content

Commit

Permalink
Update VERSION-RANGE-SPEC.rst
Browse files Browse the repository at this point in the history
Use correct scheme
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne authored Sep 27, 2024
1 parent 378636f commit c7389ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION-RANGE-SPEC.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ Note how the constraints are sorted:
Apache TomEE 7.0.0-M1 - 7.0.7, Apache TomEE 1.0.0-beta1 - 1.7.5."

- a normalized version range spec is:
``vers:tomee/>=1.0.0-beta1|<=1.7.5|>=7.0.0-M1|<=7.0.7|>=7.1.0|<=7.1.2|>=8.0.0-M1|<=8.0.1``
``vers:maven/>=1.0.0-beta1|<=1.7.5|>=7.0.0-M1|<=7.0.7|>=7.1.0|<=7.1.2|>=8.0.0-M1|<=8.0.1``

- alternatively, four ``vers`` express the same range, using one ``vers`` for
each vulnerable "branches":
Expand Down

0 comments on commit c7389ae

Please sign in to comment.