You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2009/06/26 10:14:45 UTC

svn commit: r788625 - /maven/plugins/trunk/maven-pdf-plugin/src/site/pdf.xml

Author: ltheussl
Date: Fri Jun 26 08:14:45 2009
New Revision: 788625

URL: http://svn.apache.org/viewvc?rev=788625&view=rev
Log:
remove version from output name to fix link from site

Modified:
    maven/plugins/trunk/maven-pdf-plugin/src/site/pdf.xml

Modified: maven/plugins/trunk/maven-pdf-plugin/src/site/pdf.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/site/pdf.xml?rev=788625&r1=788624&r2=788625&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/src/site/pdf.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/src/site/pdf.xml Fri Jun 26 08:14:45 2009
@@ -23,7 +23,7 @@
 <document xmlns="http://maven.apache.org/DOCUMENT/1.0.1"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 http://maven.apache.org/xsd/document-1.0.1.xsd"
-  outputName="maven-pdf-plugin-${project.version}">
+  outputName="maven-pdf-plugin">
 
   <meta>
     <title>Maven PDF Plugin</title>