Return-Path: X-Original-To: apmail-incubator-devicemap-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-devicemap-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 9EED1CC08 for ; Wed, 12 Nov 2014 20:49:01 +0000 (UTC) Received: (qmail 53038 invoked by uid 500); 12 Nov 2014 20:49:01 -0000 Delivered-To: apmail-incubator-devicemap-commits-archive@incubator.apache.org Received: (qmail 53011 invoked by uid 500); 12 Nov 2014 20:49:01 -0000 Mailing-List: contact devicemap-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: devicemap-dev@incubator.apache.org Delivered-To: mailing list devicemap-commits@incubator.apache.org Received: (qmail 53002 invoked by uid 99); 12 Nov 2014 20:49:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2014 20:49:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2014 20:48:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id F0C522388993; Wed, 12 Nov 2014 20:47:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1639049 - in /incubator/devicemap/trunk/examples: console/pom.xml ddr-filter/pom.xml ddr-service/pom.xml pom.xml servlet/pom.xml spring/pom.xml Date: Wed, 12 Nov 2014 20:47:36 -0000 To: devicemap-commits@incubator.apache.org From: wkeil@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141112204736.F0C522388993@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wkeil Date: Wed Nov 12 20:47:36 2014 New Revision: 1639049 URL: http://svn.apache.org/r1639049 Log: DMAP-53: This is an epic for tasks or issues related to examples Task-Url: https://issues.apache.org/jira/browse/DMAP-53 Modified: incubator/devicemap/trunk/examples/console/pom.xml incubator/devicemap/trunk/examples/ddr-filter/pom.xml incubator/devicemap/trunk/examples/ddr-service/pom.xml incubator/devicemap/trunk/examples/pom.xml incubator/devicemap/trunk/examples/servlet/pom.xml incubator/devicemap/trunk/examples/spring/pom.xml Modified: incubator/devicemap/trunk/examples/console/pom.xml URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/console/pom.xml?rev=1639049&r1=1639048&r2=1639049&view=diff ============================================================================== --- incubator/devicemap/trunk/examples/console/pom.xml (original) +++ incubator/devicemap/trunk/examples/console/pom.xml Wed Nov 12 20:47:36 2014 @@ -22,7 +22,7 @@ org.apache.devicemap.examples examples-parent - 1.0.0-SNAPSHOT + 1.0.0-RC1 console-example DeviceMap Console Example Modified: incubator/devicemap/trunk/examples/ddr-filter/pom.xml URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/ddr-filter/pom.xml?rev=1639049&r1=1639048&r2=1639049&view=diff ============================================================================== --- incubator/devicemap/trunk/examples/ddr-filter/pom.xml (original) +++ incubator/devicemap/trunk/examples/ddr-filter/pom.xml Wed Nov 12 20:47:36 2014 @@ -7,7 +7,7 @@ org.apache.devicemap.examples examples-parent - 1.0.0-SNAPSHOT + 1.0.0-RC1 1.0.0 Modified: incubator/devicemap/trunk/examples/ddr-service/pom.xml URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/ddr-service/pom.xml?rev=1639049&r1=1639048&r2=1639049&view=diff ============================================================================== --- incubator/devicemap/trunk/examples/ddr-service/pom.xml (original) +++ incubator/devicemap/trunk/examples/ddr-service/pom.xml Wed Nov 12 20:47:36 2014 @@ -10,7 +10,7 @@ org.apache.devicemap.examples examples-parent - 1.0.0-SNAPSHOT + 1.0.0-RC1 Modified: incubator/devicemap/trunk/examples/pom.xml URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/pom.xml?rev=1639049&r1=1639048&r2=1639049&view=diff ============================================================================== --- incubator/devicemap/trunk/examples/pom.xml (original) +++ incubator/devicemap/trunk/examples/pom.xml Wed Nov 12 20:47:36 2014 @@ -13,7 +13,7 @@ 4.0.0 org.apache.devicemap.examples examples-parent - 1.0.0-SNAPSHOT + 1.0.0-RC1 pom Apache DeviceMap Examples @@ -21,6 +21,7 @@ servlet spring ddr-filter + ddr-service org.apache Modified: incubator/devicemap/trunk/examples/servlet/pom.xml URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/servlet/pom.xml?rev=1639049&r1=1639048&r2=1639049&view=diff ============================================================================== --- incubator/devicemap/trunk/examples/servlet/pom.xml (original) +++ incubator/devicemap/trunk/examples/servlet/pom.xml Wed Nov 12 20:47:36 2014 @@ -24,7 +24,7 @@ org.apache.devicemap.examples dmap-servlet war - 1.0.0-SNAPSHOT + 1.0.0-RC1 DeviceMap Servlet Example Apache DeviceMap Servlet Example Modified: incubator/devicemap/trunk/examples/spring/pom.xml URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/spring/pom.xml?rev=1639049&r1=1639048&r2=1639049&view=diff ============================================================================== Binary files - no diff available.