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 B940D18B13 for ; Thu, 11 Jun 2015 19:16:55 +0000 (UTC) Received: (qmail 58658 invoked by uid 500); 11 Jun 2015 19:16:40 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 58583 invoked by uid 500); 11 Jun 2015 19:16:40 -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 57994 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 B8068DFBDB; 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:26 -0000 Message-Id: In-Reply-To: <313deeaf0a3943d5bd3d59b3d025953e@git.apache.org> References: <313deeaf0a3943d5bd3d59b3d025953e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [49/50] [abbrv] struts-examples git commit: WW-4513 Move mailreader app to struts2-examples WW-4513 Move mailreader 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/e613390b Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/e613390b Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/e613390b Branch: refs/heads/master Commit: e613390bcbd7323854b879abd7bb91ae3b372a01 Parents: 79f53a0 Author: Johannes Geppert Authored: Thu Jun 11 21:06:07 2015 +0200 Committer: Johannes Geppert Committed: Thu Jun 11 21:06:07 2015 +0200 ---------------------------------------------------------------------- mailreader/pom.xml | 14 ++++---------- pom.xml | 1 + 2 files changed, 5 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/e613390b/mailreader/pom.xml ---------------------------------------------------------------------- diff --git a/mailreader/pom.xml b/mailreader/pom.xml index 0965639..d0ac580 100644 --- a/mailreader/pom.xml +++ b/mailreader/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-mailreader @@ -36,13 +36,7 @@ - javax.servlet - servlet-api - provided - - - - ${project.groupId} + org.apache.struts struts-mailreader-dao 1.3.5 http://git-wip-us.apache.org/repos/asf/struts-examples/blob/e613390b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b53b020..8d1c247 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ basic_struts blank jboss-blank + mailreader helloworld using_tags coding_actions