Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BA2FF200B9F for ; Tue, 11 Oct 2016 09:28:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B8BD9160AE6; Tue, 11 Oct 2016 07:28:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 0834D160AD2 for ; Tue, 11 Oct 2016 09:27:59 +0200 (CEST) Received: (qmail 67640 invoked by uid 500); 11 Oct 2016 07:27:59 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 67625 invoked by uid 99); 11 Oct 2016 07:27:59 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Oct 2016 07:27:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B84BC18009B for ; Tue, 11 Oct 2016 07:27:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id u0AuvQyvgbEZ for ; Tue, 11 Oct 2016 07:27:58 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E2ACA5FB32 for ; Tue, 11 Oct 2016 07:27:57 +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 2B997E00A5 for ; Tue, 11 Oct 2016 07:27:53 +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 E5D6E3A031D for ; Tue, 11 Oct 2016 07:27:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1764206 - /cocoon/branches/BRANCH_2_1_X/README.txt Date: Tue, 11 Oct 2016 07:27:52 -0000 To: cvs@cocoon.apache.org From: ilgrosso@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161011072752.E5D6E3A031D@svn01-us-west.apache.org> archived-at: Tue, 11 Oct 2016 07:28:00 -0000 Author: ilgrosso Date: Tue Oct 11 07:27:52 2016 New Revision: 1764206 URL: http://svn.apache.org/viewvc?rev=1764206&view=rev Log: [COCOON-2356] Forgot to update the README.txt Modified: cocoon/branches/BRANCH_2_1_X/README.txt Modified: cocoon/branches/BRANCH_2_1_X/README.txt URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/README.txt?rev=1764206&r1=1764205&r2=1764206&view=diff ============================================================================== --- cocoon/branches/BRANCH_2_1_X/README.txt (original) +++ cocoon/branches/BRANCH_2_1_X/README.txt Tue Oct 11 07:27:52 2016 @@ -31,7 +31,7 @@ Cocoon is implemented both as a Java servlet and a Java command line application. The following requirements exist for installing it: - o A Java 1.4.2 or later compatible virtual machine for your operating system. + o A Java 1.5.0 or later compatible virtual machine for your operating system. o A Servlet API 2.2 compatible Servlet Engine or J2EE Application Server. [not required for command line operation]