You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/11/07 17:50:51 UTC

svn commit: r833712 - in /maven/plugins/trunk: maven-changelog-plugin/pom.xml maven-changes-plugin/pom.xml maven-checkstyle-plugin/pom.xml maven-javadoc-plugin/pom.xml maven-pmd-plugin/pom.xml

Author: bentmann
Date: Sat Nov  7 16:50:50 2009
New Revision: 833712

URL: http://svn.apache.org/viewvc?rev=833712&view=rev
Log:
o Fixed POM problems

Modified:
    maven/plugins/trunk/maven-changelog-plugin/pom.xml
    maven/plugins/trunk/maven-changes-plugin/pom.xml
    maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
    maven/plugins/trunk/maven-javadoc-plugin/pom.xml
    maven/plugins/trunk/maven-pmd-plugin/pom.xml

Modified: maven/plugins/trunk/maven-changelog-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/pom.xml?rev=833712&r1=833711&r2=833712&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/pom.xml Sat Nov  7 16:50:50 2009
@@ -360,7 +360,7 @@
               Use the current version to generate sample with the last features/fixes of the plugin.
               It implies that the current version is already deployed to generate the site.
             -->
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
           </plugin>
         </plugins>
       </reporting>

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=833712&r1=833711&r2=833712&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sat Nov  7 16:50:50 2009
@@ -446,7 +446,7 @@
               Use the current version to generate sample with the last features/fixes of the plugin.
               It implies that the current version is already deployed to generate the site.
             -->
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
             <configuration>
               <!-- For Announcement -->
               <generateJiraAnnouncement>true</generateJiraAnnouncement>

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=833712&r1=833711&r2=833712&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sat Nov  7 16:50:50 2009
@@ -278,7 +278,7 @@
               Use the current version to generate sample with the last features/fixes of the plugin.
               It implies that the current version is already deployed to generate the site.
             -->
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
           </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>

Modified: maven/plugins/trunk/maven-javadoc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/pom.xml?rev=833712&r1=833711&r2=833712&view=diff
==============================================================================
--- maven/plugins/trunk/maven-javadoc-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-javadoc-plugin/pom.xml Sat Nov  7 16:50:50 2009
@@ -339,6 +339,7 @@
       <!-- Backward compatibility with Maven 2.0.x -->
       <plugin>
         <artifactId>maven-shade-plugin</artifactId>
+        <version>1.2.1</version>
         <executions>
           <execution>
             <phase>package</phase>

Modified: maven/plugins/trunk/maven-pmd-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/pom.xml?rev=833712&r1=833711&r2=833712&view=diff
==============================================================================
--- maven/plugins/trunk/maven-pmd-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-pmd-plugin/pom.xml Sat Nov  7 16:50:50 2009
@@ -200,7 +200,7 @@
               Use the current version to generate sample with the last features/fixes of the plugin.
               It implies that the current version is already deployed to generate the site.
             -->
-            <version>${pom.version}</version>
+            <version>${project.version}</version>
           </plugin>
         </plugins>
       </reporting>