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 2E89718AF0 for ; Thu, 11 Jun 2015 19:16:46 +0000 (UTC) Received: (qmail 57786 invoked by uid 500); 11 Jun 2015 19:16:39 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 57670 invoked by uid 500); 11 Jun 2015 19:16:39 -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 57291 invoked by uid 99); 11 Jun 2015 19:16:39 -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, 11 Jun 2015 19:16:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 648FFE04AC; Thu, 11 Jun 2015 19:16:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jogep@apache.org To: commits@struts.apache.org Date: Thu, 11 Jun 2015 19:17:12 -0000 Message-Id: <85feb92c353b4d8d9b99e311cc0b8894@git.apache.org> In-Reply-To: <313deeaf0a3943d5bd3d59b3d025953e@git.apache.org> References: <313deeaf0a3943d5bd3d59b3d025953e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [35/50] [abbrv] struts-examples git commit: WW-4511 Move struts2 blank app to struts2-examples WW-4511 Move struts2 blank app to struts2-examples Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/1b1c61e3 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/1b1c61e3 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/1b1c61e3 Branch: refs/heads/master Commit: 1b1c61e319bc11278a0ac90de6f51cc142e60706 Parents: bb144d9 Author: Johannes Geppert Authored: Thu Jun 11 20:46:40 2015 +0200 Committer: Johannes Geppert Committed: Thu Jun 11 20:46:40 2015 +0200 ---------------------------------------------------------------------- blank/pom.xml | 6 +++--- pom.xml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/1b1c61e3/blank/pom.xml ---------------------------------------------------------------------- diff --git a/blank/pom.xml b/blank/pom.xml index 5d170e9..f6b2f17 100644 --- a/blank/pom.xml +++ b/blank/pom.xml @@ -24,9 +24,9 @@ 4.0.0 - org.apache.struts - struts2-apps - 2.5-SNAPSHOT + struts.apache.org + struts2examples + 1.0.0 struts2-blank http://git-wip-us.apache.org/repos/asf/struts-examples/blob/1b1c61e3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9c5370b..a8cdfbf 100644 --- a/pom.xml +++ b/pom.xml @@ -32,6 +32,7 @@ basic_struts + blank helloworld using_tags coding_actions