You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2014/04/10 18:33:07 UTC

svn commit: r1586362 - /jena/Experimental/hadoop-rdf/pom.xml

Author: rvesse
Date: Thu Apr 10 16:33:06 2014
New Revision: 1586362

URL: http://svn.apache.org/r1586362
Log:
Lock down to Jena 2.11.1 for Hadoop RDF Tools to make it easier for people to start experimenting

Modified:
    jena/Experimental/hadoop-rdf/pom.xml

Modified: jena/Experimental/hadoop-rdf/pom.xml
URL: http://svn.apache.org/viewvc/jena/Experimental/hadoop-rdf/pom.xml?rev=1586362&r1=1586361&r2=1586362&view=diff
==============================================================================
--- jena/Experimental/hadoop-rdf/pom.xml (original)
+++ jena/Experimental/hadoop-rdf/pom.xml Thu Apr 10 16:33:06 2014
@@ -35,7 +35,7 @@
 	<!-- Properties common across all profiles -->
 	<properties>
 		<plugin.compiler.version>2.5.1</plugin.compiler.version>
-		<arq.version>2.11.1-SNAPSHOT</arq.version>
+		<arq.version>2.11.1</arq.version>
 		<junit.version>4.11</junit.version>
 		<mrunit.version>1.0.0</mrunit.version>
 	</properties>
@@ -123,4 +123,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>