Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-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 6BD3C10135 for ; Mon, 30 Dec 2013 02:37:48 +0000 (UTC) Received: (qmail 98103 invoked by uid 500); 30 Dec 2013 02:37:48 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 98021 invoked by uid 500); 30 Dec 2013 02:37:48 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 97992 invoked by uid 99); 30 Dec 2013 02:37:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Dec 2013 02:37:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 0BBFA88C30A; Mon, 30 Dec 2013 02:37:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@accumulo.apache.org Date: Mon, 30 Dec 2013 02:37:48 -0000 Message-Id: <6d8acf67beb84262ab8d12ed104d533f@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [3/4] git commit: ACCUMULO-2100 Update the archetype README for the artifact name change. ACCUMULO-2100 Update the archetype README for the artifact name change. Project: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/commit/98f9acf2 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/tree/98f9acf2 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/diff/98f9acf2 Branch: refs/heads/ACCUMULO-2100-cleanup Commit: 98f9acf2f896ed2cb79385fe53b5cdfd4cb751f0 Parents: 9635d12 Author: Josh Elser Authored: Sun Dec 29 21:31:22 2013 -0500 Committer: Josh Elser Committed: Sun Dec 29 21:31:22 2013 -0500 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/98f9acf2/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 7d1994c..9d67da8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For released versions, you can simply invoke maven to generate a project for you using this archetype: `mvn archetype:generate -DarchetypeGroupId=org.apache.accumulo --DarchetypeArtifactId=accumulo-instamo-archetype -DinteractiveMode=false` +-DarchetypeArtifactId=accumulo-instamo-archetype-1.4 -DinteractiveMode=false` Maven will prompt you to enter the rest of the necessary configuration parameters (e.g. groupId, artifactId, version and Java package)