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 BDCC6198E3 for ; Tue, 29 Mar 2016 08:14:27 +0000 (UTC) Received: (qmail 33744 invoked by uid 500); 29 Mar 2016 08:14:27 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 33648 invoked by uid 500); 29 Mar 2016 08:14:27 -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 33637 invoked by uid 99); 29 Mar 2016 08:14:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2016 08:14:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 59ADADFE1B; Tue, 29 Mar 2016 08:14:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: plusplusjiajia@apache.org To: commits@directory.apache.org Date: Tue, 29 Mar 2016 08:14:27 -0000 Message-Id: <1241648c5b8a4d2599d0dea7b72fa4cb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [01/50] [abbrv] directory-kerby git commit: Revert "[maven-release-plugin] prepare for next development iteration" Repository: directory-kerby Updated Branches: refs/heads/kadmin-remote b1f7256c7 -> 3e4c177e6 Revert "[maven-release-plugin] prepare for next development iteration" This reverts commit f38e6d664382f2c3ee783a38c934a37d92fcc378. Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/1a015459 Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/1a015459 Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/1a015459 Branch: refs/heads/kadmin-remote Commit: 1a0154597a775892998a31069c34085a5b8497f4 Parents: f38e6d6 Author: plusplusjiajia Authored: Thu Feb 25 14:34:39 2016 +0800 Committer: plusplusjiajia Committed: Thu Feb 25 14:34:39 2016 +0800 ---------------------------------------------------------------------- benchmark/pom.xml | 2 +- kerby-backend/json-backend/pom.xml | 2 +- kerby-backend/ldap-backend/pom.xml | 2 +- kerby-backend/mavibot-backend/pom.xml | 2 +- kerby-backend/pom.xml | 2 +- kerby-backend/zookeeper-backend/pom.xml | 2 +- kerby-common/kerby-asn1/pom.xml | 2 +- kerby-common/kerby-config/pom.xml | 2 +- kerby-common/kerby-util/pom.xml | 2 +- kerby-common/pom.xml | 2 +- kerby-dist/kdc-dist/pom.xml | 2 +- kerby-dist/pom.xml | 2 +- kerby-dist/tool-dist/pom.xml | 2 +- kerby-kdc-test/pom.xml | 2 +- kerby-kdc/pom.xml | 2 +- kerby-kerb/integration-test/pom.xml | 2 +- kerby-kerb/kerb-admin/pom.xml | 2 +- kerby-kerb/kerb-client-api-all/pom.xml | 2 +- kerby-kerb/kerb-client/pom.xml | 2 +- kerby-kerb/kerb-common/pom.xml | 2 +- kerby-kerb/kerb-core/pom.xml | 2 +- kerby-kerb/kerb-crypto/pom.xml | 2 +- kerby-kerb/kerb-identity-test/pom.xml | 2 +- kerby-kerb/kerb-identity/pom.xml | 2 +- kerby-kerb/kerb-kdc-test/pom.xml | 2 +- kerby-kerb/kerb-server-api-all/pom.xml | 2 +- kerby-kerb/kerb-server/pom.xml | 2 +- kerby-kerb/kerb-simplekdc/pom.xml | 2 +- kerby-kerb/kerb-util/pom.xml | 2 +- kerby-kerb/pom.xml | 2 +- kerby-pkix/pom.xml | 2 +- kerby-provider/pom.xml | 2 +- kerby-provider/token-provider/pom.xml | 2 +- kerby-tool/client-tool/pom.xml | 2 +- kerby-tool/kdc-tool/pom.xml | 2 +- kerby-tool/pom.xml | 2 +- pom.xml | 4 ++-- 37 files changed, 38 insertions(+), 38 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/benchmark/pom.xml b/benchmark/pom.xml index e088600..72047e6 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -17,7 +17,7 @@ kerby-all org.apache.kerby - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 benchmark http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-backend/json-backend/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-backend/json-backend/pom.xml b/kerby-backend/json-backend/pom.xml index 4261c22..b3da720 100644 --- a/kerby-backend/json-backend/pom.xml +++ b/kerby-backend/json-backend/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-backend - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 json-backend http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-backend/ldap-backend/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-backend/ldap-backend/pom.xml b/kerby-backend/ldap-backend/pom.xml index 6c2493c..73b0fdc 100644 --- a/kerby-backend/ldap-backend/pom.xml +++ b/kerby-backend/ldap-backend/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-backend - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 ldap-backend http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-backend/mavibot-backend/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-backend/mavibot-backend/pom.xml b/kerby-backend/mavibot-backend/pom.xml index 116b28f..6c94eb2 100644 --- a/kerby-backend/mavibot-backend/pom.xml +++ b/kerby-backend/mavibot-backend/pom.xml @@ -22,7 +22,7 @@ org.apache.kerby kerby-backend - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 mavibot-backend Mavibot based backend http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-backend/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-backend/pom.xml b/kerby-backend/pom.xml index d0174f2..feba75f 100644 --- a/kerby-backend/pom.xml +++ b/kerby-backend/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-all - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerby-backend http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-backend/zookeeper-backend/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-backend/zookeeper-backend/pom.xml b/kerby-backend/zookeeper-backend/pom.xml index 960ed1c..4b6585a 100644 --- a/kerby-backend/zookeeper-backend/pom.xml +++ b/kerby-backend/zookeeper-backend/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-backend - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 zookeeper-backend http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-common/kerby-asn1/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-common/kerby-asn1/pom.xml b/kerby-common/kerby-asn1/pom.xml index 8b1e23c..0eda2c5 100644 --- a/kerby-common/kerby-asn1/pom.xml +++ b/kerby-common/kerby-asn1/pom.xml @@ -17,7 +17,7 @@ org.apache.kerby kerby-common - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 4.0.0 http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-common/kerby-config/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-common/kerby-config/pom.xml b/kerby-common/kerby-config/pom.xml index e99588a..addacc4 100644 --- a/kerby-common/kerby-config/pom.xml +++ b/kerby-common/kerby-config/pom.xml @@ -17,7 +17,7 @@ org.apache.kerby kerby-common - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 4.0.0 http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-common/kerby-util/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-common/kerby-util/pom.xml b/kerby-common/kerby-util/pom.xml index 1a9239b..110bb9a 100644 --- a/kerby-common/kerby-util/pom.xml +++ b/kerby-common/kerby-util/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-common - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerby-util http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-common/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-common/pom.xml b/kerby-common/pom.xml index 309fcd7..8dc2d1d 100644 --- a/kerby-common/pom.xml +++ b/kerby-common/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-all - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerby-common http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-dist/kdc-dist/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-dist/kdc-dist/pom.xml b/kerby-dist/kdc-dist/pom.xml index 71c5f25..4dbecd0 100644 --- a/kerby-dist/kdc-dist/pom.xml +++ b/kerby-dist/kdc-dist/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-dist - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kdc-dist http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-dist/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-dist/pom.xml b/kerby-dist/pom.xml index 2ae306a..d03dec1 100644 --- a/kerby-dist/pom.xml +++ b/kerby-dist/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-all - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerby-dist http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-dist/tool-dist/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-dist/tool-dist/pom.xml b/kerby-dist/tool-dist/pom.xml index a77116d..d08444c 100644 --- a/kerby-dist/tool-dist/pom.xml +++ b/kerby-dist/tool-dist/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-dist - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 tool-dist http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kdc-test/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kdc-test/pom.xml b/kerby-kdc-test/pom.xml index 4ec0589..7aaeff2 100644 --- a/kerby-kdc-test/pom.xml +++ b/kerby-kdc-test/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-all - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerby-kdc-test http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kdc/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kdc/pom.xml b/kerby-kdc/pom.xml index 91c091f..be6657a 100644 --- a/kerby-kdc/pom.xml +++ b/kerby-kdc/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-all - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerby-kdc http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/integration-test/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/integration-test/pom.xml b/kerby-kerb/integration-test/pom.xml index 8ca6821..8c7580b 100644 --- a/kerby-kerb/integration-test/pom.xml +++ b/kerby-kerb/integration-test/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 integration-test http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/kerb-admin/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-admin/pom.xml b/kerby-kerb/kerb-admin/pom.xml index bd222ef..70d401a 100644 --- a/kerby-kerb/kerb-admin/pom.xml +++ b/kerby-kerb/kerb-admin/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerb-admin http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/kerb-client-api-all/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-client-api-all/pom.xml b/kerby-kerb/kerb-client-api-all/pom.xml index ce90731..3447f92 100644 --- a/kerby-kerb/kerb-client-api-all/pom.xml +++ b/kerby-kerb/kerb-client-api-all/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerb-client-api-all http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/kerb-client/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-client/pom.xml b/kerby-kerb/kerb-client/pom.xml index 1692943..fa2105a 100644 --- a/kerby-kerb/kerb-client/pom.xml +++ b/kerby-kerb/kerb-client/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerb-client http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/kerb-common/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-common/pom.xml b/kerby-kerb/kerb-common/pom.xml index 14138cf..0687631 100644 --- a/kerby-kerb/kerb-common/pom.xml +++ b/kerby-kerb/kerb-common/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerb-common http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/kerb-core/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-core/pom.xml b/kerby-kerb/kerb-core/pom.xml index aea9461..6abd64d 100644 --- a/kerby-kerb/kerb-core/pom.xml +++ b/kerby-kerb/kerb-core/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerb-core http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/kerb-crypto/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-crypto/pom.xml b/kerby-kerb/kerb-crypto/pom.xml index 18300db..65133dd 100644 --- a/kerby-kerb/kerb-crypto/pom.xml +++ b/kerby-kerb/kerb-crypto/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerb-crypto http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/kerb-identity-test/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-identity-test/pom.xml b/kerby-kerb/kerb-identity-test/pom.xml index 4f54fce..535b59c 100644 --- a/kerby-kerb/kerb-identity-test/pom.xml +++ b/kerby-kerb/kerb-identity-test/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerb-identity-test http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/kerb-identity/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-identity/pom.xml b/kerby-kerb/kerb-identity/pom.xml index 083de7f..2e53c13 100644 --- a/kerby-kerb/kerb-identity/pom.xml +++ b/kerby-kerb/kerb-identity/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerb-identity http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/kerb-kdc-test/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-kdc-test/pom.xml b/kerby-kerb/kerb-kdc-test/pom.xml index da424dc..bba7861 100644 --- a/kerby-kerb/kerb-kdc-test/pom.xml +++ b/kerby-kerb/kerb-kdc-test/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerb-kdc-test http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/kerb-server-api-all/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-server-api-all/pom.xml b/kerby-kerb/kerb-server-api-all/pom.xml index adecc51..624c37b 100644 --- a/kerby-kerb/kerb-server-api-all/pom.xml +++ b/kerby-kerb/kerb-server-api-all/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerb-server-api-all http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/kerb-server/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-server/pom.xml b/kerby-kerb/kerb-server/pom.xml index 3766308..bd8ffad 100644 --- a/kerby-kerb/kerb-server/pom.xml +++ b/kerby-kerb/kerb-server/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerb-server http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/kerb-simplekdc/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-simplekdc/pom.xml b/kerby-kerb/kerb-simplekdc/pom.xml index 9ef2131..f633a69 100644 --- a/kerby-kerb/kerb-simplekdc/pom.xml +++ b/kerby-kerb/kerb-simplekdc/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerb-simplekdc http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/kerb-util/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-util/pom.xml b/kerby-kerb/kerb-util/pom.xml index ab64ad6..99a7159 100644 --- a/kerby-kerb/kerb-util/pom.xml +++ b/kerby-kerb/kerb-util/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-kerb - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerb-util http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-kerb/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/pom.xml b/kerby-kerb/pom.xml index 4b2537b..d6f93c7 100644 --- a/kerby-kerb/pom.xml +++ b/kerby-kerb/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-all - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerby-kerb http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-pkix/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-pkix/pom.xml b/kerby-pkix/pom.xml index b584b35..f0d7709 100644 --- a/kerby-pkix/pom.xml +++ b/kerby-pkix/pom.xml @@ -17,7 +17,7 @@ org.apache.kerby kerby-all - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 4.0.0 http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-provider/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-provider/pom.xml b/kerby-provider/pom.xml index e025ef9..83e1224 100644 --- a/kerby-provider/pom.xml +++ b/kerby-provider/pom.xml @@ -16,7 +16,7 @@ kerby-all org.apache.kerby - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 4.0.0 http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-provider/token-provider/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-provider/token-provider/pom.xml b/kerby-provider/token-provider/pom.xml index a58c89a..b166d2d 100644 --- a/kerby-provider/token-provider/pom.xml +++ b/kerby-provider/token-provider/pom.xml @@ -16,7 +16,7 @@ kerby-provider org.apache.kerby - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 4.0.0 http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-tool/client-tool/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-tool/client-tool/pom.xml b/kerby-tool/client-tool/pom.xml index 8ad862b..c69b15b 100644 --- a/kerby-tool/client-tool/pom.xml +++ b/kerby-tool/client-tool/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-tool - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 client-tool http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-tool/kdc-tool/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-tool/kdc-tool/pom.xml b/kerby-tool/kdc-tool/pom.xml index 64edba2..9b47f4a 100644 --- a/kerby-tool/kdc-tool/pom.xml +++ b/kerby-tool/kdc-tool/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-tool - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kdc-tool http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/kerby-tool/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-tool/pom.xml b/kerby-tool/pom.xml index c529d36..8e317c0 100644 --- a/kerby-tool/pom.xml +++ b/kerby-tool/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-all - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 kerby-tool http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/1a015459/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ba78541..0e2d3e8 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.apache.kerby kerby-all - 1.0.0-RC3-SNAPSHOT + 1.0.0-RC2 pom Apache Kerby Project @@ -36,7 +36,7 @@ scm:git:https://git-wip-us.apache.org/repos/asf/directory-kerby.git https://github.com/apache/directory-kerby scm:git:https://git-wip-us.apache.org/repos/asf/directory-kerby.git - HEAD + kerby-all-1.0.0-RC2