Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-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 1D0E9C5D9 for ; Tue, 18 Jun 2013 11:35:42 +0000 (UTC) Received: (qmail 2997 invoked by uid 500); 18 Jun 2013 09:46:20 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 2844 invoked by uid 500); 18 Jun 2013 09:46:19 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 2767 invoked by uid 99); 18 Jun 2013 09:46:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jun 2013 09:46:18 +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; Tue, 18 Jun 2013 09:46:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 34C2623889ED; Tue, 18 Jun 2013 09:45:44 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1494086 - /commons/sandbox/commons-gpg-plugin/trunk/pom.xml Date: Tue, 18 Jun 2013 09:45:44 -0000 To: commits@commons.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130618094544.34C2623889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Tue Jun 18 09:45:43 2013 New Revision: 1494086 URL: http://svn.apache.org/r1494086 Log: No need to configure the compiler if we use the correct property names - doh! Modified: commons/sandbox/commons-gpg-plugin/trunk/pom.xml Modified: commons/sandbox/commons-gpg-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/sandbox/commons-gpg-plugin/trunk/pom.xml?rev=1494086&r1=1494085&r2=1494086&view=diff ============================================================================== --- commons/sandbox/commons-gpg-plugin/trunk/pom.xml (original) +++ commons/sandbox/commons-gpg-plugin/trunk/pom.xml Tue Jun 18 09:45:43 2013 @@ -27,8 +27,9 @@ This is intended as a temporary measure 2.2.1 3.2 - 1.5 - 1.5 + 1.5 + 1.5 + UTF-8 @@ -108,21 +109,6 @@ This is intended as a temporary measure true - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - ${maven.compile.source} - ${maven.compile.target} - ${commons.encoding} - - -