Author: norman
Date: Fri May 14 05:45:45 2010
New Revision: 944120
URL: http://svn.apache.org/viewvc?rev=944120&view=rev
Log:
use james-parent 1.5 and javamail 1.4.3
Modified:
james/mailet/maven-mailetdocs-plugin/trunk/RELEASE_NOTES.txt
james/mailet/maven-mailetdocs-plugin/trunk/pom.xml
Modified: james/mailet/maven-mailetdocs-plugin/trunk/RELEASE_NOTES.txt
URL:
http://svn.apache.org/viewvc/james/mailet/maven-mailetdocs-plugin/trunk/RELEASE_NOTES.txt?rev=944120&r1=944119&r2=944120&view=diff
==============================================================================
--- james/mailet/maven-mailetdocs-plugin/trunk/RELEASE_NOTES.txt (original)
+++ james/mailet/maven-mailetdocs-plugin/trunk/RELEASE_NOTES.txt Fri May 14
05:45:45 2010
@@ -5,6 +5,12 @@ implementations of the {{{http://james.a
A mailet is an independent mail processor designed to be run in a mailet
container.
A catalog of mailets and matchers is created, together with reports on each
one.
+0.2
+
+ 0.2 is the second relase of this plugin. Only dependecies were change to use
javamail 1.4.3
+ which can be found in maven repository
+
+
0.1
0.1 is the first release of this plugin. Basic function is complete. The API
Modified: james/mailet/maven-mailetdocs-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/maven-mailetdocs-plugin/trunk/pom.xml?rev=944120&r1=944119&r2=944120&view=diff
==============================================================================
--- james/mailet/maven-mailetdocs-plugin/trunk/pom.xml (original)
+++ james/mailet/maven-mailetdocs-plugin/trunk/pom.xml Fri May 14 05:45:45 2010
@@ -30,8 +30,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
- <version>1.3</version>
- <relativePath>../james-project/project/pom.xml</relativePath>
+ <version>1.5</version>
</parent>
<url>http://james.apache.org/mailet/maven-mailetdocs-plugin/</url>
<inceptionYear>2008</inceptionYear>
@@ -55,14 +54,14 @@
</scm>
<repositories>
- <!-- enable central that is otherwise disabled by the parent pom. -->
+ <!-- needed for javamail -->
<repository>
- <id>central</id>
- <url>http://repo1.maven.org/maven2</url>
- <releases>
- <enabled>true</enabled>
- </releases>
+ <id>maven2-repository.dev.java.net</id>
+ <name>Java.net Repository for Maven</name>
+ <url>http://download.java.net/maven/2/</url>
+ <layout>default</layout>
</repository>
+
</repositories>
<dependencies>
@@ -83,6 +82,11 @@
<version>2.4</version>
</dependency>
<dependency>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ <version>1.4.3</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId>
<version>2.0.4.1</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]