Return-Path: X-Original-To: apmail-deltaspike-commits-archive@www.apache.org Delivered-To: apmail-deltaspike-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 0784611835 for ; Sun, 31 Aug 2014 20:17:07 +0000 (UTC) Received: (qmail 40543 invoked by uid 500); 31 Aug 2014 20:17:06 -0000 Delivered-To: apmail-deltaspike-commits-archive@deltaspike.apache.org Received: (qmail 40506 invoked by uid 500); 31 Aug 2014 20:17:06 -0000 Mailing-List: contact commits-help@deltaspike.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltaspike.apache.org Delivered-To: mailing list commits@deltaspike.apache.org Received: (qmail 40497 invoked by uid 99); 31 Aug 2014 20:17:06 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 31 Aug 2014 20:17:06 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 8C51C8C25EA; Sun, 31 Aug 2014 20:17:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: johndament@apache.org To: commits@deltaspike.apache.org Message-Id: <421cdf730e7c42d88070bf6d1d410ad6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: DELTASPIKE-696 Add cdictrl-servlet to distributions Date: Sun, 31 Aug 2014 20:17:06 +0000 (UTC) Repository: deltaspike Updated Branches: refs/heads/master 50e311809 -> 6879f53e9 DELTASPIKE-696 Add cdictrl-servlet to distributions Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/6879f53e Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/6879f53e Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/6879f53e Branch: refs/heads/master Commit: 6879f53e9bb079da120f12ebfbfda2a8dd0e60d8 Parents: 50e3118 Author: John D. Ament Authored: Sun Aug 31 16:15:43 2014 -0400 Committer: John D. Ament Committed: Sun Aug 31 16:15:43 2014 -0400 ---------------------------------------------------------------------- deltaspike/dist/bom/pom.xml | 5 +++++ deltaspike/dist/pom.xml | 6 ++++++ 2 files changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/6879f53e/deltaspike/dist/bom/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/bom/pom.xml b/deltaspike/dist/bom/pom.xml index b60e7e8..3433161 100644 --- a/deltaspike/dist/bom/pom.xml +++ b/deltaspike/dist/bom/pom.xml @@ -136,6 +136,11 @@ + org.apache.deltaspike.cdictrl + deltaspike-cdictrl-servlet + + + org.apache.deltaspike.modules deltaspike-partial-bean-module-api compile http://git-wip-us.apache.org/repos/asf/deltaspike/blob/6879f53e/deltaspike/dist/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/dist/pom.xml b/deltaspike/dist/pom.xml index ea407d1..78c8369 100644 --- a/deltaspike/dist/pom.xml +++ b/deltaspike/dist/pom.xml @@ -156,6 +156,12 @@ + org.apache.deltaspike.cdictrl + deltaspike-cdictrl-servlet + ${project.version} + + + org.apache.deltaspike.modules deltaspike-partial-bean-module-api ${project.version}