From commits-return-51388-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Wed Nov 6 08:54:24 2019 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 [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id C81D519C8F for ; Wed, 6 Nov 2019 08:54:23 +0000 (UTC) Received: (qmail 80059 invoked by uid 500); 6 Nov 2019 08:54:23 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 79961 invoked by uid 500); 6 Nov 2019 08:54:23 -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 79896 invoked by uid 99); 6 Nov 2019 08:54:22 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2019 08:54:22 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C75E780620; Wed, 6 Nov 2019 08:54:22 +0000 (UTC) Date: Wed, 06 Nov 2019 08:54:24 +0000 To: "commits@directory.apache.org" Subject: [directory-ldap-api] 02/02: [maven-release-plugin] prepare release 2.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: elecharny@apache.org In-Reply-To: <157303046268.18731.7209981879332783850@gitbox.apache.org> References: <157303046268.18731.7209981879332783850@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: directory-ldap-api X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 763ad553749e59cfb12259c8f58a75aee3653d1a X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191106085422.C75E780620@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git commit 763ad553749e59cfb12259c8f58a75aee3653d1a Author: emmanuel lecharny AuthorDate: Wed Nov 6 09:54:18 2019 +0100 [maven-release-plugin] prepare release 2.0.0 --- all/pom.xml | 2 +- asn1/api/pom.xml | 2 +- asn1/ber/pom.xml | 2 +- asn1/pom.xml | 2 +- distribution/pom.xml | 2 +- dsml/engine/pom.xml | 2 +- dsml/parser/pom.xml | 2 +- dsml/pom.xml | 2 +- i18n/pom.xml | 2 +- integ-osgi/pom.xml | 2 +- integ/pom.xml | 2 +- ldap/client/all/pom.xml | 2 +- ldap/client/api/pom.xml | 2 +- ldap/client/pom.xml | 2 +- ldap/codec/core/pom.xml | 2 +- ldap/codec/pom.xml | 2 +- ldap/codec/standalone/pom.xml | 2 +- ldap/extras/aci/pom.xml | 2 +- ldap/extras/codec-api/pom.xml | 2 +- ldap/extras/codec/pom.xml | 2 +- ldap/extras/pom.xml | 2 +- ldap/extras/sp/pom.xml | 2 +- ldap/extras/trigger/pom.xml | 2 +- ldap/extras/util/pom.xml | 2 +- ldap/model/pom.xml | 2 +- ldap/net/mina/pom.xml | 2 +- ldap/net/pom.xml | 2 +- ldap/pom.xml | 2 +- ldap/schema/converter/pom.xml | 2 +- ldap/schema/data/pom.xml | 2 +- ldap/schema/pom.xml | 2 +- pom.xml | 4 ++-- util/pom.xml | 2 +- 33 files changed, 34 insertions(+), 34 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 4925b65..033011f 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-all diff --git a/asn1/api/pom.xml b/asn1/api/pom.xml index da320c8..a57cda8 100644 --- a/asn1/api/pom.xml +++ b/asn1/api/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-asn1-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-asn1-api diff --git a/asn1/ber/pom.xml b/asn1/ber/pom.xml index f2b4e60..dc122dc 100644 --- a/asn1/ber/pom.xml +++ b/asn1/ber/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-asn1-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-asn1-ber diff --git a/asn1/pom.xml b/asn1/pom.xml index 496adee..27bf986 100644 --- a/asn1/pom.xml +++ b/asn1/pom.xml @@ -21,7 +21,7 @@ org.apache.directory.api api-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-asn1-parent diff --git a/distribution/pom.xml b/distribution/pom.xml index 9fc7dd2..a0983af 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 apache-ldap-api diff --git a/dsml/engine/pom.xml b/dsml/engine/pom.xml index 65a2aea..95fde02 100644 --- a/dsml/engine/pom.xml +++ b/dsml/engine/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-dsml-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-dsml-engine diff --git a/dsml/parser/pom.xml b/dsml/parser/pom.xml index 1f6932e..c228fb4 100644 --- a/dsml/parser/pom.xml +++ b/dsml/parser/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-dsml-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-dsml-parser diff --git a/dsml/pom.xml b/dsml/pom.xml index 03aab19..f269fd8 100644 --- a/dsml/pom.xml +++ b/dsml/pom.xml @@ -21,7 +21,7 @@ org.apache.directory.api api-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-dsml-parent diff --git a/i18n/pom.xml b/i18n/pom.xml index 0a09405..cbdc2a7 100644 --- a/i18n/pom.xml +++ b/i18n/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-i18n diff --git a/integ-osgi/pom.xml b/integ-osgi/pom.xml index 9f40471..6aeed77 100644 --- a/integ-osgi/pom.xml +++ b/integ-osgi/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-integ-osgi diff --git a/integ/pom.xml b/integ/pom.xml index 141246d..4e47d39 100644 --- a/integ/pom.xml +++ b/integ/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-integ diff --git a/ldap/client/all/pom.xml b/ldap/client/all/pom.xml index af9531e..b9a7b43 100644 --- a/ldap/client/all/pom.xml +++ b/ldap/client/all/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-ldap-client-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-client-all diff --git a/ldap/client/api/pom.xml b/ldap/client/api/pom.xml index e67ff73..b2d77c4 100644 --- a/ldap/client/api/pom.xml +++ b/ldap/client/api/pom.xml @@ -24,7 +24,7 @@ org.apache.directory.api api-ldap-client-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-client-api diff --git a/ldap/client/pom.xml b/ldap/client/pom.xml index 2a29cf8..6067ffe 100644 --- a/ldap/client/pom.xml +++ b/ldap/client/pom.xml @@ -21,7 +21,7 @@ org.apache.directory.api api-ldap-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-client-parent diff --git a/ldap/codec/core/pom.xml b/ldap/codec/core/pom.xml index 1581545..f6d2bc8 100644 --- a/ldap/codec/core/pom.xml +++ b/ldap/codec/core/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-ldap-codec-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-codec-core diff --git a/ldap/codec/pom.xml b/ldap/codec/pom.xml index 4d07ce2..f610302 100644 --- a/ldap/codec/pom.xml +++ b/ldap/codec/pom.xml @@ -21,7 +21,7 @@ org.apache.directory.api api-ldap-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-codec-parent diff --git a/ldap/codec/standalone/pom.xml b/ldap/codec/standalone/pom.xml index 712ce04..c966850 100644 --- a/ldap/codec/standalone/pom.xml +++ b/ldap/codec/standalone/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-ldap-codec-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-codec-standalone diff --git a/ldap/extras/aci/pom.xml b/ldap/extras/aci/pom.xml index 7cef546..29fa4bb 100644 --- a/ldap/extras/aci/pom.xml +++ b/ldap/extras/aci/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-ldap-extras-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-extras-aci diff --git a/ldap/extras/codec-api/pom.xml b/ldap/extras/codec-api/pom.xml index ed44820..29ad9df 100644 --- a/ldap/extras/codec-api/pom.xml +++ b/ldap/extras/codec-api/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-ldap-extras-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-extras-codec-api diff --git a/ldap/extras/codec/pom.xml b/ldap/extras/codec/pom.xml index 2796a86..11512fe 100644 --- a/ldap/extras/codec/pom.xml +++ b/ldap/extras/codec/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-ldap-extras-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-extras-codec diff --git a/ldap/extras/pom.xml b/ldap/extras/pom.xml index 7ad7f44..5cff5fe 100644 --- a/ldap/extras/pom.xml +++ b/ldap/extras/pom.xml @@ -21,7 +21,7 @@ org.apache.directory.api api-ldap-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-extras-parent diff --git a/ldap/extras/sp/pom.xml b/ldap/extras/sp/pom.xml index b4db623..88b16fc 100644 --- a/ldap/extras/sp/pom.xml +++ b/ldap/extras/sp/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-ldap-extras-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-extras-sp diff --git a/ldap/extras/trigger/pom.xml b/ldap/extras/trigger/pom.xml index 6ed529c..78247f1 100644 --- a/ldap/extras/trigger/pom.xml +++ b/ldap/extras/trigger/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-ldap-extras-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-extras-trigger diff --git a/ldap/extras/util/pom.xml b/ldap/extras/util/pom.xml index 3de1b8d..bcf7d80 100644 --- a/ldap/extras/util/pom.xml +++ b/ldap/extras/util/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-ldap-extras-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-extras-util diff --git a/ldap/model/pom.xml b/ldap/model/pom.xml index 20894c2..0b582f2 100644 --- a/ldap/model/pom.xml +++ b/ldap/model/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-ldap-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-model diff --git a/ldap/net/mina/pom.xml b/ldap/net/mina/pom.xml index 8e66ed1..31a3a6f 100644 --- a/ldap/net/mina/pom.xml +++ b/ldap/net/mina/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-ldap-net-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-net-mina diff --git a/ldap/net/pom.xml b/ldap/net/pom.xml index d046446..290d886 100644 --- a/ldap/net/pom.xml +++ b/ldap/net/pom.xml @@ -21,7 +21,7 @@ org.apache.directory.api api-ldap-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-net-parent diff --git a/ldap/pom.xml b/ldap/pom.xml index 9a6b3ce..facc726 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -21,7 +21,7 @@ org.apache.directory.api api-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-parent diff --git a/ldap/schema/converter/pom.xml b/ldap/schema/converter/pom.xml index 1aca83a..35d1522 100644 --- a/ldap/schema/converter/pom.xml +++ b/ldap/schema/converter/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-ldap-schema-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-schema-converter diff --git a/ldap/schema/data/pom.xml b/ldap/schema/data/pom.xml index b686602..c408384 100644 --- a/ldap/schema/data/pom.xml +++ b/ldap/schema/data/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-ldap-schema-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-schema-data diff --git a/ldap/schema/pom.xml b/ldap/schema/pom.xml index e02ec6f..6d882e8 100644 --- a/ldap/schema/pom.xml +++ b/ldap/schema/pom.xml @@ -21,7 +21,7 @@ org.apache.directory.api api-ldap-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-ldap-schema-parent diff --git a/pom.xml b/pom.xml index 80f66f6..3b0ff1f 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ api-parent Apache Directory LDAP API pom - 2.0.0.AM5-SNAPSHOT + 2.0.0 ApacheDS-LDAP-API @@ -652,7 +652,7 @@ scm:git:https://gitbox.apache.org/repos/asf/directory-ldap-api.git scm:git:https://gitbox.apache.org/repos/asf/directory-ldap-api.git https://github.com/apache/directory-ldap-api/tree/${project.scm.tag} - master + 2.0.0 diff --git a/util/pom.xml b/util/pom.xml index 9139ee2..9c37f2b 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -22,7 +22,7 @@ org.apache.directory.api api-parent - 2.0.0.AM5-SNAPSHOT + 2.0.0 api-util