You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2012/01/09 16:06:33 UTC

svn commit: r1229188 - in /directory/apacheds/trunk: ./ all/ core-annotations/ core-api/ core-avl/ core-constants/ core-integ/ core-jndi/ core-shared/ core/ http-directory-bridge/ http-integration/ i18n/ installers-maven-plugin/ installers/ interceptor...

Author: pamarcelot
Date: Mon Jan  9 15:06:31 2012
New Revision: 1229188

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

Modified:
    directory/apacheds/trunk/all/pom.xml
    directory/apacheds/trunk/core-annotations/pom.xml
    directory/apacheds/trunk/core-api/pom.xml
    directory/apacheds/trunk/core-avl/pom.xml
    directory/apacheds/trunk/core-constants/pom.xml
    directory/apacheds/trunk/core-integ/pom.xml
    directory/apacheds/trunk/core-jndi/pom.xml
    directory/apacheds/trunk/core-shared/pom.xml
    directory/apacheds/trunk/core/pom.xml
    directory/apacheds/trunk/http-directory-bridge/pom.xml
    directory/apacheds/trunk/http-integration/pom.xml
    directory/apacheds/trunk/i18n/pom.xml
    directory/apacheds/trunk/installers-maven-plugin/pom.xml
    directory/apacheds/trunk/installers/pom.xml
    directory/apacheds/trunk/interceptor-kerberos/pom.xml
    directory/apacheds/trunk/interceptors/admin/pom.xml
    directory/apacheds/trunk/interceptors/authn/pom.xml
    directory/apacheds/trunk/interceptors/authz/pom.xml
    directory/apacheds/trunk/interceptors/changelog/pom.xml
    directory/apacheds/trunk/interceptors/collective/pom.xml
    directory/apacheds/trunk/interceptors/event/pom.xml
    directory/apacheds/trunk/interceptors/exception/pom.xml
    directory/apacheds/trunk/interceptors/hash/pom.xml
    directory/apacheds/trunk/interceptors/journal/pom.xml
    directory/apacheds/trunk/interceptors/logger/pom.xml
    directory/apacheds/trunk/interceptors/normalization/pom.xml
    directory/apacheds/trunk/interceptors/operational/pom.xml
    directory/apacheds/trunk/interceptors/pom.xml
    directory/apacheds/trunk/interceptors/referral/pom.xml
    directory/apacheds/trunk/interceptors/schema/pom.xml
    directory/apacheds/trunk/interceptors/subtree/pom.xml
    directory/apacheds/trunk/interceptors/trigger/pom.xml
    directory/apacheds/trunk/jdbm-partition/pom.xml
    directory/apacheds/trunk/jdbm/pom.xml
    directory/apacheds/trunk/kerberos-codec/pom.xml
    directory/apacheds/trunk/kerberos-test/pom.xml
    directory/apacheds/trunk/ldap-client-test/pom.xml
    directory/apacheds/trunk/ldif-partition/pom.xml
    directory/apacheds/trunk/pom.xml
    directory/apacheds/trunk/protocol-dhcp/pom.xml
    directory/apacheds/trunk/protocol-dns/pom.xml
    directory/apacheds/trunk/protocol-kerberos/pom.xml
    directory/apacheds/trunk/protocol-ldap/pom.xml
    directory/apacheds/trunk/protocol-ntp/pom.xml
    directory/apacheds/trunk/protocol-shared/pom.xml
    directory/apacheds/trunk/server-annotations/pom.xml
    directory/apacheds/trunk/server-config/pom.xml
    directory/apacheds/trunk/server-integ/pom.xml
    directory/apacheds/trunk/server-jndi/pom.xml
    directory/apacheds/trunk/server-replication/pom.xml
    directory/apacheds/trunk/service-builder/pom.xml
    directory/apacheds/trunk/service/pom.xml
    directory/apacheds/trunk/test-framework/pom.xml
    directory/apacheds/trunk/wrapper/pom.xml
    directory/apacheds/trunk/xdbm-partition/pom.xml
    directory/apacheds/trunk/xdbm-tools/pom.xml

