Skip to content

Commit

Permalink
Update version generation for the docs
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Millidge <steve.millidge@payara.fish>
  • Loading branch information
smillidge committed Apr 25, 2022
1 parent 8c8535f commit 4f17db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tck-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<configuration>
<backend>html5</backend>
<outputFile>
${project.build.directory}/generated-docs/concurrency-tck-reference-guide-${project.version}.html
${project.build.directory}/generated-docs/concurrency-tck-reference-guide-${jakarta.concurrent.version.ga}.html
</outputFile>
</configuration>
</execution>
Expand All @@ -119,7 +119,7 @@
<configuration>
<backend>pdf</backend>
<outputFile>
${project.build.directory}/generated-docs/concurrency-tck-reference-guide-${project.version}.pdf
${project.build.directory}/generated-docs/concurrency-tck-reference-guide-${jakarta.concurrent.version.ga}.pdf
</outputFile>
</configuration>
</execution>
Expand Down

0 comments on commit 4f17db4

Please sign in to comment.