Author: felixk
Date: Thu Sep  8 12:47:24 2011
New Revision: 1166660

URL: http://svn.apache.org/viewvc?rev=1166660&view=rev
Log:
- Make Maven happy and add an empty <relativePath>
- No need to define groupId twice, it's inherited from the parent
- Use released maven-site-plugin

Modified:
    james/mailet/current/pom.xml

Modified: james/mailet/current/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/current/pom.xml?rev=1166660&r1=1166659&r2=1166660&view=diff
==============================================================================
--- james/mailet/current/pom.xml (original)
+++ james/mailet/current/pom.xml Thu Sep  8 12:47:24 2011
@@ -23,8 +23,8 @@
     <groupId>org.apache.james</groupId>
     <artifactId>james-project</artifactId>
     <version>1.6</version>
+    <relativePath></relativePath>
   </parent>
-  <groupId>org.apache.james</groupId>
   <artifactId>mailet-project</artifactId>
   <name>Apache JAMES Mailet Project</name>
   <url>http://james.apache.org/mailet/</url>
@@ -85,7 +85,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.0-beta-3</version>
+          <version>3.0</version>
         </plugin>
       </plugins>
     </pluginManagement>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to