Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 498EA112BC for ; Wed, 9 Jul 2014 19:06:42 +0000 (UTC) Received: (qmail 52739 invoked by uid 500); 9 Jul 2014 19:06:42 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 52511 invoked by uid 500); 9 Jul 2014 19:06:42 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 52495 invoked by uid 99); 9 Jul 2014 19:06:41 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jul 2014 19:06:41 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 92E6894966A; Wed, 9 Jul 2014 19:06:41 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Wed, 09 Jul 2014 19:06:42 -0000 Message-Id: <39a2a15dafc841dc983d4b8ad6d526a1@git.apache.org> In-Reply-To: <7df4da19bd6e49f3b068928baa4146c3@git.apache.org> References: <7df4da19bd6e49f3b068928baa4146c3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] git commit: WW-4326 Defines bom to simplify version management WW-4326 Defines bom to simplify version management Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/2da93000 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/2da93000 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/2da93000 Branch: refs/heads/develop Commit: 2da93000d76eb5230884d828959f09cb90ef6e8f Parents: 2b794d7 Author: Lukasz Lenart Authored: Wed Jul 9 21:06:29 2014 +0200 Committer: Lukasz Lenart Committed: Wed Jul 9 21:06:29 2014 +0200 ---------------------------------------------------------------------- bom/pom.xml | 182 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 183 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/2da93000/bom/pom.xml ---------------------------------------------------------------------- diff --git a/bom/pom.xml b/bom/pom.xml new file mode 100644 index 0000000..b2f3e43 --- /dev/null +++ b/bom/pom.xml @@ -0,0 +1,182 @@ + + + 4.0.0 + + org.apache.struts + struts2-bom + ${struts-version.version} + pom + + Struts 2 Bill of Materials + Struts 2 Bill of Materials + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + 2.3.18-SNAPSHOT + + + + + + org.apache.struts.xwork + xwork-core + ${struts-version.version} + + + org.apache.struts + struts2-core + ${struts-version.version} + + + org.apache.struts + struts2-dojo-plugin + ${struts-version.version} + + + org.apache.struts + struts2-cdi-plugin + ${struts-version.version} + + + org.apache.struts + struts2-codebehind-plugin + ${struts-version.version} + + + org.apache.struts + struts2-convention-plugin + ${struts-version.version} + + + org.apache.struts + struts2-config-browser-plugin + ${struts-version.version} + + + org.apache.struts + struts2-dwr-plugin + ${struts-version.version} + + + org.apache.struts + struts2-embeddedjsp-plugin + ${struts-version.version} + + + org.apache.struts + struts2-gxp-plugin + ${struts-version.version} + + + org.apache.struts + struts2-jasperreports-plugin + ${struts-version.version} + + + org.apache.struts + struts2-javatemplates-plugin + ${struts-version.version} + + + org.apache.struts + struts2-jsf-plugin + ${struts-version.version} + + + org.apache.struts + struts2-jfreechart-plugin + ${struts-version.version} + + + org.apache.struts + struts2-json-plugin + ${struts-version.version} + + + org.apache.struts + struts2-junit-plugin + ${struts-version.version} + + + org.apache.struts + struts2-osgi-plugin + ${struts-version.version} + + + org.apache.struts + struts2-oval-plugin + ${struts-version.version} + + + org.apache.struts + struts2-pell-multipart-plugin + ${struts-version.version} + + + org.apache.struts + struts2-plexus-plugin + ${struts-version.version} + + + org.apache.struts + struts2-portlet-plugin + ${struts-version.version} + + + org.apache.struts + struts2-portlet-tiles-plugin + ${struts-version.version} + + + org.apache.struts + struts2-rest-plugin + ${struts-version.version} + + + org.apache.struts + struts2-sitegraph-plugin + ${struts-version.version} + + + org.apache.struts + struts2-sitemesh-plugin + ${struts-version.version} + + + org.apache.struts + struts2-spring-plugin + ${struts-version.version} + + + org.apache.struts + struts2-struts1-plugin + ${struts-version.version} + + + org.apache.struts + struts2-testng-plugin + ${struts-version.version} + + + org.apache.struts + struts2-tiles-plugin + ${struts-version.version} + + + org.apache.struts + struts2-tiles3-plugin + ${struts-version.version} + + + + + http://git-wip-us.apache.org/repos/asf/struts/blob/2da93000/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 44db8a3..c7b69a9 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,7 @@ + bom xwork-core core apps