This is an automated email from the ASF dual-hosted git repository.
xuxiaowei-com-cn pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git
The following commit(s) were added to refs/heads/2.x by this push:
new 6cbdd1360b refactor: centralize node version property to build/pom.xml
(#8190)
6cbdd1360b is described below
commit 6cbdd1360b037365d5f301692b4d60cc3facbf19
Author: 徐晓伟 <[email protected]>
AuthorDate: Sat Aug 8 12:57:51 2026 +0800
refactor: centralize node version property to build/pom.xml (#8190)
---
build/pom.xml | 1 +
changes/en-us/2.x.md | 1 +
changes/zh-cn/2.x.md | 1 +
console/pom.xml | 2 +-
4 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/build/pom.xml b/build/pom.xml
index e066055122..9c053e3199 100644
--- a/build/pom.xml
+++ b/build/pom.xml
@@ -126,6 +126,7 @@
<jib-maven-plugin.version>3.5.1</jib-maven-plugin.version>
<git-commit-id-plugin.version>4.9.10</git-commit-id-plugin.version>
<frontend-maven-plugin.version>1.15.0</frontend-maven-plugin.version>
+ <nodeVersion>v19.5.0</nodeVersion>
<!-- Deploy && GPG -->
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version>
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index 620e6ec6a0..ec977f0079 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -52,6 +52,7 @@ Add changes here for all PR submitted to the 2.x branch.
### refactor:
- [[#8177](https://github.com/apache/incubator-seata/pull/8177)] centralize
protobuf and grpc version properties to build/pom.xml
+- [[#8190](https://github.com/apache/incubator-seata/pull/8190)] centralize
node version property to build/pom.xml
### doc:
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index 67ea4df4e1..20dcf72848 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -52,6 +52,7 @@
### refactor:
- [[#8177](https://github.com/apache/incubator-seata/pull/8177)] 将 protobuf 和
grpc 版本属性集中到 build/pom.xml
+- [[#8190](https://github.com/apache/incubator-seata/pull/8190)] 将 node
版本属性集中到 build/pom.xml
### doc:
diff --git a/console/pom.xml b/console/pom.xml
index 544ae13296..aefd70e64d 100644
--- a/console/pom.xml
+++ b/console/pom.xml
@@ -189,7 +189,7 @@
</goals>
<phase>generate-resources</phase>
<configuration>
- <nodeVersion>v19.5.0</nodeVersion>
+ <nodeVersion>${nodeVersion}</nodeVersion>
</configuration>
</execution>
<execution>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]