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 5B27D200C70 for ; Thu, 4 May 2017 17:53:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 59D31160BC4; Thu, 4 May 2017 15:53:48 +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 A0FBA160B9F for ; Thu, 4 May 2017 17:53:47 +0200 (CEST) Received: (qmail 91699 invoked by uid 500); 4 May 2017 15:53:46 -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 91690 invoked by uid 99); 4 May 2017 15:53:46 -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; Thu, 04 May 2017 15:53:46 +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 A663EC06D2 for ; Thu, 4 May 2017 15:53:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 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=-0.001, SPF_PASS=-0.001] 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 oauRZdQyH6Cx for ; Thu, 4 May 2017 15:53:44 +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 8130C5F5CA for ; Thu, 4 May 2017 15:53:43 +0000 (UTC) Received: (qmail 91595 invoked by uid 99); 4 May 2017 15:53:42 -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; Thu, 04 May 2017 15:53:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9BF55DFBC8; Thu, 4 May 2017 15:53:42 +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 Date: Thu, 04 May 2017 15:53:42 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] incubator-predictionio-template-ecom-recommender git commit: Bump to PIO 0.11.0-incubating and enhance sbt configuration archived-at: Thu, 04 May 2017 15:53:48 -0000 Repository: incubator-predictionio-template-ecom-recommender Updated Branches: refs/heads/develop 68666e7fe -> 1d0d71dc3 Bump to PIO 0.11.0-incubating and enhance sbt configuration Closes #12 Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-ecom-recommender/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-ecom-recommender/commit/93abf81f Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-ecom-recommender/tree/93abf81f Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-ecom-recommender/diff/93abf81f Branch: refs/heads/develop Commit: 93abf81ff35d28d1a4586f2aacb74a475f18b23b Parents: 68666e7 Author: Naoki Takezoe Authored: Thu May 4 08:51:13 2017 -0700 Committer: Donald Szeto Committed: Thu May 4 08:51:13 2017 -0700 ---------------------------------------------------------------------- build.sbt | 6 +----- project/assembly.sbt | 2 +- project/build.properties | 1 + 3 files changed, 3 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-ecom-recommender/blob/93abf81f/build.sbt ---------------------------------------------------------------------- diff --git a/build.sbt b/build.sbt index 212bcda..93ac311 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,3 @@ -import AssemblyKeys._ - -assemblySettings - name := "template-scala-parallel-ecommercerecommendation" organization := "org.apache.predictionio" @@ -9,7 +5,7 @@ organization := "org.apache.predictionio" parallelExecution in Test := false libraryDependencies ++= Seq( - "org.apache.predictionio" %% "apache-predictionio-core" % "0.10.0-incubating" % "provided", + "org.apache.predictionio" %% "apache-predictionio-core" % "0.11.0-incubating" % "provided", "org.apache.spark" %% "spark-core" % "1.3.0" % "provided", "org.apache.spark" %% "spark-mllib" % "1.3.0" % "provided", "org.scalatest" %% "scalatest" % "2.2.1" % "test") http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-ecom-recommender/blob/93abf81f/project/assembly.sbt ---------------------------------------------------------------------- diff --git a/project/assembly.sbt b/project/assembly.sbt index 54c3252..e17409e 100644 --- a/project/assembly.sbt +++ b/project/assembly.sbt @@ -1 +1 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.11.2") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.4") http://git-wip-us.apache.org/repos/asf/incubator-predictionio-template-ecom-recommender/blob/93abf81f/project/build.properties ---------------------------------------------------------------------- diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..64317fd --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=0.13.15