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/19 10:59:10 UTC

svn commit: r686990 - in /james/jspf/branches/multimodule-proposal: pom.xml stage/pom.xml

Author: bago
Date: Tue Aug 19 01:59:07 2008
New Revision: 686990

URL: http://svn.apache.org/viewvc?rev=686990&view=rev
Log:
add dnsjnio-1.0.0-beta-1 to multimodule branch that will replace trunk

Modified:
    james/jspf/branches/multimodule-proposal/pom.xml
    james/jspf/branches/multimodule-proposal/stage/pom.xml

Modified: james/jspf/branches/multimodule-proposal/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/pom.xml?rev=686990&r1=686989&r2=686990&view=diff
==============================================================================
--- james/jspf/branches/multimodule-proposal/pom.xml (original)
+++ james/jspf/branches/multimodule-proposal/pom.xml Tue Aug 19 01:59:07 2008
@@ -142,17 +142,17 @@
 	      <groupId>org.apache.james.jspf</groupId>
 	      <artifactId>resolver</artifactId>
 	      <classifier>tests</classifier>
-	      <version>0.9.7-SNAPSHOT</version>
-	    </dependency>
-	    <dependency>
-	      <groupId>dnsjava</groupId>
-	      <artifactId>dnsjava</artifactId>
-	      <version>2.0.6</version>
-	    </dependency>
-	    <dependency>
-	      <groupId>uk.nominet</groupId>
-	      <artifactId>dnsjnio</artifactId>
-	      <version>0.9.9</version>
+        <version>0.9.7-SNAPSHOT</version>
+      </dependency>
+      <dependency>
+        <groupId>dnsjava</groupId>
+        <artifactId>dnsjava</artifactId>
+        <version>2.0.6</version>
+      </dependency>
+      <dependency>
+        <groupId>uk.nominet</groupId>
+        <artifactId>dnsjnio</artifactId>
+        <version>1.0.0-beta-1</version>
 	    </dependency>
 	    <dependency>
 	      <groupId>junit</groupId>

Modified: james/jspf/branches/multimodule-proposal/stage/pom.xml
URL: http://svn.apache.org/viewvc/james/jspf/branches/multimodule-proposal/stage/pom.xml?rev=686990&r1=686989&r2=686990&view=diff
==============================================================================
--- james/jspf/branches/multimodule-proposal/stage/pom.xml (original)
+++ james/jspf/branches/multimodule-proposal/stage/pom.xml Tue Aug 19 01:59:07 2008
@@ -98,7 +98,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>



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