Return-Path: X-Original-To: apmail-struts-dev-archive@www.apache.org Delivered-To: apmail-struts-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 53FA711BB4 for ; Mon, 14 Apr 2014 21:24:15 +0000 (UTC) Received: (qmail 80725 invoked by uid 500); 14 Apr 2014 21:24:12 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 80694 invoked by uid 500); 14 Apr 2014 21:24:05 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 80342 invoked by uid 99); 14 Apr 2014 21:23:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 21:23:47 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of paulus.benedictus@gmail.com designates 209.85.216.179 as permitted sender) Received: from [209.85.216.179] (HELO mail-qc0-f179.google.com) (209.85.216.179) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 21:23:43 +0000 Received: by mail-qc0-f179.google.com with SMTP id m20so9437557qcx.24 for ; Mon, 14 Apr 2014 14:23:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=SP9MjxypZV4WPSUIPoqvxs4U8ssLNox8rGBOU66OD9o=; b=VvOF5/DR86cr3cn1RQYRuY7nvbxlWdc2RIREQs1i+iv4fLtiuMUCSfOGkCQlnu8HZH c9s4kI/et1ppx1CwpHKIueh027PHruth75Ti4ekgrh0ok/UxY30YRuVLy9pxoJN8CZfs 8V80e5nNV/f2zCOFozKJnTKwp6NykruaqNvy6QDB0Ksy+AOjGH0fqhNj2tYenmf33+Up 3yPQCaVbpNgUdwPRpJgr2RU56F9IXjT46hQ+kpZYbJFRhrGIgusA3CJF6F9MUWLGnDfo b7UShe7t0xgPXg+qsOycYzHJomw7W6BGG/9g/4D3I1/FkBbMb37ZhEaadxgRxKnx8Sf4 av2w== MIME-Version: 1.0 X-Received: by 10.224.65.194 with SMTP id k2mr22807261qai.59.1397510600899; Mon, 14 Apr 2014 14:23:20 -0700 (PDT) Sender: paulus.benedictus@gmail.com Received: by 10.96.193.100 with HTTP; Mon, 14 Apr 2014 14:23:20 -0700 (PDT) Date: Mon, 14 Apr 2014 16:23:20 -0500 X-Google-Sender-Auth: xxBtJGhmHKT73_xMWOHppMCZaBU Message-ID: Subject: Let's introduce a Maven BOM POM From: Paul Benedict To: Struts Developers List Content-Type: multipart/alternative; boundary=001a11c2d1c2efc2fa04f7074af2 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c2d1c2efc2fa04f7074af2 Content-Type: text/plain; charset=UTF-8 Quite frankly, I am tired of repeating Maven version numbers and/or property substitutions in my Struts 2 applications. I just want to import the right POM and forgo all the version tricks. See my inspiration here: http://docs.spring.io/spring/docs/4.0.0.RELEASE/spring-framework-reference/html/overview.html#overview-maven-bom Thoughts? -- Cheers, Paul --001a11c2d1c2efc2fa04f7074af2--