This is an automated email from the ASF dual-hosted git repository.

yiconghuang pushed a commit to branch chore/relocate-root-build
in repository https://gitbox.apache.org/repos/asf/texera.git

commit 9f2b9e6922ff77f496d7fb8e9e1f4bbdb2b4c121
Author: Yicong Huang <[email protected]>
AuthorDate: Sat Oct 11 11:58:55 2025 -0700

    chore: rename root project to texera
---
 build.sbt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index 1dcba1e456..4ec20d4d0a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -94,7 +94,7 @@ lazy val WorkflowExecutionService = (project in 
file("core/amber"))
   .dependsOn(DAO % "test->test", Auth % "test->test") // test scope dependency
 
 // root project definition
-lazy val CoreProject = (project in file("."))
+lazy val TexeraProject = (project in file("."))
   .aggregate(
     DAO,
     Config,
@@ -109,7 +109,7 @@ lazy val CoreProject = (project in file("."))
     WorkflowExecutionService
   )
   .settings(
-    name := "core",
+    name := "texera",
     version := "1.0.0",
     organization := "org.apache",
     scalaVersion := "2.13.12",

Reply via email to