Modified: directory/apacheds/trunk/all/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/all/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/all/pom.xml (original)
+++ directory/apacheds/trunk/all/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-all</artifactId>

Modified: directory/apacheds/trunk/core-annotations/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-annotations/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/core-annotations/pom.xml (original)
+++ directory/apacheds/trunk/core-annotations/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
     <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-core-annotations</artifactId>

Modified: directory/apacheds/trunk/core-api/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-api/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/core-api/pom.xml (original)
+++ directory/apacheds/trunk/core-api/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-core-api</artifactId>

Modified: directory/apacheds/trunk/core-avl/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-avl/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/core-avl/pom.xml (original)
+++ directory/apacheds/trunk/core-avl/pom.xml Mon Jan  9 15:06:31 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-core-avl</artifactId>

Modified: directory/apacheds/trunk/core-constants/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-constants/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/core-constants/pom.xml (original)
+++ directory/apacheds/trunk/core-constants/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-core-constants</artifactId>

Modified: directory/apacheds/trunk/core-integ/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-integ/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/core-integ/pom.xml (original)
+++ directory/apacheds/trunk/core-integ/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-core-integ</artifactId>

Modified: directory/apacheds/trunk/core-jndi/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-jndi/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/core-jndi/pom.xml (original)
+++ directory/apacheds/trunk/core-jndi/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-core-jndi</artifactId>

Modified: directory/apacheds/trunk/core-shared/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-shared/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/core-shared/pom.xml (original)
+++ directory/apacheds/trunk/core-shared/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-core-shared</artifactId>

Modified: directory/apacheds/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/core/pom.xml (original)
+++ directory/apacheds/trunk/core/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-core</artifactId>

Modified: directory/apacheds/trunk/http-directory-bridge/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/http-directory-bridge/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/http-directory-bridge/pom.xml (original)
+++ directory/apacheds/trunk/http-directory-bridge/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>apacheds-parent</artifactId>
     <groupId>org.apache.directory.server</groupId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
 
   <artifactId>apacheds-http-directory-bridge</artifactId>

Modified: directory/apacheds/trunk/http-integration/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/http-integration/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/http-integration/pom.xml (original)
+++ directory/apacheds/trunk/http-integration/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>apacheds-parent</artifactId>
     <groupId>org.apache.directory.server</groupId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-http-integration</artifactId>

Modified: directory/apacheds/trunk/i18n/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/i18n/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/i18n/pom.xml (original)
+++ directory/apacheds/trunk/i18n/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>apacheds-parent</artifactId>
     <groupId>org.apache.directory.server</groupId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-i18n</artifactId>

Modified: directory/apacheds/trunk/installers-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers-maven-plugin/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/installers-maven-plugin/pom.xml (original)
+++ directory/apacheds/trunk/installers-maven-plugin/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-installers-maven-plugin</artifactId>

Modified: directory/apacheds/trunk/installers/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/installers/pom.xml (original)
+++ directory/apacheds/trunk/installers/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-installers</artifactId>

Modified: directory/apacheds/trunk/interceptor-kerberos/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptor-kerberos/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptor-kerberos/pom.xml (original)
+++ directory/apacheds/trunk/interceptor-kerberos/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptor-kerberos</artifactId>

Modified: directory/apacheds/trunk/interceptors/admin/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/admin/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/admin/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/admin/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-admin</artifactId>

Modified: directory/apacheds/trunk/interceptors/authn/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/authn/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/authn/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/authn/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-authn</artifactId>

Modified: directory/apacheds/trunk/interceptors/authz/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/authz/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/authz/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/authz/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-authz</artifactId>

Modified: directory/apacheds/trunk/interceptors/changelog/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/changelog/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/changelog/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/changelog/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-changelog</artifactId>

