Skip to content

Commit 0ebf1f9

Browse files
committed
add closing parenthesis
1 parent 89d8f32 commit 0ebf1f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/adr/adr-002-maven-version-and-reference-implementation-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Releases of this implementation track releases of the reference implementation.
88

99
- Simple number qualifier (0.1.32-0, 0.1.32-1, ...) fails on a subtle but important point: 0.1.32-0 is treated identically to 0.1.32 by Maven (trailing zeros are normalized away), and bare numeric qualifiers are pre-release semantics. Your "first release" would sort before the reference implementation bare version.
1010

11-
- Java and number in the qualifier (0.1.32-java.N
11+
- Java and number in the qualifier (0.1.32-java.N)
1212

1313
- java is an unknown qualifier that sorts correctly and accurately describes what it is — the Java-ecosystem release of this version.
1414

0 commit comments

Comments
 (0)