Author: rdonkin
Date: Tue May 31 10:48:07 2011
New Revision: 1129613
URL: http://svn.apache.org/viewvc?rev=1129613&view=rev
Log:
Inherit from mailet parent project. Push mailing lists and properties into
parent.
Modified:
james/mailet/ai/trunk/pom.xml
Modified: james/mailet/ai/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1129613&r1=1129612&r2=1129613&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Tue May 31 10:48:07 2011
@@ -22,9 +22,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <artifactId>james-project</artifactId>
+ <artifactId>mailet-project</artifactId>
<groupId>org.apache.james</groupId>
- <version>1.6</version>
+ <version>1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -621,20 +621,7 @@ Site
</dependencies>
</dependencyManagement>
- <mailingLists>
- <mailingList>
- <name>Apache JAMES Server List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive>
- </mailingList>
- </mailingLists>
-
<properties>
- <target.jdk>1.5</target.jdk>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <plugin.mailetdoc.version>0.1</plugin.mailetdoc.version>
</properties>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]