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 13:21:15 UTC

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

Author: andy
Date: Wed Dec 14 12:21:15 2011
New Revision: 1214209

URL: http://svn.apache.org/viewvc?rev=1214209&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

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=1214209&r1=1214208&r2=1214209&view=diff
==============================================================================
--- incubator/jena/Jena2/ARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/ARQ/trunk/pom.xml Wed Dec 14 12:21:15 2011
@@ -23,7 +23,7 @@
   <packaging>jar</packaging>
   <name>ARQ</name>
   <!--<version>${ver.arq}</version>-->
-  <version>2.9.0-incubating</version>
+  <version>2.9.1-incubating-SNAPSHOT</version>
 
   <parent>
     <groupId>org.apache.jena</groupId>
@@ -34,9 +34,9 @@
   <description>ARQ is a SPARQL 1.1 query engine for Jena</description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/tags/jena-arq-2.9.0-incubating-RC-1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/tags/jena-arq-2.9.0-incubating-RC-1</developerConnection>
-    <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/tags/jena-arq-2.9.0-incubating-RC-1</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/trunk</developerConnection>
+    <url>https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/</url>
   </scm>
 
   <properties>