From deft-commits-return-352-apmail-incubator-deft-commits-archive=incubator.apache.org@incubator.apache.org Mon Feb 13 23:36:24 2012 Return-Path: X-Original-To: apmail-incubator-deft-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-deft-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 97B1D9738 for ; Mon, 13 Feb 2012 23:36:24 +0000 (UTC) Received: (qmail 44682 invoked by uid 500); 13 Feb 2012 23:36:24 -0000 Delivered-To: apmail-incubator-deft-commits-archive@incubator.apache.org Received: (qmail 44657 invoked by uid 500); 13 Feb 2012 23:36:24 -0000 Mailing-List: contact deft-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deft-dev@incubator.apache.org Delivered-To: mailing list deft-commits@incubator.apache.org Received: (qmail 44645 invoked by uid 99); 13 Feb 2012 23:36:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2012 23:36:24 +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; Mon, 13 Feb 2012 23:36:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 4BAB423888E7; Mon, 13 Feb 2012 23:36:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1243744 - in /incubator/deft/trunk: awf-example-gossip/pom.xml awf-example-handlers/pom.xml Date: Mon, 13 Feb 2012 23:36:01 -0000 To: deft-commits@incubator.apache.org From: jmeehan@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120213233601.4BAB423888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jmeehan Date: Mon Feb 13 23:36:00 2012 New Revision: 1243744 URL: http://svn.apache.org/viewvc?rev=1243744&view=rev Log: DEFT-198 - Compiler Version 1.6 Modified: incubator/deft/trunk/awf-example-gossip/pom.xml incubator/deft/trunk/awf-example-handlers/pom.xml Modified: incubator/deft/trunk/awf-example-gossip/pom.xml URL: http://svn.apache.org/viewvc/incubator/deft/trunk/awf-example-gossip/pom.xml?rev=1243744&r1=1243743&r2=1243744&view=diff ============================================================================== --- incubator/deft/trunk/awf-example-gossip/pom.xml (original) +++ incubator/deft/trunk/awf-example-gossip/pom.xml Mon Feb 13 23:36:00 2012 @@ -39,5 +39,20 @@ compile + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + UTF-8 + 1.6 + 1.6 + + + + Modified: incubator/deft/trunk/awf-example-handlers/pom.xml URL: http://svn.apache.org/viewvc/incubator/deft/trunk/awf-example-handlers/pom.xml?rev=1243744&r1=1243743&r2=1243744&view=diff ============================================================================== --- incubator/deft/trunk/awf-example-handlers/pom.xml (original) +++ incubator/deft/trunk/awf-example-handlers/pom.xml Mon Feb 13 23:36:00 2012 @@ -34,5 +34,20 @@ awf-core + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + UTF-8 + 1.6 + 1.6 + + + +