You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2011/12/14 15:58:03 UTC

svn commit: r1214280 - /incubator/jena/Jena2/ARQ/trunk/pom.xml

Author: andy
Date: Wed Dec 14 14:58:03 2011
New Revision: 1214280

URL: http://svn.apache.org/viewvc?rev=1214280&view=rev
Log:
Reset for Jena release

Modified:
    incubator/jena/Jena2/ARQ/trunk/pom.xml

Modified: incubator/jena/Jena2/ARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/ARQ/trunk/pom.xml?rev=1214280&r1=1214279&r2=1214280&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/ARQ/trunk/pom.xml Wed Dec 14 14:58:03 2011
@@ -23,7 +23,7 @@
   <packaging>jar</packaging>
   <name>ARQ</name>
   <!--<version>${ver.arq}</version>-->
-  <version>2.9.1-incubating-SNAPSHOT</version>
+  <version>2.9.0-incubating-SNAPSHOT</version>
 
   <parent>
     <groupId>org.apache.jena</groupId>
@@ -41,7 +41,10 @@
 
   <properties>
     <this.root>${project.artifactId}-${project.version}</this.root>
+
+    <ver.iri>0.9.0-incubating</ver.iri>
     <ver.jena>2.7.0-incubating</ver.jena>
+
     <ver.httpclient>4.1.2</ver.httpclient>
     <ver.httpcore>4.1.3</ver.httpcore>
     <ver.commons-codec>1.5</ver.commons-codec>