Return-Path: X-Original-To: apmail-tika-commits-archive@www.apache.org Delivered-To: apmail-tika-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 382FC99CC for ; Mon, 26 Mar 2012 12:56:04 +0000 (UTC) Received: (qmail 53236 invoked by uid 500); 26 Mar 2012 12:56:04 -0000 Delivered-To: apmail-tika-commits-archive@tika.apache.org Received: (qmail 53198 invoked by uid 500); 26 Mar 2012 12:56:04 -0000 Mailing-List: contact commits-help@tika.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tika.apache.org Delivered-To: mailing list commits@tika.apache.org Received: (qmail 53191 invoked by uid 99); 26 Mar 2012 12:56:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Mar 2012 12:56:04 +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, 26 Mar 2012 12:56:03 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 00E9923889BB; Mon, 26 Mar 2012 12:55:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1305338 - /tika/trunk/tika-server/pom.xml Date: Mon, 26 Mar 2012 12:55:42 -0000 To: commits@tika.apache.org From: maxcom@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120326125543.00E9923889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: maxcom Date: Mon Mar 26 12:55:42 2012 New Revision: 1305338 URL: http://svn.apache.org/viewvc?rev=1305338&view=rev Log: tika-server: update java version because jersey-core requires java6 Modified: tika/trunk/tika-server/pom.xml Modified: tika/trunk/tika-server/pom.xml URL: http://svn.apache.org/viewvc/tika/trunk/tika-server/pom.xml?rev=1305338&r1=1305337&r2=1305338&view=diff ============================================================================== --- tika/trunk/tika-server/pom.xml (original) +++ tika/trunk/tika-server/pom.xml Mon Mar 26 12:55:42 2012 @@ -151,8 +151,8 @@ maven-compiler-plugin true - 1.5 - 1.5 + 1.6 + 1.6