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 2010/10/06 19:26:11 UTC

svn commit: r1005178 - in /jackrabbit/branches/1.6: ./ jackrabbit-api/ jackrabbit-core/ jackrabbit-jca/ jackrabbit-jcr-commons/ jackrabbit-jcr-server/ jackrabbit-jcr-tests/ jackrabbit-jcr2spi/ jackrabbit-parent/ jackrabbit-spi-commons/ jackrabbit-spi/ ...

Author: jukka
Date: Wed Oct  6 17:26:10 2010
New Revision: 1005178

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

Modified:
    jackrabbit/branches/1.6/jackrabbit-api/pom.xml
    jackrabbit/branches/1.6/jackrabbit-core/pom.xml
    jackrabbit/branches/1.6/jackrabbit-jca/pom.xml
    jackrabbit/branches/1.6/jackrabbit-jcr-commons/pom.xml
    jackrabbit/branches/1.6/jackrabbit-jcr-server/pom.xml
    jackrabbit/branches/1.6/jackrabbit-jcr-tests/pom.xml
    jackrabbit/branches/1.6/jackrabbit-jcr2spi/pom.xml
    jackrabbit/branches/1.6/jackrabbit-parent/pom.xml
    jackrabbit/branches/1.6/jackrabbit-spi-commons/pom.xml
    jackrabbit/branches/1.6/jackrabbit-spi/pom.xml
    jackrabbit/branches/1.6/jackrabbit-spi2dav/pom.xml
    jackrabbit/branches/1.6/jackrabbit-spi2jcr/pom.xml
    jackrabbit/branches/1.6/jackrabbit-standalone/pom.xml
    jackrabbit/branches/1.6/jackrabbit-text-extractors/pom.xml
    jackrabbit/branches/1.6/jackrabbit-webapp/pom.xml
    jackrabbit/branches/1.6/jackrabbit-webdav/pom.xml
    jackrabbit/branches/1.6/pom.xml

Modified: jackrabbit/branches/1.6/jackrabbit-api/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-api/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-api/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-api/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-api</artifactId>

Modified: jackrabbit/branches/1.6/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-core/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-core/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-core/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-core</artifactId>
@@ -156,27 +156,27 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-api</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-spi-commons</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-spi</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-text-extractors</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
@@ -194,7 +194,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-tests</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <optional>true</optional>
     </dependency>
     <dependency>

Modified: jackrabbit/branches/1.6/jackrabbit-jca/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-jca/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-jca/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-jca/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-jca</artifactId>
@@ -108,7 +108,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>

Modified: jackrabbit/branches/1.6/jackrabbit-jcr-commons/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-jcr-commons/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-jcr-commons/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-jcr-commons/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-jcr-commons</artifactId>

Modified: jackrabbit/branches/1.6/jackrabbit-jcr-server/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-jcr-server/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-jcr-server/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-jcr-server/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-jcr-server</artifactId>
@@ -57,17 +57,17 @@
       <!-- temporarily added dependency, needed as long as JCR2 interfaces are contained in jackrabbit-api -->
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-api</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-webdav</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>

Modified: jackrabbit/branches/1.6/jackrabbit-jcr-tests/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-jcr-tests/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-jcr-tests/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-jcr-tests/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-jcr-tests</artifactId>

Modified: jackrabbit/branches/1.6/jackrabbit-jcr2spi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-jcr2spi/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-jcr2spi/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-jcr2spi/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-jcr2spi</artifactId>
@@ -63,23 +63,23 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-spi</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-spi-commons</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <!-- tmp dependency to jackrabbit-api until jsr 283 is released -->
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-api</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <!-- end of tmp dependency -->
     <dependency>
@@ -102,7 +102,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-tests</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: jackrabbit/branches/1.6/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-parent/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-parent/pom.xml Wed Oct  6 17:26:10 2010
@@ -32,7 +32,7 @@
 
   <artifactId>jackrabbit-parent</artifactId>
   <name>Jackrabbit Parent POM</name>
-  <version>1.6.4</version>
+  <version>1.6.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <issueManagement>
     <system>Jira</system>