Modified: directory/apacheds/trunk/interceptors/collective/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/collective/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/collective/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/collective/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-collective</artifactId>

Modified: directory/apacheds/trunk/interceptors/event/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/event/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/event/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/event/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-event</artifactId>

Modified: directory/apacheds/trunk/interceptors/exception/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/exception/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/exception/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/exception/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-exception</artifactId>

Modified: directory/apacheds/trunk/interceptors/hash/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/hash/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/hash/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/hash/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-hash</artifactId>

Modified: directory/apacheds/trunk/interceptors/journal/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/journal/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/journal/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/journal/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-journal</artifactId>

Modified: directory/apacheds/trunk/interceptors/logger/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/logger/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/logger/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/logger/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-logger</artifactId>

Modified: directory/apacheds/trunk/interceptors/normalization/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/normalization/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/normalization/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/normalization/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-normalization</artifactId>

Modified: directory/apacheds/trunk/interceptors/operational/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/operational/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/operational/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/operational/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-operational</artifactId>

Modified: directory/apacheds/trunk/interceptors/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
 
   <artifactId>apacheds-interceptors</artifactId>

Modified: directory/apacheds/trunk/interceptors/referral/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/referral/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/referral/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/referral/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-referral</artifactId>

Modified: directory/apacheds/trunk/interceptors/schema/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/schema/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/schema/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/schema/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-schema</artifactId>

Modified: directory/apacheds/trunk/interceptors/subtree/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/subtree/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/subtree/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/subtree/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-subtree</artifactId>

Modified: directory/apacheds/trunk/interceptors/trigger/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/trigger/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/interceptors/trigger/pom.xml (original)
+++ directory/apacheds/trunk/interceptors/trigger/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-interceptors</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-interceptors-trigger</artifactId>

Modified: directory/apacheds/trunk/jdbm-partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm-partition/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm-partition/pom.xml (original)
+++ directory/apacheds/trunk/jdbm-partition/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-jdbm-partition</artifactId>

Modified: directory/apacheds/trunk/jdbm/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/jdbm/pom.xml (original)
+++ directory/apacheds/trunk/jdbm/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-jdbm</artifactId>

Modified: directory/apacheds/trunk/kerberos-codec/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/kerberos-codec/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/kerberos-codec/pom.xml (original)
+++ directory/apacheds/trunk/kerberos-codec/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-kerberos-codec</artifactId>

Modified: directory/apacheds/trunk/kerberos-test/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/kerberos-test/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/kerberos-test/pom.xml (original)
+++ directory/apacheds/trunk/kerberos-test/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-kerberos-test</artifactId>

Modified: directory/apacheds/trunk/ldap-client-test/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldap-client-test/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/ldap-client-test/pom.xml (original)
+++ directory/apacheds/trunk/ldap-client-test/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
 
   <artifactId>ldap-client-test</artifactId>

Modified: directory/apacheds/trunk/ldif-partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldif-partition/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/ldif-partition/pom.xml (original)
+++ directory/apacheds/trunk/ldif-partition/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-ldif-partition</artifactId>

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Mon Jan  9 15:06:31 2012
@@ -30,7 +30,7 @@
 
   <groupId>org.apache.directory.server</groupId>
   <artifactId>apacheds-parent</artifactId>
-  <version>2.0.0-M4</version>
+  <version>2.0.0-M5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>ApacheDS</name>
@@ -1255,9 +1255,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/apacheds/tags/2.0.0-M4</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/apacheds/tags/2.0.0-M4</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-M4</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/apacheds/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/apacheds/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/apacheds/trunk</url>
   </scm>
 
   <repositories>

Modified: directory/apacheds/trunk/protocol-dhcp/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-dhcp/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-dhcp/pom.xml (original)
+++ directory/apacheds/trunk/protocol-dhcp/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-protocol-dhcp</artifactId>

