You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2008/08/20 19:30:17 UTC

svn commit: r687391 - in /james/jspf/trunk: pom.xml stage/pom.xml stage/uk.nominet/jars/dnsjnio-1.0.0-beta-2.jar stage/uk.nominet/poms/dnsjnio-1.0.0-beta-2.pom

Author: bago
Date: Wed Aug 20 10:30:10 2008
New Revision: 687391

URL: http://svn.apache.org/viewvc?rev=687391&view=rev
Log:
Update dependency to dnsjnio-1.0.0-beta-2.
This is a beta release from the dnsjnio project distributed under the ALv2 license.
Alex fixed the random port issue, and the QID issue related to DNS vulnerabilities.

Added:
    james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-1.0.0-beta-2.jar   (with props)
    james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0-beta-2.pom
Modified:
    james/jspf/trunk/pom.xml
    james/jspf/trunk/stage/pom.xml

Modified: james/jspf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?rev=687391&r1=687390&r2=687391&view=diff
==============================================================================
--- james/jspf/trunk/pom.xml (original)
+++ james/jspf/trunk/pom.xml Wed Aug 20 10:30:10 2008
@@ -152,7 +152,7 @@
       <dependency>
         <groupId>uk.nominet</groupId>
         <artifactId>dnsjnio</artifactId>
-        <version>1.0.0-beta-1</version>
+        <version>1.0.0-beta-2</version>
 	    </dependency>
 	    <dependency>
 	      <groupId>junit</groupId>

Modified: james/jspf/trunk/stage/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/stage/pom.xml?rev=687391&r1=687390&r2=687391&view=diff
==============================================================================
--- james/jspf/trunk/stage/pom.xml (original)
+++ james/jspf/trunk/stage/pom.xml Wed Aug 20 10:30:10 2008
@@ -98,7 +98,7 @@
     <dependency>
       <groupId>uk.nominet</groupId>
       <artifactId>dnsjnio</artifactId>
-      <version>1.0.0-beta-1</version>
+      <version>1.0.0-beta-2</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

Added: james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-1.0.0-beta-2.jar
URL: http://svn.apache.org/viewvc/james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-1.0.0-beta-2.jar?rev=687391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/jspf/trunk/stage/uk.nominet/jars/dnsjnio-1.0.0-beta-2.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0-beta-2.pom
URL: http://svn.apache.org/viewvc/james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0-beta-2.pom?rev=687391&view=auto
==============================================================================
--- james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0-beta-2.pom (added)
+++ james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0-beta-2.pom Wed Aug 20 10:30:10 2008
@@ -0,0 +1,32 @@
+<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>uk.nominet</groupId>
+  <artifactId>dnsjnio</artifactId>
+  <name>dnsjnio</name>
+  <version>1.0.0-beta-2</version>
+  <packaging>jar</packaging>
+  <url>http://sourceforge.net/projects/dnsjnio</url>
+  <licenses>
+    <license>
+      <name>ASLv2 license</name>
+    </license>
+  </licenses>
+</project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org