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 40E91200B83 for ; Sat, 17 Sep 2016 23:23:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 222A1160ACD; Sat, 17 Sep 2016 21:23:23 +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 5E6E2160AB5 for ; Sat, 17 Sep 2016 23:23:22 +0200 (CEST) Received: (qmail 36184 invoked by uid 500); 17 Sep 2016 21:23:21 -0000 Mailing-List: contact commits-help@predictionio.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@predictionio.incubator.apache.org Delivered-To: mailing list commits@predictionio.incubator.apache.org Received: (qmail 36175 invoked by uid 99); 17 Sep 2016 21:23:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2016 21:23:21 +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 1F91AC00B6 for ; Sat, 17 Sep 2016 21:23:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 95YBQDNigAmm for ; Sat, 17 Sep 2016 21:23:19 +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 E4AF85FE5A for ; Sat, 17 Sep 2016 21:23:18 +0000 (UTC) Received: (qmail 36152 invoked by uid 99); 17 Sep 2016 21:23:18 -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; Sat, 17 Sep 2016 21:23:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B2AB0E0551; Sat, 17 Sep 2016 21:23:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: donald@apache.org To: commits@predictionio.incubator.apache.org Message-Id: <10c2280ace2744229cb92590162467e5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-predictionio git commit: Prepare 0.10.0-incubating-rc2 Date: Sat, 17 Sep 2016 21:23:17 +0000 (UTC) archived-at: Sat, 17 Sep 2016 21:23:23 -0000 Repository: incubator-predictionio Updated Branches: refs/heads/release/0.10.0 cda4597be -> 6620784f0 Prepare 0.10.0-incubating-rc2 Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/commit/6620784f Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/tree/6620784f Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio/diff/6620784f Branch: refs/heads/release/0.10.0 Commit: 6620784f0cf9059b95f9cd5a412f3e5ae83d03c5 Parents: cda4597 Author: Donald Szeto Authored: Sat Sep 17 14:23:02 2016 -0700 Committer: Donald Szeto Committed: Sat Sep 17 14:23:02 2016 -0700 ---------------------------------------------------------------------- build.sbt | 4 ++-- common/build.sbt | 2 +- core/build.sbt | 2 +- data/build.sbt | 2 +- e2/build.sbt | 2 +- tools/build.sbt | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6620784f/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index 6c33567..b89b3d5 100644 --- a/build.sbt +++ b/build.sbt @@ -17,9 +17,9 @@ import UnidocKeys._ -name := "predictionio-parent" +name := "apache-predictionio-parent" -version in ThisBuild := "0.10.0-incubating-rc1" +version in ThisBuild := "0.10.0-incubating-rc2" organization in ThisBuild := "org.apache.predictionio" http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6620784f/common/build.sbt ---------------------------------------------------------------------- diff --git a/common/build.sbt b/common/build.sbt index 74fde2a..e7050d4 100644 --- a/common/build.sbt +++ b/common/build.sbt @@ -15,7 +15,7 @@ * limitations under the License. */ -name := "predictionio-common" +name := "apache-predictionio-common" libraryDependencies ++= Seq( "io.spray" %% "spray-can" % "1.3.2", http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6620784f/core/build.sbt ---------------------------------------------------------------------- diff --git a/core/build.sbt b/core/build.sbt index 537f1a7..637d4ea 100644 --- a/core/build.sbt +++ b/core/build.sbt @@ -15,7 +15,7 @@ * limitations under the License. */ -name := "predictionio-core" +name := "apache-predictionio-core" libraryDependencies ++= Seq( "com.github.scopt" %% "scopt" % "3.3.0", http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6620784f/data/build.sbt ---------------------------------------------------------------------- diff --git a/data/build.sbt b/data/build.sbt index f15e86c..21c8d65 100644 --- a/data/build.sbt +++ b/data/build.sbt @@ -15,7 +15,7 @@ * limitations under the License. */ -name := "predictionio-data" +name := "apache-predictionio-data" libraryDependencies ++= Seq( "com.github.nscala-time" %% "nscala-time" % "2.6.0", http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6620784f/e2/build.sbt ---------------------------------------------------------------------- diff --git a/e2/build.sbt b/e2/build.sbt index b220924..50de5e5 100644 --- a/e2/build.sbt +++ b/e2/build.sbt @@ -15,7 +15,7 @@ * limitations under the License. */ -name := "predictionio-e2" +name := "apache-predictionio-e2" parallelExecution in Test := false http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/6620784f/tools/build.sbt ---------------------------------------------------------------------- diff --git a/tools/build.sbt b/tools/build.sbt index e8c12a8..07a6ad3 100644 --- a/tools/build.sbt +++ b/tools/build.sbt @@ -17,7 +17,7 @@ import sbtassembly.AssemblyPlugin.autoImport._ -name := "predictionio-tools" +name := "apache-predictionio-tools" libraryDependencies ++= Seq( "com.github.scopt" %% "scopt" % "3.2.0",