Return-Path: X-Original-To: apmail-hc-commits-archive@www.apache.org Delivered-To: apmail-hc-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 E936B9834 for ; Tue, 24 Apr 2012 17:35:26 +0000 (UTC) Received: (qmail 42260 invoked by uid 500); 24 Apr 2012 17:35:26 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 42221 invoked by uid 500); 24 Apr 2012 17:35:26 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 42213 invoked by uid 99); 24 Apr 2012 17:35:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 17:35:26 +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, 24 Apr 2012 17:35:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B765A23889FD for ; Tue, 24 Apr 2012 17:35:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1329880 - /httpcomponents/project/trunk/pom.xml Date: Tue, 24 Apr 2012 17:35:05 -0000 To: commits@hc.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120424173505.B765A23889FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Tue Apr 24 17:35:04 2012 New Revision: 1329880 URL: http://svn.apache.org/viewvc?rev=1329880&view=rev Log: Unfortunately the javasvn implementation of buildNumber does not yet work for SVN client 1.7+ Modified: httpcomponents/project/trunk/pom.xml Modified: httpcomponents/project/trunk/pom.xml URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=1329880&r1=1329879&r2=1329880&view=diff ============================================================================== --- httpcomponents/project/trunk/pom.xml (original) +++ httpcomponents/project/trunk/pom.xml Tue Apr 24 17:35:04 2012 @@ -329,10 +329,8 @@ true ?????? - - - javasvn - + false + false @@ -615,6 +613,24 @@ + + + javasvn + + + + org.codehaus.mojo + buildnumber-maven-plugin + + + javasvn + + + + + + +