You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2011/01/24 09:29:17 UTC

svn commit: r1062675 - in /maven/plugins/trunk/maven-pdf-plugin: pom.xml src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java

Author: krosenvold
Date: Mon Jan 24 08:29:17 2011
New Revision: 1062675

URL: http://svn.apache.org/viewvc?rev=1062675&view=rev
Log:
[MPDF-45] Marked as @threadSafe

Modified:
    maven/plugins/trunk/maven-pdf-plugin/pom.xml
    maven/plugins/trunk/maven-pdf-plugin/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java

Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=1062675&r1=1062674&r2=1062675&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Mon Jan 24 08:29:17 2011
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>17</version>
+    <version>18</version>
   </parent>
 
   <artifactId>maven-pdf-plugin</artifactId>

Modified: maven/plugins/trunk/maven-pdf-plugin/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java?rev=1062675&r1=1062674&r2=1062675&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pdf-plugin/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java (original)
+++ maven/plugins/trunk/maven-pdf-plugin/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java Mon Jan 24 08:29:17 2011
@@ -111,6 +111,7 @@ import org.codehaus.plexus.util.xml.pull
  * @author ltheussl
  * @version $Id$
  * @goal pdf
+ * @threadSafe
  */
 public class PdfMojo
     extends AbstractMojo