Skip to content

Commit

Permalink
Fix spec level:
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-krueger committed Aug 6, 2019
1 parent 97bb007 commit e4d1f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/pom.xml
Expand Up @@ -94,7 +94,7 @@
</goals>
<configuration>
<backend>html5</backend>
<outputFile>${project.build.directory}/generated-docs/management-spec-${project.version}.html</outputFile>
<outputFile>${project.build.directory}/generated-docs/management-spec-${spec.version}.html</outputFile>
<attributes>
<doctype>book</doctype>
<status>${status}</status>
Expand All @@ -117,7 +117,7 @@
</goals>
<configuration>
<backend>pdf</backend>
<outputFile>${project.build.directory}/generated-docs/management-spec-${project.version}.pdf</outputFile>
<outputFile>${project.build.directory}/generated-docs/management-spec-${spec.version}.pdf</outputFile>
<attributes>
<pdf-stylesdir>${project.basedir}/src/main/theme</pdf-stylesdir>
<pdf-style>jakartaee</pdf-style>
Expand Down

0 comments on commit e4d1f50

Please sign in to comment.