Author: andyhot
Date: Wed Nov 18 22:34:44 2009
New Revision: 881971

URL: http://svn.apache.org/viewvc?rev=881971&view=rev
Log:
remove dup plugin declaration + define version numbers in plugin

Modified:
    tapestry/tapestry5/branches/5.0/pom.xml
    tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml

Modified: tapestry/tapestry5/branches/5.0/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/pom.xml?rev=881971&r1=881970&r2=881971&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/pom.xml Wed Nov 18 22:34:44 2009
@@ -88,6 +88,15 @@
             </roles>
             <timezone>+1</timezone>
         </developer>
+       <developer>
+               <id>andyhot</id>
+               <name>Andreas Andreou</name>
+               <email>[email protected]</email>
+               <roles>
+                       <role>Observer</role>
+               </roles>
+               <timezone>+2</timezone>
+        </developer>   
     </developers>
 
     <ciManagement>
@@ -347,6 +356,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.1.2</version>
                 <reportSets>
                     <reportSet>
                         <reports>

Modified: tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml?rev=881971&r1=881970&r2=881971&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml (original)
+++ tapestry/tapestry5/branches/5.0/tapestry-component-report/pom.xml Wed Nov 
18 22:34:44 2009
@@ -71,12 +71,6 @@
             <version>2.0</version>
         </dependency>
 
-
-        <dependency>
-            <groupId>org.apache.maven</groupId>
-            <artifactId>maven-plugin-api</artifactId>
-            <version>2.0</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.maven.reporting</groupId>
             <artifactId>maven-reporting-impl</artifactId>
@@ -118,6 +112,7 @@
         <plugins>
             <plugin>
                 <artifactId>maven-plugin-plugin</artifactId>
+               <version>2.3</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>


Reply via email to