Author: bago
Date: Tue Jul 29 07:56:27 2008
New Revision: 680723
URL: http://svn.apache.org/viewvc?rev=680723&view=rev
Log:
Upgraded dnsjava to 2.0.6 (JAMES-816)
Also updated some version stuff in the m2 pom
Added:
james/server/branches/v2.3/lib/dnsjava-2.0.6.jar (with props)
Removed:
james/server/branches/v2.3/lib/dnsjava-2.0.3.jar
Modified:
james/server/branches/v2.3/include.properties
james/server/branches/v2.3/pom.xml
Modified: james/server/branches/v2.3/include.properties
URL:
http://svn.apache.org/viewvc/james/server/branches/v2.3/include.properties?rev=680723&r1=680722&r2=680723&view=diff
==============================================================================
--- james/server/branches/v2.3/include.properties (original)
+++ james/server/branches/v2.3/include.properties Tue Jul 29 07:56:27 2008
@@ -39,7 +39,7 @@
javax-activation.jar=${activation.id}.jar
# ----- DNS -----
-dns.jar=dnsjava-2.0.3.jar
+dns.jar=dnsjava-2.0.6.jar
# ----- Commons -----
commons-dbcp.jar=commons-dbcp-1.2.1.jar
Added: james/server/branches/v2.3/lib/dnsjava-2.0.6.jar
URL:
http://svn.apache.org/viewvc/james/server/branches/v2.3/lib/dnsjava-2.0.6.jar?rev=680723&view=auto
==============================================================================
Binary file - no diff available.
Propchange: james/server/branches/v2.3/lib/dnsjava-2.0.6.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: james/server/branches/v2.3/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/branches/v2.3/pom.xml?rev=680723&r1=680722&r2=680723&view=diff
==============================================================================
--- james/server/branches/v2.3/pom.xml (original)
+++ james/server/branches/v2.3/pom.xml Tue Jul 29 07:56:27 2008
@@ -31,17 +31,18 @@
<groupId>org.apache.james</groupId>
<artifactId>james-server</artifactId>
<name>Apache JAMES Server</name>
- <version>2.3.1</version>
+ <version>2.3.2</version>
<packaging>jar</packaging>
<description>
The Apache Java Enterprise Mail Server (a.k.a. JAMES Server)
</description>
<parent>
- <groupId>org.apache.james</groupId>
<artifactId>james-server-root</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <groupId>org.apache.james</groupId>
+ <version>1.0</version>
+ <relativePath>../james-project/project/server/pom.xml</relativePath>
</parent>
- <url>http://james.apache.org/server/2.3.1/</url>
+ <url>http://james.apache.org/server/2.3.2/</url>
<inceptionYear>2002</inceptionYear>
<scm>
@@ -306,7 +307,7 @@
<dependency>
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
- <version>2.0.1</version>
+ <version>2.0.6</version>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]