fix doc status in dev/release version (#192)
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
diff --git a/spec/pom.xml b/spec/pom.xml
index a27b928..06410bc 100644
--- a/spec/pom.xml
+++ b/spec/pom.xml
@@ -27,7 +27,7 @@
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-spec</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
<name>Jakarta JSON Processing Specification</name>
<properties>
diff --git a/spec/src/main/asciidoc/license-efsl.adoc b/spec/src/main/asciidoc/license-efsl.adoc
index 855fc87..61e7d32 100644
--- a/spec/src/main/asciidoc/license-efsl.adoc
+++ b/spec/src/main/asciidoc/license-efsl.adoc
@@ -4,7 +4,12 @@
Version: {revnumber}
+ifeval::["{revremark}" != ""]
Status: {revremark}
+endif::[]
+ifeval::["{revremark}" == ""]
+Status: Final Release
+endif::[]
Release: {revdate}
....