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 C80D418AFD for ; Thu, 20 Aug 2015 02:38:10 +0000 (UTC) Received: (qmail 50119 invoked by uid 500); 20 Aug 2015 02:38:10 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 49993 invoked by uid 500); 20 Aug 2015 02:38:10 -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 49602 invoked by uid 99); 20 Aug 2015 02:38:10 -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; Thu, 20 Aug 2015 02:38:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4671EE7DAF; Thu, 20 Aug 2015 02:38:10 +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: Thu, 20 Aug 2015 02:38:18 -0000 Message-Id: <7122398914fa47319f1ac06a4f230d8f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [09/10] directory-kerby git commit: Fixing hard-coded version numbers Fixing hard-coded version numbers Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/793201d7 Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/793201d7 Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/793201d7 Branch: refs/heads/pkinit-support Commit: 793201d7b7a8391d6fa4e2f836fe382bf44bf512 Parents: fb1ac29 Author: Colm O hEigeartaigh Authored: Wed Aug 19 12:31:46 2015 +0100 Committer: Colm O hEigeartaigh Committed: Wed Aug 19 12:31:46 2015 +0100 ---------------------------------------------------------------------- benchmark/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/793201d7/benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 3d16a84..5ea9714 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -68,17 +68,17 @@ org.apache.kerby kerb-identity-test - 1.0-SNAPSHOT + ${project.version} org.apache.kerby json-backend - 1.0-SNAPSHOT + ${project.version} org.apache.kerby zookeeper-backend - 1.0-SNAPSHOT + ${project.version} org.apache.directory.server