Author: rdonkin
Date: Mon Apr 21 14:33:09 2008
New Revision: 650279
URL: http://svn.apache.org/viewvc?rev=650279&view=rev
Log:
Fix pom
Modified:
james/mailet/crypto/trunk/pom.xml
Modified: james/mailet/crypto/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/crypto/trunk/pom.xml?rev=650279&r1=650278&r2=650279&view=diff
==============================================================================
--- james/mailet/crypto/trunk/pom.xml (original)
+++ james/mailet/crypto/trunk/pom.xml Mon Apr 21 14:33:09 2008
@@ -39,8 +39,8 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
- <version>1.1-SNAPSHOT</version>
- <relativePath>../james-project/project/pom.xml</relativePath>
+ <version>1.1</version>
+
<relativePath>stage/org.apache.james/poms/james-project-1.1.pom</relativePath>
</parent>
<url>http://james.apache.org/mailet/crypto</url>
<inceptionYear>2008</inceptionYear>
@@ -77,15 +77,18 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcmail-jdk14</artifactId>
+ <artifactId>bcmail-jdk14</artifactId>
+ <version>129</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
- <artifactId>bcmail-jdk14-workaround</artifactId>
+ <artifactId>bcmail-jdk14-workaround</artifactId>
+ <version>129</version>
</dependency>
<dependency>
<groupId>org.apache.james</groupId>
- <artifactId>mailet</artifactId>
+ <artifactId>mailet</artifactId>
+ <version>3.0-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -108,11 +111,11 @@
<mailingLists>
<mailingList>
- <name>Apache Mailet API List</name>
- <subscribe>[EMAIL PROTECTED]</subscribe>
- <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
- <post>[EMAIL PROTECTED]</post>
-
<archive>http://mail-archives.apache.org/mod_mbox/james-mailet-api/</archive>
+ <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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]