Skip to content

Commit 487e4a2

Browse files
lukasjm0mus
authored andcommitted
fix doc status in dev/release version (#192)
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent f548313 commit 487e4a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

spec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<groupId>jakarta.json</groupId>
2828
<artifactId>jakarta.json-spec</artifactId>
2929
<packaging>pom</packaging>
30-
<version>1.1.0-SNAPSHOT</version>
30+
<version>1.1-SNAPSHOT</version>
3131
<name>Jakarta JSON Processing Specification</name>
3232

3333
<properties>

spec/src/main/asciidoc/license-efsl.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ Specification: {doctitle}
44
55
Version: {revnumber}
66
7+
ifeval::["{revremark}" != ""]
78
Status: {revremark}
9+
endif::[]
10+
ifeval::["{revremark}" == ""]
11+
Status: Final Release
12+
endif::[]
813
914
Release: {revdate}
1015
....

0 commit comments

Comments
 (0)