Author: felixk
Date: Tue Nov 22 09:28:45 2011
New Revision: 1204874
URL: http://svn.apache.org/viewvc?rev=1204874&view=rev
Log:
Update to james-project 1.8
Modified:
james/mime4j/trunk/assemble/pom.xml
james/mime4j/trunk/benchmark/pom.xml
james/mime4j/trunk/core/pom.xml
james/mime4j/trunk/dom/pom.xml
james/mime4j/trunk/examples/pom.xml
james/mime4j/trunk/pom.xml
james/mime4j/trunk/storage/pom.xml
Modified: james/mime4j/trunk/assemble/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/assemble/pom.xml?rev=1204874&r1=1204873&r2=1204874&view=diff
==============================================================================
--- james/mime4j/trunk/assemble/pom.xml (original)
+++ james/mime4j/trunk/assemble/pom.xml Tue Nov 22 09:28:45 2011
@@ -30,13 +30,10 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.james</groupId>
<artifactId>apache-mime4j</artifactId>
- <version>0.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache JAMES Mime4j (Assembly)</name>
- <description>Java stream based MIME message parser</description>
<dependencies>
<dependency>
@@ -63,8 +60,8 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-5</version>
<configuration>
<descriptorSourceDirectory>${basedir}/src/assemble/</descriptorSourceDirectory>
<tarLongFileMode>gnu</tarLongFileMode>
Modified: james/mime4j/trunk/benchmark/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/benchmark/pom.xml?rev=1204874&r1=1204873&r2=1204874&view=diff
==============================================================================
--- james/mime4j/trunk/benchmark/pom.xml (original)
+++ james/mime4j/trunk/benchmark/pom.xml Tue Nov 22 09:28:45 2011
@@ -30,9 +30,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-benchmark</artifactId>
- <version>0.8-SNAPSHOT</version>
<name>Apache JAMES Mime4j (Benchmarks)</name>
<description>Benchmarks for MIME4J stream based MIME message
parser</description>
Modified: james/mime4j/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/core/pom.xml?rev=1204874&r1=1204873&r2=1204874&view=diff
==============================================================================
--- james/mime4j/trunk/core/pom.xml (original)
+++ james/mime4j/trunk/core/pom.xml Tue Nov 22 09:28:45 2011
@@ -30,12 +30,9 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-core</artifactId>
- <version>0.8-SNAPSHOT</version>
<name>Apache JAMES Mime4j (Core)</name>
- <description>Java stream based MIME message parser</description>
<dependencies>
<dependency>
Modified: james/mime4j/trunk/dom/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/dom/pom.xml?rev=1204874&r1=1204873&r2=1204874&view=diff
==============================================================================
--- james/mime4j/trunk/dom/pom.xml (original)
+++ james/mime4j/trunk/dom/pom.xml Tue Nov 22 09:28:45 2011
@@ -30,9 +30,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-dom</artifactId>
- <version>0.8-SNAPSHOT</version>
<name>Apache JAMES Mime4j (DOM)</name>
<description>Java MIME Document Object Model</description>
@@ -72,7 +70,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
- <version>2.6</version>
<executions>
<execution>
<id>generate-jjtree</id>
Modified: james/mime4j/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/examples/pom.xml?rev=1204874&r1=1204873&r2=1204874&view=diff
==============================================================================
--- james/mime4j/trunk/examples/pom.xml (original)
+++ james/mime4j/trunk/examples/pom.xml Tue Nov 22 09:28:45 2011
@@ -30,9 +30,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-examples</artifactId>
- <version>0.8-SNAPSHOT</version>
<name>Apache JAMES Mime4j (Code Examples)</name>
<description>Examples for Mime4J stream based MIME message
parser</description>
Modified: james/mime4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=1204874&r1=1204873&r2=1204874&view=diff
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Tue Nov 22 09:28:45 2011
@@ -26,11 +26,10 @@
<parent>
<artifactId>james-project</artifactId>
<groupId>org.apache.james</groupId>
- <version>1.7</version>
+ <version>1.8</version>
<relativePath></relativePath>
</parent>
- <groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-project</artifactId>
<version>0.8-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -40,16 +39,6 @@
<url>http://james.apache.org/mime4j</url>
<inceptionYear>2004</inceptionYear>
- <mailingLists>
- <mailingList>
- <name>Apache Mime4j Lists</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/james-mime4j-dev/</archive>
- </mailingList>
- </mailingLists>
-
<modules>
<module>core</module>
<module>dom</module>
@@ -75,10 +64,6 @@
</site>
</distributionManagement>
- <properties>
- <target.jdk>1.5</target.jdk>
- </properties>
-
<dependencyManagement>
<dependencies>
<dependency>
@@ -222,19 +207,6 @@
</instructions>
</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>
</plugins>
</build>
</project>
Modified: james/mime4j/trunk/storage/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/storage/pom.xml?rev=1204874&r1=1204873&r2=1204874&view=diff
==============================================================================
--- james/mime4j/trunk/storage/pom.xml (original)
+++ james/mime4j/trunk/storage/pom.xml Tue Nov 22 09:28:45 2011
@@ -30,9 +30,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-storage</artifactId>
- <version>0.8-SNAPSHOT</version>
<name>Apache JAMES Mime4j (Storage)</name>
<description>Java MIME Document Object Model Storage</description>