You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2007/09/20 19:13:17 UTC

svn commit: r577884 - /incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml

Author: sisbell
Date: Thu Sep 20 12:13:16 2007
New Revision: 577884

URL: http://svn.apache.org/viewvc?rev=577884&view=rev
Log:
Updating dependency version.

Modified:
    incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml

Modified: incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml
URL: http://svn.apache.org/viewvc/incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml?rev=577884&r1=577883&r2=577884&view=diff
==============================================================================
--- incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml (original)
+++ incubator/nmaven/trunk/components/dotnet-dao/project/pom.xml Thu Sep 20 12:13:16 2007
@@ -70,12 +70,20 @@
       <groupId>org.openrdf</groupId>  
       <artifactId>openrdf-rio-rdfxml</artifactId>  
       <version>2.0-beta5</version> 
-    </dependency>  
+    </dependency>
+    <!--
     <dependency> 
       <groupId>info.aduna</groupId>  
       <artifactId>aduna-iteration</artifactId>  
       <version>1.1</version> 
-    </dependency>  
+    </dependency>
+    -->
+    <!--This version may breake the build-->
+    <dependency>
+      <groupId>info.aduna</groupId>
+      <artifactId>aduna-iteration</artifactId>
+      <version>1.2</version>
+    </dependency>
     <dependency> 
       <groupId>org.slf4j</groupId>  
       <artifactId>slf4j-jdk14</artifactId>