Skip to content

Commit 6c88cad

Browse files
committed
[pdf] Oops...correct invalid XSD change from over a year ago. PDF.xml is document not site.
1 parent 2746430 commit 6c88cad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/pdf.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
limitations under the License.
1616
-->
1717
<!-- version: $Id$ -->
18-
<document xmlns="http://maven.apache.org/DOCUMENT/1.6.0"
18+
<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.6.0 http://maven.apache.org/xsd/document-1.6.0.xsd"
20+
xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 http://maven.apache.org/xsd/document-1.0.1.xsd"
2121
outputName="${project.artifactId}-${project.version}">
2222

2323
<meta>

0 commit comments

Comments
 (0)