Repository: incubator-toree
Updated Branches:
  refs/heads/master 05faf9f5b -> e0e607a78


Updated client artifact name from 'client' to 'toree-client'


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/396f773e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/396f773e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/396f773e

Branch: refs/heads/master
Commit: 396f773ed3b30070da23bd3ac9aaad66ee0cdac7
Parents: 05faf9f
Author: Chip Senkbeil <chip.senkb...@gmail.com>
Authored: Wed Feb 3 12:46:08 2016 -0600
Committer: Gino Bustelo <lbust...@apache.org>
Committed: Thu Feb 4 13:31:22 2016 -0600

----------------------------------------------------------------------
 project/Build.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/396f773e/project/Build.scala
----------------------------------------------------------------------
diff --git a/project/Build.scala b/project/Build.scala
index 95f0aa0..46e732b 100644
--- a/project/Build.scala
+++ b/project/Build.scala
@@ -82,7 +82,7 @@ trait SubProjects extends Settings with TestTasks {
    * Project representing the client code for connecting to the kernel backend.
    */
   lazy val client = addTestTasksToProject(Project(
-    id = "client",
+    id = "toree-client",
     base = file("client"),
     settings = fullSettings
   )) dependsOn(

Reply via email to