Return-Path: X-Original-To: apmail-jena-commits-archive@www.apache.org Delivered-To: apmail-jena-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 37164CBB1 for ; Mon, 5 Jan 2015 15:50:33 +0000 (UTC) Received: (qmail 59978 invoked by uid 500); 5 Jan 2015 15:50:34 -0000 Delivered-To: apmail-jena-commits-archive@jena.apache.org Received: (qmail 59955 invoked by uid 500); 5 Jan 2015 15:50:34 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 59942 invoked by uid 99); 5 Jan 2015 15:50:34 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jan 2015 15:50:34 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id EBFE4AC003F for ; Mon, 5 Jan 2015 15:50:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r935131 - in /websites/staging/jena/trunk/content: ./ documentation/hadoop/artifacts.html documentation/hadoop/index.html Date: Mon, 05 Jan 2015 15:50:33 -0000 To: commits@jena.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150105155033.EBFE4AC003F@hades.apache.org> Author: buildbot Date: Mon Jan 5 15:50:33 2015 New Revision: 935131 Log: Staging update by buildbot for jena Modified: websites/staging/jena/trunk/content/ (props changed) websites/staging/jena/trunk/content/documentation/hadoop/artifacts.html websites/staging/jena/trunk/content/documentation/hadoop/index.html Propchange: websites/staging/jena/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Jan 5 15:50:33 2015 @@ -1 +1 @@ -1649520 +1649557 Modified: websites/staging/jena/trunk/content/documentation/hadoop/artifacts.html ============================================================================== --- websites/staging/jena/trunk/content/documentation/hadoop/artifacts.html (original) +++ websites/staging/jena/trunk/content/documentation/hadoop/artifacts.html Mon Jan 5 15:50:33 2015 @@ -155,13 +155,13 @@ declare these basic dependencies as <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> - <version>2.5.1</version> + <version>2.6.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-common</artifactId> - <version>2.5.1</version> + <version>2.6.0</version> <scope>provided</scope> </dependency> Modified: websites/staging/jena/trunk/content/documentation/hadoop/index.html ============================================================================== --- websites/staging/jena/trunk/content/documentation/hadoop/index.html (original) +++ websites/staging/jena/trunk/content/documentation/hadoop/index.html Mon Jan 5 15:50:33 2015 @@ -208,13 +208,13 @@ on what you are trying to do. Typically <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> - <version>2.5.1</version> + <version>2.6.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-common</artifactId> - <version>2.5.1</version> + <version>2.6.0</version> <scope>provided</scope> </dependency>