You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/11/22 07:20:44 UTC

svn commit: r1204823 - /james/jspf/trunk/pom.xml

Author: felixk
Date: Tue Nov 22 06:20:44 2011
New Revision: 1204823

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

Modified:
    james/jspf/trunk/pom.xml

Modified: james/jspf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?rev=1204823&r1=1204822&r2=1204823&view=diff
==============================================================================
--- james/jspf/trunk/pom.xml (original)
+++ james/jspf/trunk/pom.xml Tue Nov 22 06:20:44 2011
@@ -26,19 +26,16 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>james-project</artifactId>
-        <version>1.7</version>
+        <version>1.8</version>
         <relativePath></relativePath>
     </parent>
 
-    <groupId>org.apache.james</groupId>
     <artifactId>apache-jspf-project</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Apache JAMES jSPF</name>
-    <description>
-    Apache James jSPF is an SPF spec implementation written in Java
-    </description>
+    <description>Apache James jSPF is an SPF spec implementation written in Java</description>
     <url>http://james.apache.org/jspf/</url>
     <inceptionYear>2006</inceptionYear>
 
@@ -66,8 +63,6 @@
     </distributionManagement>
 
     <properties>
-        <project.build.sourceEncoding>iso-8859-15</project.build.sourceEncoding>
-        <target.jdk>1.5</target.jdk>
         <!-- Override the source descriptor -->
         <sourceReleaseAssemblyDescriptor>src</sourceReleaseAssemblyDescriptor>
     </properties>
@@ -128,22 +123,4 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-
-    <build>
-        <plugins>
-            <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>
-        </plugins>
-    </build>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org