@@ -364,10 +364,4 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/parent/tags/1.6.4</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/parent/tags/1.6.4</developerConnection>
-    <url>http://svn.apache.org/viewvc/jackrabbit/parent/tags/1.6.4</url>
-  </scm>
 </project>

Modified: jackrabbit/branches/1.6/jackrabbit-spi-commons/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-spi-commons/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-spi-commons/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-spi-commons/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-spi-commons</artifactId>
@@ -114,12 +114,12 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-spi</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>commons-collections</groupId>

Modified: jackrabbit/branches/1.6/jackrabbit-spi/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-spi/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-spi/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-spi/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-spi</artifactId>

Modified: jackrabbit/branches/1.6/jackrabbit-spi2dav/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-spi2dav/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-spi2dav/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-spi2dav/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-spi2dav</artifactId>
@@ -61,28 +61,28 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-spi</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <classifier />
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-spi-commons</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-webdav</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-server</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>xerces</groupId>
@@ -114,20 +114,20 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-tests</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr2spi</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <classifier />
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr2spi</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
@@ -135,7 +135,7 @@
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-spi</artifactId>
       <classifier>tests</classifier>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: jackrabbit/branches/1.6/jackrabbit-spi2jcr/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-spi2jcr/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-spi2jcr/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-spi2jcr/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-spi2jcr</artifactId>
@@ -83,31 +83,31 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-spi</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <classifier />
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-spi</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-spi-commons</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <!-- tmp dependency to jackrabbit-api until jsr 283 is released -->
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-api</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <!-- end of tmp dependency -->
     <dependency>
@@ -122,7 +122,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-tests</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -133,7 +133,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -144,14 +144,14 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr2spi</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr2spi</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <classifier />
       <scope>test</scope>
     </dependency>

Modified: jackrabbit/branches/1.6/jackrabbit-standalone/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-standalone/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-standalone/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-standalone/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-standalone</artifactId>
@@ -80,13 +80,13 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-webapp</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <type>war</type>
     </dependency>
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-webapp</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <type>jar</type>
     </dependency>
     <dependency>

Modified: jackrabbit/branches/1.6/jackrabbit-text-extractors/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-text-extractors/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-text-extractors/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-text-extractors/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-text-extractors</artifactId>

Modified: jackrabbit/branches/1.6/jackrabbit-webapp/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-webapp/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-webapp/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-webapp/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-webapp</artifactId>
@@ -42,7 +42,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-core</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>commons-logging</groupId>
@@ -53,7 +53,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-server</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
       <exclusions>
         <!-- JCR-683: The commons-httpclient dependency from            -->
         <!-- jackrabbit-webapp depends on commons-logging. Since this   -->

Modified: jackrabbit/branches/1.6/jackrabbit-webdav/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/jackrabbit-webdav/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/jackrabbit-webdav/pom.xml (original)
+++ jackrabbit/branches/1.6/jackrabbit-webdav/pom.xml Wed Oct  6 17:26:10 2010
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>../jackrabbit-parent/pom.xml</relativePath>
   </parent>
   <artifactId>jackrabbit-webdav</artifactId>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.apache.jackrabbit</groupId>
       <artifactId>jackrabbit-jcr-commons</artifactId>
-      <version>1.6.4</version>
+      <version>1.6.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>

Modified: jackrabbit/branches/1.6/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.6/pom.xml?rev=1005178&r1=1005177&r2=1005178&view=diff
==============================================================================
--- jackrabbit/branches/1.6/pom.xml (original)
+++ jackrabbit/branches/1.6/pom.xml Wed Oct  6 17:26:10 2010
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.jackrabbit</groupId>
     <artifactId>jackrabbit-parent</artifactId>
-    <version>1.6.4</version>
+    <version>1.6.5-SNAPSHOT</version>
     <relativePath>jackrabbit-parent/pom.xml</relativePath>
   </parent>
 
@@ -56,13 +56,13 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/jackrabbit/tags/1.6.4
+      scm:svn:http://svn.apache.org/repos/asf/jackrabbit/branches/1.6
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/jackrabbit/tags/1.6.4
+      scm:svn:https://svn.apache.org/repos/asf/jackrabbit/branches/1.6
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/jackrabbit/tags/1.6.4
+      http://svn.apache.org/viewvc/jackrabbit/branches/1.6
     </url>
   </scm>