Skip to content

Commit ea99f2f

Browse files
committed
typo on output PDF file name
1 parent 00d24f1 commit ea99f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/pdf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 http://maven.apache.org/xsd/document-1.0.1.xsd"
21-
outputName="maven-pdf-plugin">
21+
outputName="${project.artifactId}-${project.version}">
2222

2323
<meta>
2424
<title>MyBatis - the world's most popular SQL Mapping framework.</title>

0 commit comments

Comments
 (0)