You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/08/12 09:36:05 UTC

[incubator-linkis] branch dev-1.3.0 updated: [Refactor] refactor linkis-web module (#2714)

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

casion pushed a commit to branch dev-1.3.0
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.3.0 by this push:
     new 471cfda9f [Refactor] refactor linkis-web module (#2714)
471cfda9f is described below

commit 471cfda9f95446a60802915b02f2962c33e97ce7
Author: legendtkl <ta...@gmail.com>
AuthorDate: Fri Aug 12 17:35:58 2022 +0800

    [Refactor] refactor linkis-web module (#2714)
    
    * [Refactor] refactor linkis-web module
    * address review comment
---
 {web => linkis-web}/pom.xml | 0
 pom.xml                     | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/pom.xml b/linkis-web/pom.xml
similarity index 100%
rename from web/pom.xml
rename to linkis-web/pom.xml
diff --git a/pom.xml b/pom.xml
index a3f4a9a7d..fe7dc633a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
         <module>linkis-computation-governance</module>
         <module>linkis-engineconn-plugins</module>
         <module>linkis-extensions</module>
-        <module>web</module>
+        <module>linkis-web</module>
         <module>linkis-dist</module>
     </modules>
     <properties>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org