Skip to content

Commit

Permalink
Avoid using hard coded versions in subprojects
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Aure <[email protected]>
  • Loading branch information
KyleAure committed Nov 16, 2023
1 parent 79a4d69 commit 47e91af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</licenses>

<properties>
<jakarta.concurrent.api.version>3.1.0-SNAPSHOT</jakarta.concurrent.api.version>
<jakarta.concurrent.api.version>${project.version}</jakarta.concurrent.api.version>
<sigtest.version>1.6</sigtest.version>
<shrinkwrap.resolver.version>3.2.1</shrinkwrap.resolver.version>
</properties>
Expand Down

0 comments on commit 47e91af

Please sign in to comment.