Skip to content

Commit

Permalink
Merge pull request #230 from smillidge/fix-pom-build-error
Browse files Browse the repository at this point in the history
Fix build failure on mismatch on spec impl version
  • Loading branch information
arjantijms authored Jun 19, 2022
2 parents 977fd2f + 519d05d commit 1849744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<configuration>
<spec>
<specVersion>${spec.version}</specVersion>
<specImplVersion>3.0.0</specImplVersion>
<specImplVersion>3.0.1</specImplVersion>
<apiPackage>${api_package}</apiPackage>

<nonFinal>${non.final}</nonFinal>
Expand Down

0 comments on commit 1849744

Please sign in to comment.