Skip to content
This repository was archived by the owner on Aug 10, 2023. It is now read-only.

Commit 37e4804

Browse files
authored
Use nonFinal=true for spec-version-maven-plugin (#121)
1 parent 3605c38 commit 37e4804

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

api/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@
6868
<version>1.2</version>
6969
<configuration>
7070
<spec>
71-
<nonFinal>false</nonFinal>
71+
<nonFinal>true</nonFinal>
7272
<jarType>api</jarType>
73-
<specVersion>${spec_version}</specVersion>
73+
<specVersion>0.0</specVersion>
74+
<newSpecVersion>${spec_version}</newSpecVersion>
75+
<specBuild>01</specBuild>
7476
<specImplVersion>${spec_impl_version}</specImplVersion>
7577
<apiPackage>${api_package}</apiPackage>
7678
</spec>

0 commit comments

Comments
 (0)