Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C1C010024 for ; Wed, 10 Apr 2013 00:25:55 +0000 (UTC) Received: (qmail 52018 invoked by uid 500); 10 Apr 2013 00:25:55 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 51985 invoked by uid 500); 10 Apr 2013 00:25:55 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 51977 invoked by uid 99); 10 Apr 2013 00:25:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 00:25:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 00:25:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3A91723889FA; Wed, 10 Apr 2013 00:25:32 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1466303 - 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... Date: Wed, 10 Apr 2013 00:25:29 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130410002532.3A91723889FA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Wed Apr 10 00:25:28 2013 New Revision: 1466303 URL: http://svn.apache.org/r1466303 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/kerberos-client/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/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 Modified: directory/apacheds/trunk/all/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/all/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/all/pom.xml (original) +++ directory/apacheds/trunk/all/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-all Modified: directory/apacheds/trunk/core-annotations/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-annotations/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/core-annotations/pom.xml (original) +++ directory/apacheds/trunk/core-annotations/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-core-annotations Modified: directory/apacheds/trunk/core-api/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-api/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/core-api/pom.xml (original) +++ directory/apacheds/trunk/core-api/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-core-api Modified: directory/apacheds/trunk/core-avl/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-avl/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/core-avl/pom.xml (original) +++ directory/apacheds/trunk/core-avl/pom.xml Wed Apr 10 00:25:28 2013 @@ -20,7 +20,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-core-avl Modified: directory/apacheds/trunk/core-constants/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-constants/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/core-constants/pom.xml (original) +++ directory/apacheds/trunk/core-constants/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-core-constants Modified: directory/apacheds/trunk/core-integ/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-integ/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/core-integ/pom.xml (original) +++ directory/apacheds/trunk/core-integ/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-core-integ Modified: directory/apacheds/trunk/core-jndi/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-jndi/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/core-jndi/pom.xml (original) +++ directory/apacheds/trunk/core-jndi/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-core-jndi Modified: directory/apacheds/trunk/core-shared/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-shared/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/core-shared/pom.xml (original) +++ directory/apacheds/trunk/core-shared/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-core-shared Modified: directory/apacheds/trunk/core/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/core/pom.xml (original) +++ directory/apacheds/trunk/core/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-core Modified: directory/apacheds/trunk/http-directory-bridge/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/http-directory-bridge/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/http-directory-bridge/pom.xml (original) +++ directory/apacheds/trunk/http-directory-bridge/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ apacheds-parent org.apache.directory.server - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-http-directory-bridge Modified: directory/apacheds/trunk/http-integration/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/http-integration/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/http-integration/pom.xml (original) +++ directory/apacheds/trunk/http-integration/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ apacheds-parent org.apache.directory.server - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-http-integration Modified: directory/apacheds/trunk/i18n/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/i18n/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/i18n/pom.xml (original) +++ directory/apacheds/trunk/i18n/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ apacheds-parent org.apache.directory.server - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-i18n Modified: directory/apacheds/trunk/installers-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers-maven-plugin/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/installers-maven-plugin/pom.xml (original) +++ directory/apacheds/trunk/installers-maven-plugin/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-installers-maven-plugin Modified: directory/apacheds/trunk/installers/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/installers/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/installers/pom.xml (original) +++ directory/apacheds/trunk/installers/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-installers Modified: directory/apacheds/trunk/interceptor-kerberos/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptor-kerberos/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptor-kerberos/pom.xml (original) +++ directory/apacheds/trunk/interceptor-kerberos/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptor-kerberos Modified: directory/apacheds/trunk/interceptors/admin/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/admin/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/admin/pom.xml (original) +++ directory/apacheds/trunk/interceptors/admin/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-admin Modified: directory/apacheds/trunk/interceptors/authn/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/authn/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/authn/pom.xml (original) +++ directory/apacheds/trunk/interceptors/authn/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-authn Modified: directory/apacheds/trunk/interceptors/authz/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/authz/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/authz/pom.xml (original) +++ directory/apacheds/trunk/interceptors/authz/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-authz Modified: directory/apacheds/trunk/interceptors/changelog/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/changelog/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/changelog/pom.xml (original) +++ directory/apacheds/trunk/interceptors/changelog/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-changelog Modified: directory/apacheds/trunk/interceptors/collective/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/collective/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/collective/pom.xml (original) +++ directory/apacheds/trunk/interceptors/collective/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-collective Modified: directory/apacheds/trunk/interceptors/event/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/event/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/event/pom.xml (original) +++ directory/apacheds/trunk/interceptors/event/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-event Modified: directory/apacheds/trunk/interceptors/exception/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/exception/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/exception/pom.xml (original) +++ directory/apacheds/trunk/interceptors/exception/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-exception Modified: directory/apacheds/trunk/interceptors/hash/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/hash/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/hash/pom.xml (original) +++ directory/apacheds/trunk/interceptors/hash/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-hash Modified: directory/apacheds/trunk/interceptors/journal/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/journal/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/journal/pom.xml (original) +++ directory/apacheds/trunk/interceptors/journal/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-journal Modified: directory/apacheds/trunk/interceptors/logger/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/logger/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/logger/pom.xml (original) +++ directory/apacheds/trunk/interceptors/logger/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-logger Modified: directory/apacheds/trunk/interceptors/normalization/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/normalization/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/normalization/pom.xml (original) +++ directory/apacheds/trunk/interceptors/normalization/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-normalization Modified: directory/apacheds/trunk/interceptors/operational/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/operational/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/operational/pom.xml (original) +++ directory/apacheds/trunk/interceptors/operational/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-operational Modified: directory/apacheds/trunk/interceptors/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/pom.xml (original) +++ directory/apacheds/trunk/interceptors/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors Modified: directory/apacheds/trunk/interceptors/referral/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/referral/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/referral/pom.xml (original) +++ directory/apacheds/trunk/interceptors/referral/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-referral Modified: directory/apacheds/trunk/interceptors/schema/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/schema/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/schema/pom.xml (original) +++ directory/apacheds/trunk/interceptors/schema/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-schema Modified: directory/apacheds/trunk/interceptors/subtree/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/subtree/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/subtree/pom.xml (original) +++ directory/apacheds/trunk/interceptors/subtree/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-subtree Modified: directory/apacheds/trunk/interceptors/trigger/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/interceptors/trigger/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/interceptors/trigger/pom.xml (original) +++ directory/apacheds/trunk/interceptors/trigger/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-interceptors - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-interceptors-trigger Modified: directory/apacheds/trunk/jdbm-partition/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/jdbm-partition/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/jdbm-partition/pom.xml (original) +++ directory/apacheds/trunk/jdbm-partition/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-jdbm-partition Modified: directory/apacheds/trunk/kerberos-client/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/kerberos-client/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/kerberos-client/pom.xml (original) +++ directory/apacheds/trunk/kerberos-client/pom.xml Wed Apr 10 00:25:28 2013 @@ -23,7 +23,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT Modified: directory/apacheds/trunk/kerberos-codec/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/kerberos-codec/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/kerberos-codec/pom.xml (original) +++ directory/apacheds/trunk/kerberos-codec/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-kerberos-codec Modified: directory/apacheds/trunk/kerberos-test/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/kerberos-test/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/kerberos-test/pom.xml (original) +++ directory/apacheds/trunk/kerberos-test/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-kerberos-test Modified: directory/apacheds/trunk/ldap-client-test/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldap-client-test/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/ldap-client-test/pom.xml (original) +++ directory/apacheds/trunk/ldap-client-test/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT ldap-client-test Modified: directory/apacheds/trunk/ldif-partition/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/ldif-partition/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/ldif-partition/pom.xml (original) +++ directory/apacheds/trunk/ldif-partition/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-ldif-partition Modified: directory/apacheds/trunk/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/pom.xml (original) +++ directory/apacheds/trunk/pom.xml Wed Apr 10 00:25:28 2013 @@ -29,7 +29,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT pom ApacheDS @@ -1183,9 +1183,9 @@ - scm:svn:http://svn.apache.org/repos/asf/directory/apacheds/tags/2.0.0-RC1 - scm:svn:https://svn.apache.org/repos/asf/directory/apacheds/tags/2.0.0-RC1 - http://svn.apache.org/viewvc/directory/apacheds/tags/2.0.0-RC1 + scm:svn:http://svn.apache.org/repos/asf/directory/apacheds/trunk + scm:svn:https://svn.apache.org/repos/asf/directory/apacheds/trunk + http://svn.apache.org/viewvc/directory/apacheds/trunk Modified: directory/apacheds/trunk/protocol-dhcp/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-dhcp/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/protocol-dhcp/pom.xml (original) +++ directory/apacheds/trunk/protocol-dhcp/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-protocol-dhcp Modified: directory/apacheds/trunk/protocol-dns/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-dns/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/protocol-dns/pom.xml (original) +++ directory/apacheds/trunk/protocol-dns/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-protocol-dns Modified: directory/apacheds/trunk/protocol-kerberos/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-kerberos/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/protocol-kerberos/pom.xml (original) +++ directory/apacheds/trunk/protocol-kerberos/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-protocol-kerberos Modified: directory/apacheds/trunk/protocol-ldap/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-ldap/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/protocol-ldap/pom.xml (original) +++ directory/apacheds/trunk/protocol-ldap/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-protocol-ldap Modified: directory/apacheds/trunk/protocol-ntp/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-ntp/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/protocol-ntp/pom.xml (original) +++ directory/apacheds/trunk/protocol-ntp/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-protocol-ntp Modified: directory/apacheds/trunk/protocol-shared/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/protocol-shared/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/protocol-shared/pom.xml (original) +++ directory/apacheds/trunk/protocol-shared/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT ApacheDS Protocol Shared Modified: directory/apacheds/trunk/server-annotations/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-annotations/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/server-annotations/pom.xml (original) +++ directory/apacheds/trunk/server-annotations/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-server-annotations Modified: directory/apacheds/trunk/server-config/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-config/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/server-config/pom.xml (original) +++ directory/apacheds/trunk/server-config/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-server-config Modified: directory/apacheds/trunk/server-integ/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-integ/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/server-integ/pom.xml (original) +++ directory/apacheds/trunk/server-integ/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-server-integ Modified: directory/apacheds/trunk/server-jndi/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-jndi/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/server-jndi/pom.xml (original) +++ directory/apacheds/trunk/server-jndi/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-server-jndi Modified: directory/apacheds/trunk/service-builder/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service-builder/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/service-builder/pom.xml (original) +++ directory/apacheds/trunk/service-builder/pom.xml Wed Apr 10 00:25:28 2013 @@ -22,7 +22,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-service-builder Modified: directory/apacheds/trunk/service/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/service/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/service/pom.xml (original) +++ directory/apacheds/trunk/service/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-service Modified: directory/apacheds/trunk/test-framework/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/test-framework/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/test-framework/pom.xml (original) +++ directory/apacheds/trunk/test-framework/pom.xml Wed Apr 10 00:25:28 2013 @@ -23,7 +23,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-test-framework Modified: directory/apacheds/trunk/wrapper/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/wrapper/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/wrapper/pom.xml (original) +++ directory/apacheds/trunk/wrapper/pom.xml Wed Apr 10 00:25:28 2013 @@ -24,7 +24,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-wrapper Modified: directory/apacheds/trunk/xdbm-partition/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/xdbm-partition/pom.xml?rev=1466303&r1=1466302&r2=1466303&view=diff ============================================================================== --- directory/apacheds/trunk/xdbm-partition/pom.xml (original) +++ directory/apacheds/trunk/xdbm-partition/pom.xml Wed Apr 10 00:25:28 2013 @@ -21,7 +21,7 @@ org.apache.directory.server apacheds-parent - 2.0.0-RC1 + 2.0.0-RC2-SNAPSHOT apacheds-xdbm-partition