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/13 10:52:36 UTC

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

Author: bago
Date: Wed Aug 13 01:52:34 2008
New Revision: 685483

URL: http://svn.apache.org/viewvc?rev=685483&view=rev
Log:
Added a dnsjnio 1.0.0-beta-1 to check integration and see if the 2 fixed race issues fix JSPF-65
Jar has been created by Alex D (author of dnsjnio) for the specific purpose of letting us test it.
http://sourceforge.net/mailarchive/message.php?msg_name=OFAE5EA938.A9112C4A-ON802574A3.003F725A-802574A3.003FA18A%40nominet.org.uk
https://dnsjnio.svn.sourceforge.net/svnroot/dnsjnio/tags/dnsjnio-1.0.0-beta/dnsjnio-1.0.0-beta-1.jar

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

Modified: james/jspf/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/trunk/pom.xml?rev=685483&r1=685482&r2=685483&view=diff
==============================================================================
--- james/jspf/trunk/pom.xml (original)
+++ james/jspf/trunk/pom.xml Wed Aug 13 01:52:34 2008
@@ -53,7 +53,7 @@
     <dependency>
       <groupId>uk.nominet</groupId>
       <artifactId>dnsjnio</artifactId>
-      <version>0.9.9</version>
+      <version>1.0.0-beta-1</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>

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

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

Added: james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0-beta-1.pom
URL: http://svn.apache.org/viewvc/james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0-beta-1.pom?rev=685483&view=auto
==============================================================================
--- james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0-beta-1.pom (added)
+++ james/jspf/trunk/stage/uk.nominet/poms/dnsjnio-1.0.0-beta-1.pom Wed Aug 13 01:52:34 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-1</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