You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/10/13 15:14:48 UTC

svn commit: r824747 - /jackrabbit/commons/jcr-tests/trunk/pom.xml

Author: jukka
Date: Tue Oct 13 13:14:48 2009
New Revision: 824747

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

Modified:
    jackrabbit/commons/jcr-tests/trunk/pom.xml

Modified: jackrabbit/commons/jcr-tests/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/pom.xml?rev=824747&r1=824746&r2=824747&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/pom.xml (original)
+++ jackrabbit/commons/jcr-tests/trunk/pom.xml Tue Oct 13 13:14:48 2009
@@ -17,7 +17,7 @@
    limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0                              http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
 <!-- ====================================================================== -->
@@ -29,18 +29,18 @@
     <version>5</version>
   </parent>
   <artifactId>jackrabbit-jcr-tests</artifactId>
-  <version>2.0.0</version>
+  <version>2.0.1-SNAPSHOT</version>
   <name>Jackrabbit JCR Tests</name>
   <description>JCR API test cases</description>
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/jackrabbit/commons/jcr-tests/tags/2.0.0
+      scm:svn:http://svn.apache.org/repos/asf/jackrabbit/commons/jcr-tests/trunk
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/jackrabbit/commons/jcr-tests/tags/2.0.0
+      scm:svn:https://svn.apache.org/repos/asf/jackrabbit/commons/jcr-tests/trunk
     </developerConnection>
-    <url>http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/tags/2.0.0</url>
+    <url>http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk</url>
   </scm>