You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mailet-api@james.apache.org by fe...@apache.org on 2011/11/23 07:35:16 UTC

svn commit: r1205297 - /james/mailet/api/trunk/pom.xml

Author: felixk
Date: Wed Nov 23 06:35:13 2011
New Revision: 1205297

URL: http://svn.apache.org/viewvc?rev=1205297&view=rev
Log:
Update to james-project 1.8

Modified:
    james/mailet/api/trunk/pom.xml

Modified: james/mailet/api/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mailet/api/trunk/pom.xml?rev=1205297&r1=1205296&r2=1205297&view=diff
==============================================================================
--- james/mailet/api/trunk/pom.xml (original)
+++ james/mailet/api/trunk/pom.xml Wed Nov 23 06:35:13 2011
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>james-project</artifactId>
-        <version>1.7</version>
+        <version>1.8</version>
         <relativePath></relativePath>
     </parent>
 
@@ -101,19 +101,6 @@
                     </archive>
                 </configuration>
             </plugin>
-            <plugin>      
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>emma-maven-plugin</artifactId>
-                <inherited>true</inherited>          
-                <executions>
-                    <execution>
-                        <phase>process-classes</phase>               
-                        <goals>
-                            <goal>instrument</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
             <!-- Add NOTICE and LICENSE to generated JAR -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>