Modified: directory/apacheds/trunk/protocol-dns/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-dns/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-dns/pom.xml (original)
+++ directory/apacheds/trunk/protocol-dns/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-protocol-dns</artifactId>

Modified: directory/apacheds/trunk/protocol-kerberos/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-kerberos/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-kerberos/pom.xml (original)
+++ directory/apacheds/trunk/protocol-kerberos/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-protocol-kerberos</artifactId>

Modified: directory/apacheds/trunk/protocol-ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-ldap/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-ldap/pom.xml (original)
+++ directory/apacheds/trunk/protocol-ldap/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-protocol-ldap</artifactId>

Modified: directory/apacheds/trunk/protocol-ntp/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-ntp/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-ntp/pom.xml (original)
+++ directory/apacheds/trunk/protocol-ntp/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-protocol-ntp</artifactId>

Modified: directory/apacheds/trunk/protocol-shared/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-shared/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/protocol-shared/pom.xml (original)
+++ directory/apacheds/trunk/protocol-shared/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <name>ApacheDS Protocol Shared</name>

Modified: directory/apacheds/trunk/server-annotations/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-annotations/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/server-annotations/pom.xml (original)
+++ directory/apacheds/trunk/server-annotations/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-server-annotations</artifactId>

Modified: directory/apacheds/trunk/server-config/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-config/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/server-config/pom.xml (original)
+++ directory/apacheds/trunk/server-config/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
 
   <artifactId>apacheds-server-config</artifactId>

Modified: directory/apacheds/trunk/server-integ/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/server-integ/pom.xml (original)
+++ directory/apacheds/trunk/server-integ/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-server-integ</artifactId>

Modified: directory/apacheds/trunk/server-jndi/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-jndi/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/server-jndi/pom.xml (original)
+++ directory/apacheds/trunk/server-jndi/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-server-jndi</artifactId>

Modified: directory/apacheds/trunk/server-replication/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-replication/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/server-replication/pom.xml (original)
+++ directory/apacheds/trunk/server-replication/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-server-replication</artifactId>

Modified: directory/apacheds/trunk/service-builder/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service-builder/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/service-builder/pom.xml (original)
+++ directory/apacheds/trunk/service-builder/pom.xml Mon Jan  9 15:06:31 2012
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
 
   <artifactId>apacheds-service-builder</artifactId>

Modified: directory/apacheds/trunk/service/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/service/pom.xml (original)
+++ directory/apacheds/trunk/service/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-service</artifactId>

Modified: directory/apacheds/trunk/test-framework/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/test-framework/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/test-framework/pom.xml (original)
+++ directory/apacheds/trunk/test-framework/pom.xml Mon Jan  9 15:06:31 2012
@@ -23,7 +23,7 @@
     <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-test-framework</artifactId>

Modified: directory/apacheds/trunk/wrapper/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/wrapper/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/wrapper/pom.xml (original)
+++ directory/apacheds/trunk/wrapper/pom.xml Mon Jan  9 15:06:31 2012
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-wrapper</artifactId>

Modified: directory/apacheds/trunk/xdbm-partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-partition/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/xdbm-partition/pom.xml (original)
+++ directory/apacheds/trunk/xdbm-partition/pom.xml Mon Jan  9 15:06:31 2012
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-xdbm-partition</artifactId>

Modified: directory/apacheds/trunk/xdbm-tools/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-tools/pom.xml?rev=1229188&r1=1229187&r2=1229188&view=diff
==============================================================================
--- directory/apacheds/trunk/xdbm-tools/pom.xml (original)
+++ directory/apacheds/trunk/xdbm-tools/pom.xml Mon Jan  9 15:06:31 2012
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>apacheds-parent</artifactId>
-    <version>2.0.0-M4</version>
+    <version>2.0.0-M5-SNAPSHOT</version>
   </parent>
   
   <artifactId>apacheds-xdbm-tools</artifactId>