Author: norman
Date: Mon May 3 17:11:05 2010
New Revision: 940516
URL: http://svn.apache.org/viewvc?rev=940516&view=rev
Log:
Fix maven build ..
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=940516&r1=940515&r2=940516&view=diff
==============================================================================
--- james/mailet/crypto/trunk/pom.xml (original)
+++ james/mailet/crypto/trunk/pom.xml Mon May 3 17:11:05 2010
@@ -30,7 +30,7 @@
<parent>
<groupId>org.apache.james</groupId>
<artifactId>james-project</artifactId>
- <version>1.4-SNAPSHOT</version>
+ <version>1.5</version>
</parent>
<url>http://james.apache.org/mailet/crypto/</url>
<inceptionYear>2008</inceptionYear>
@@ -87,7 +87,7 @@
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<!-- 1.4.2 is not available in the standard repositories -->
- <version>1.4.1</version>
+ <version>1.4.3</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
@@ -201,9 +201,9 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2-beta-4</version>
<configuration>
<descriptorSourceDirectory>${basedir}/src/assemble/</descriptorSourceDirectory>
+ <tarLongFileMode>gnu</tarLongFileMode>
</configuration>
<executions>
<execution>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]