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 0743F200C28 for ; Mon, 27 Feb 2017 01:09:19 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 05C96160B77; Mon, 27 Feb 2017 00:09:19 +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 512BD160B6E for ; Mon, 27 Feb 2017 01:09:18 +0100 (CET) Received: (qmail 68285 invoked by uid 500); 27 Feb 2017 00:09:17 -0000 Mailing-List: contact commits-help@juneau.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@juneau.incubator.apache.org Delivered-To: mailing list commits@juneau.incubator.apache.org Received: (qmail 68276 invoked by uid 99); 27 Feb 2017 00:09:17 -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; Mon, 27 Feb 2017 00:09:17 +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 32CC8184962 for ; Mon, 27 Feb 2017 00:09:17 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.567 X-Spam-Level: X-Spam-Status: No, score=-6.567 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id M9CLiCwxzA0N for ; Mon, 27 Feb 2017 00:09:16 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id A40F15F243 for ; Mon, 27 Feb 2017 00:09:15 +0000 (UTC) Received: (qmail 68267 invoked by uid 99); 27 Feb 2017 00:09:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2017 00:09:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D290BDFCA1; Mon, 27 Feb 2017 00:09:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jamesbognar@apache.org To: commits@juneau.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-juneau-website git commit: Clarification. Date: Mon, 27 Feb 2017 00:09:14 +0000 (UTC) archived-at: Mon, 27 Feb 2017 00:09:19 -0000 Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 6dceff918 -> 5eae6ed21 Clarification. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/5eae6ed2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/5eae6ed2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/5eae6ed2 Branch: refs/heads/asf-site Commit: 5eae6ed217a8a11342f28cb6032d0a22a29fe3fa Parents: 6dceff9 Author: JamesBognar Authored: Sun Feb 26 19:09:16 2017 -0500 Committer: JamesBognar Committed: Sun Feb 26 19:09:16 2017 -0500 ---------------------------------------------------------------------- content/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/5eae6ed2/content/about.html ---------------------------------------------------------------------- diff --git a/content/about.html b/content/about.html index 9da8ce0..875e00a 100644 --- a/content/about.html +++ b/content/about.html @@ -28,7 +28,7 @@ We've strived to keep prerequisites to an absolute minimum.

    -
  • The core serializers and parsers require nothing more than Java 6+. +
  • The serializers and parsers require nothing more than Java 6+.
  • The RDF serializers and parsers require Apache Jena 2.5.1+.
  • The REST server API requires any Servlet 2.4+ container.
  • The REST client API requires Apache HttpClient 4.5+.