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 E934D18F41 for ; Thu, 28 Jan 2016 09:22:24 +0000 (UTC) Received: (qmail 31809 invoked by uid 500); 28 Jan 2016 09:22:02 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 31734 invoked by uid 500); 28 Jan 2016 09:22:02 -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 31725 invoked by uid 99); 28 Jan 2016 09:22:02 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jan 2016 09:22:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4B132C0D86 for ; Thu, 28 Jan 2016 09:22:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.446 X-Spam-Level: X-Spam-Status: No, score=0.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 7oiEA_-O3MN4 for ; Thu, 28 Jan 2016 09:22:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 2E4DE204A0 for ; Thu, 28 Jan 2016 09:22:01 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A1D56E043D for ; Thu, 28 Jan 2016 09:22:00 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A30A53A0051 for ; Thu, 28 Jan 2016 09:22:00 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1727288 - in /commons/proper/fileupload/branches/b2_0/trunk: ./ pom.xml Date: Thu, 28 Jan 2016 09:22:00 -0000 To: commits@commons.apache.org From: jochen@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160128092200.A30A53A0051@svn01-us-west.apache.org> Author: jochen Date: Thu Jan 28 09:22:00 2016 New Revision: 1727288 URL: http://svn.apache.org/viewvc?rev=1727288&view=rev Log: (empty) Added: commons/proper/fileupload/branches/b2_0/trunk/ - copied from r1727286, commons/proper/fileupload/trunk/ Modified: commons/proper/fileupload/branches/b2_0/trunk/pom.xml Modified: commons/proper/fileupload/branches/b2_0/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/fileupload/branches/b2_0/trunk/pom.xml?rev=1727288&r1=1727286&r2=1727288&view=diff ============================================================================== --- commons/proper/fileupload/branches/b2_0/trunk/pom.xml (original) +++ commons/proper/fileupload/branches/b2_0/trunk/pom.xml Thu Jan 28 09:22:00 2016 @@ -26,7 +26,7 @@ commons-fileupload commons-fileupload - 1.4-SNAPSHOT + 2.0-SNAPSHOT Apache Commons FileUpload @@ -236,6 +236,92 @@ + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.felix + + maven-bundle-plugin + + + [2.5.3,) + + + manifest + + + + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + [1.7,) + + run + + + + + + + + + + org.apache.maven.plugins + + + maven-enforcer-plugin + + + [1.3.1,) + + + enforce + + + + + + + + + + org.apache.maven.plugins + + + maven-remote-resources-plugin + + [1.5,) + + process + + + + + + + + + + + +