Author: bago
Date: Tue Jul 29 08:06:06 2008
New Revision: 680729
URL: http://svn.apache.org/viewvc?rev=680729&view=rev
Log:
Updated dnsjava to 2.0.6 (JAMES-816).
The jar is distributed under the license of the previous dnsjava 2.0.5 and has
the same copyright holder.
Added:
james/server/trunk/stage/dnsjava/jars/dnsjava-2.0.6.jar (with props)
james/server/trunk/stage/dnsjava/poms/dnsjava-2.0.6.pom
Removed:
james/server/trunk/stage/dnsjava/jars/dnsjava-2.0.5.jar
james/server/trunk/stage/dnsjava/poms/dnsjava-2.0.5.pom
Modified:
james/server/trunk/include.properties
james/server/trunk/pom.xml
Modified: james/server/trunk/include.properties
URL:
http://svn.apache.org/viewvc/james/server/trunk/include.properties?rev=680729&r1=680728&r2=680729&view=diff
==============================================================================
--- james/server/trunk/include.properties (original)
+++ james/server/trunk/include.properties Tue Jul 29 08:06:06 2008
@@ -142,7 +142,7 @@
javax-activation.jar=${path.lib.activation}/${jarname.javax-activation.jar}
# ----- DNS -----
-jarname.dns.jar=dnsjava-2.0.5.jar
+jarname.dns.jar=dnsjava-2.0.6.jar
dns.jar=${path.lib.dns}/${jarname.dns.jar}
# ----- Commons -----
Modified: james/server/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=680729&r1=680728&r2=680729&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Tue Jul 29 08:06:06 2008
@@ -694,7 +694,7 @@
<dependency>
<groupId>dnsjava</groupId>
<artifactId>dnsjava</artifactId>
- <version>2.0.5</version>
+ <version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.apache.excalibur.components</groupId>
Added: james/server/trunk/stage/dnsjava/jars/dnsjava-2.0.6.jar
URL:
http://svn.apache.org/viewvc/james/server/trunk/stage/dnsjava/jars/dnsjava-2.0.6.jar?rev=680729&view=auto
==============================================================================
Binary file - no diff available.
Propchange: james/server/trunk/stage/dnsjava/jars/dnsjava-2.0.6.jar
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: james/server/trunk/stage/dnsjava/poms/dnsjava-2.0.6.pom
URL:
http://svn.apache.org/viewvc/james/server/trunk/stage/dnsjava/poms/dnsjava-2.0.6.pom?rev=680729&view=auto
==============================================================================
--- james/server/trunk/stage/dnsjava/poms/dnsjava-2.0.6.pom (added)
+++ james/server/trunk/stage/dnsjava/poms/dnsjava-2.0.6.pom Tue Jul 29 08:06:06
2008
@@ -0,0 +1,33 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
+ <!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ -->
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>dnsjava</groupId>
+ <artifactId>dnsjava</artifactId>
+ <name>dnsjava</name>
+ <version>2.0.6</version>
+ <packaging>jar</packaging>
+ <url>http://www.dnsjava.org</url>
+ <licenses>
+ <license>
+ <name>BSD license</name>
+ <url>http://www.dnsjava.org/README</url>
+ </license>
+ </licenses>
+</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]