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 BEA78198E4 for ; Tue, 29 Mar 2016 08:14:27 +0000 (UTC) Received: (qmail 33804 invoked by uid 500); 29 Mar 2016 08:14:27 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 33741 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 33650 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 62AC2E0044; 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:30 -0000 Message-Id: <3c5e6ad0c964419daeac978531484459@git.apache.org> In-Reply-To: <1241648c5b8a4d2599d0dea7b72fa4cb@git.apache.org> References: <1241648c5b8a4d2599d0dea7b72fa4cb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [04/50] [abbrv] directory-kerby git commit: [maven-release-plugin] prepare release kerby-all-1.0.0-RC2 [maven-release-plugin] prepare release kerby-all-1.0.0-RC2 Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/a2e13c6a Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/a2e13c6a Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/a2e13c6a Branch: refs/heads/kadmin-remote Commit: a2e13c6a4cb5fe945ce6c900717ffedc002e4682 Parents: bbddb6f Author: plusplusjiajia Authored: Fri Feb 26 11:06:41 2016 +0800 Committer: plusplusjiajia Committed: Fri Feb 26 11:06:41 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/a2e13c6a/benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/benchmark/pom.xml b/benchmark/pom.xml index d50401e..72047e6 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -17,7 +17,7 @@ kerby-all org.apache.kerby - 1.0.0-RC2-SNAPSHOT + 1.0.0-RC2 benchmark http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-backend/json-backend/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-backend/json-backend/pom.xml b/kerby-backend/json-backend/pom.xml index d7bde70..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-RC2-SNAPSHOT + 1.0.0-RC2 json-backend http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-backend/ldap-backend/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-backend/ldap-backend/pom.xml b/kerby-backend/ldap-backend/pom.xml index 7c3ae0f..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-RC2-SNAPSHOT + 1.0.0-RC2 ldap-backend http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-backend/mavibot-backend/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-backend/mavibot-backend/pom.xml b/kerby-backend/mavibot-backend/pom.xml index 71a7454..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-RC2-SNAPSHOT + 1.0.0-RC2 mavibot-backend Mavibot based backend http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-backend/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-backend/pom.xml b/kerby-backend/pom.xml index 1305721..feba75f 100644 --- a/kerby-backend/pom.xml +++ b/kerby-backend/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-all - 1.0.0-RC2-SNAPSHOT + 1.0.0-RC2 kerby-backend http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-backend/zookeeper-backend/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-backend/zookeeper-backend/pom.xml b/kerby-backend/zookeeper-backend/pom.xml index 03b7cac..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-RC2-SNAPSHOT + 1.0.0-RC2 zookeeper-backend http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-common/kerby-asn1/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-common/kerby-asn1/pom.xml b/kerby-common/kerby-asn1/pom.xml index 2e44285..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-RC2-SNAPSHOT + 1.0.0-RC2 4.0.0 http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-common/kerby-config/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-common/kerby-config/pom.xml b/kerby-common/kerby-config/pom.xml index 54b3c76..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-RC2-SNAPSHOT + 1.0.0-RC2 4.0.0 http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-common/kerby-util/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-common/kerby-util/pom.xml b/kerby-common/kerby-util/pom.xml index d683b8c..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-RC2-SNAPSHOT + 1.0.0-RC2 kerby-util http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-common/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-common/pom.xml b/kerby-common/pom.xml index 1c96492..8dc2d1d 100644 --- a/kerby-common/pom.xml +++ b/kerby-common/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-all - 1.0.0-RC2-SNAPSHOT + 1.0.0-RC2 kerby-common http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-dist/kdc-dist/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-dist/kdc-dist/pom.xml b/kerby-dist/kdc-dist/pom.xml index 6992eef..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-RC2-SNAPSHOT + 1.0.0-RC2 kdc-dist http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-dist/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-dist/pom.xml b/kerby-dist/pom.xml index 6fc0948..d03dec1 100644 --- a/kerby-dist/pom.xml +++ b/kerby-dist/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-all - 1.0.0-RC2-SNAPSHOT + 1.0.0-RC2 kerby-dist http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-dist/tool-dist/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-dist/tool-dist/pom.xml b/kerby-dist/tool-dist/pom.xml index 74b7020..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-RC2-SNAPSHOT + 1.0.0-RC2 tool-dist http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-kdc-test/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kdc-test/pom.xml b/kerby-kdc-test/pom.xml index a5d983c..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-RC2-SNAPSHOT + 1.0.0-RC2 kerby-kdc-test http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-kdc/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kdc/pom.xml b/kerby-kdc/pom.xml index ed222ec..be6657a 100644 --- a/kerby-kdc/pom.xml +++ b/kerby-kdc/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-all - 1.0.0-RC2-SNAPSHOT + 1.0.0-RC2 kerby-kdc http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-kerb/integration-test/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/integration-test/pom.xml b/kerby-kerb/integration-test/pom.xml index d73c192..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-RC2-SNAPSHOT + 1.0.0-RC2 integration-test http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-kerb/kerb-admin/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-admin/pom.xml b/kerby-kerb/kerb-admin/pom.xml index effc642..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-RC2-SNAPSHOT + 1.0.0-RC2 kerb-admin http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/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 2ad3a53..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-RC2-SNAPSHOT + 1.0.0-RC2 kerb-client-api-all http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-kerb/kerb-client/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-client/pom.xml b/kerby-kerb/kerb-client/pom.xml index d75eaea..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-RC2-SNAPSHOT + 1.0.0-RC2 kerb-client http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-kerb/kerb-common/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-common/pom.xml b/kerby-kerb/kerb-common/pom.xml index e896aed..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-RC2-SNAPSHOT + 1.0.0-RC2 kerb-common http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-kerb/kerb-core/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-core/pom.xml b/kerby-kerb/kerb-core/pom.xml index dac1da5..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-RC2-SNAPSHOT + 1.0.0-RC2 kerb-core http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-kerb/kerb-crypto/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-crypto/pom.xml b/kerby-kerb/kerb-crypto/pom.xml index 94c3a80..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-RC2-SNAPSHOT + 1.0.0-RC2 kerb-crypto http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/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 abb4138..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-RC2-SNAPSHOT + 1.0.0-RC2 kerb-identity-test http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-kerb/kerb-identity/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-identity/pom.xml b/kerby-kerb/kerb-identity/pom.xml index f1dd25a..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-RC2-SNAPSHOT + 1.0.0-RC2 kerb-identity http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/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 fae0ea9..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-RC2-SNAPSHOT + 1.0.0-RC2 kerb-kdc-test http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/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 281e5d4..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-RC2-SNAPSHOT + 1.0.0-RC2 kerb-server-api-all http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-kerb/kerb-server/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-server/pom.xml b/kerby-kerb/kerb-server/pom.xml index edb355c..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-RC2-SNAPSHOT + 1.0.0-RC2 kerb-server http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-kerb/kerb-simplekdc/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-simplekdc/pom.xml b/kerby-kerb/kerb-simplekdc/pom.xml index 9e23c69..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-RC2-SNAPSHOT + 1.0.0-RC2 kerb-simplekdc http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-kerb/kerb-util/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/kerb-util/pom.xml b/kerby-kerb/kerb-util/pom.xml index 9c2afc7..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-RC2-SNAPSHOT + 1.0.0-RC2 kerb-util http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-kerb/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-kerb/pom.xml b/kerby-kerb/pom.xml index ae3d44a..d6f93c7 100644 --- a/kerby-kerb/pom.xml +++ b/kerby-kerb/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-all - 1.0.0-RC2-SNAPSHOT + 1.0.0-RC2 kerby-kerb http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-pkix/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-pkix/pom.xml b/kerby-pkix/pom.xml index 36dfc3a..f0d7709 100644 --- a/kerby-pkix/pom.xml +++ b/kerby-pkix/pom.xml @@ -17,7 +17,7 @@ org.apache.kerby kerby-all - 1.0.0-RC2-SNAPSHOT + 1.0.0-RC2 4.0.0 http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-provider/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-provider/pom.xml b/kerby-provider/pom.xml index 1519bd3..83e1224 100644 --- a/kerby-provider/pom.xml +++ b/kerby-provider/pom.xml @@ -16,7 +16,7 @@ kerby-all org.apache.kerby - 1.0.0-RC2-SNAPSHOT + 1.0.0-RC2 4.0.0 http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-provider/token-provider/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-provider/token-provider/pom.xml b/kerby-provider/token-provider/pom.xml index 7e6f41a..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-RC2-SNAPSHOT + 1.0.0-RC2 4.0.0 http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-tool/client-tool/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-tool/client-tool/pom.xml b/kerby-tool/client-tool/pom.xml index b6fb6d1..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-RC2-SNAPSHOT + 1.0.0-RC2 client-tool http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-tool/kdc-tool/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-tool/kdc-tool/pom.xml b/kerby-tool/kdc-tool/pom.xml index 33f8eff..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-RC2-SNAPSHOT + 1.0.0-RC2 kdc-tool http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/kerby-tool/pom.xml ---------------------------------------------------------------------- diff --git a/kerby-tool/pom.xml b/kerby-tool/pom.xml index b834f66..8e317c0 100644 --- a/kerby-tool/pom.xml +++ b/kerby-tool/pom.xml @@ -18,7 +18,7 @@ org.apache.kerby kerby-all - 1.0.0-RC2-SNAPSHOT + 1.0.0-RC2 kerby-tool http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/a2e13c6a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 54375db..0e2d3e8 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.apache.kerby kerby-all - 1.0.0-RC2-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