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/25 09:38:35 UTC

svn commit: r788281 - /maven/plugins/trunk/maven-pdf-plugin/pom.xml

Author: ltheussl
Date: Thu Jun 25 07:38:35 2009
New Revision: 788281

URL: http://svn.apache.org/viewvc?rev=788281&view=rev
Log:
Use the old release id

Modified:
    maven/plugins/trunk/maven-pdf-plugin/pom.xml

Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=788281&r1=788280&r2=788281&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Thu Jun 25 07:38:35 2009
@@ -348,7 +348,8 @@
       </reporting>
     </profile>
     <profile>
-      <id>apache-release</id>
+      <!-- this should become 'apache-release' when maven-parent-12 is used -->
+      <id>release</id>
       <build>
         <plugins>
           <plugin>