Return-Path: X-Original-To: apmail-devicemap-commits-archive@www.apache.org Delivered-To: apmail-devicemap-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 888E6C751 for ; Sat, 27 Dec 2014 20:12:46 +0000 (UTC) Received: (qmail 84378 invoked by uid 500); 27 Dec 2014 20:12:46 -0000 Delivered-To: apmail-devicemap-commits-archive@devicemap.apache.org Received: (qmail 84351 invoked by uid 500); 27 Dec 2014 20:12:46 -0000 Mailing-List: contact commits-help@devicemap.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@devicemap.apache.org Delivered-To: mailing list commits@devicemap.apache.org Received: (qmail 84341 invoked by uid 99); 27 Dec 2014 20:12:46 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Dec 2014 20:12:46 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 7DB58AC092D; Sat, 27 Dec 2014 20:12:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1648104 - /devicemap/trunk/examples/distribution/pom.xml Date: Sat, 27 Dec 2014 20:12:46 -0000 To: commits@devicemap.apache.org From: wkeil@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141227201246.7DB58AC092D@hades.apache.org> Author: wkeil Date: Sat Dec 27 20:12:46 2014 New Revision: 1648104 URL: http://svn.apache.org/r1648104 Log: DMAP-111: Improve Web Examples Task-Url: https://issues.apache.org/jira/browse/DMAP-111 Modified: devicemap/trunk/examples/distribution/pom.xml Modified: devicemap/trunk/examples/distribution/pom.xml URL: http://svn.apache.org/viewvc/devicemap/trunk/examples/distribution/pom.xml?rev=1648104&r1=1648103&r2=1648104&view=diff ============================================================================== --- devicemap/trunk/examples/distribution/pom.xml (original) +++ devicemap/trunk/examples/distribution/pom.xml Sat Dec 27 20:12:46 2014 @@ -1,48 +1,46 @@ - - 4.0.0 - - org.apache.devicemap.examples - examples-parent - 1.0.0-SNAPSHOT - - examples-distribution - pom - - DeviceMap Examples Distribution - - - - - org.apache.devicemap.examples - console-example - ${devicemap.examples.version} - - + + 4.0.0 + + org.apache.devicemap.examples + examples-parent + 1.0.0-SNAPSHOT + + examples-distribution + pom + DeviceMap Examples Distribution - - - - maven-assembly-plugin - - - distro-assembly - package - - single - - - - src/assembly/bin.xml - - - - - - - + + + + org.apache.devicemap.examples + console-example + ${devicemap.examples.version} + + + + + + + maven-assembly-plugin + + + distro-assembly + package + + single + + + + src/assembly/bin.xml + + + + + + + \ No newline at end of file