You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ga...@apache.org on 2020/09/28 04:07:56 UTC

[incubator-dolphinscheduler] 04/07: fix

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

gaojun2048 pushed a commit to branch alert_plugin_design
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git

commit 9221b24d5703062269f6ad0553f4b562b07299c6
Author: break60 <79...@qq.com>
AuthorDate: Mon Sep 7 15:34:51 2020 +0800

    fix
---
 dolphinscheduler-ui/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dolphinscheduler-ui/pom.xml b/dolphinscheduler-ui/pom.xml
index 2aaf946..7aaa69a 100644
--- a/dolphinscheduler-ui/pom.xml
+++ b/dolphinscheduler-ui/pom.xml
@@ -29,7 +29,7 @@
   <name>${project.artifactId}</name>
 
   <properties>
-    <node.version>v10.16.0</node.version>
+    <node.version>v10.16.2</node.version>
     <npm.version>6.11.3</npm.version>
     <sonar.sources>src</sonar.sources>
   </properties>