We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f548313 commit 487e4a2Copy full SHA for 487e4a2
spec/pom.xml
@@ -27,7 +27,7 @@
27
<groupId>jakarta.json</groupId>
28
<artifactId>jakarta.json-spec</artifactId>
29
<packaging>pom</packaging>
30
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1-SNAPSHOT</version>
31
<name>Jakarta JSON Processing Specification</name>
32
33
<properties>
spec/src/main/asciidoc/license-efsl.adoc
@@ -4,7 +4,12 @@ Specification: {doctitle}
4
5
Version: {revnumber}
6
7
+ifeval::["{revremark}" != ""]
8
Status: {revremark}
9
+endif::[]
10
+ifeval::["{revremark}" == ""]
11
+Status: Final Release
12
13
14
Release: {revdate}
15
....
0 commit comments