Skip to content

Commit eab0c56

Browse files
committed
refactor: extract NodeJS version into a property
Relate to #1655
1 parent 586db5d commit eab0c56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@
628628
<mysql.version>5.1.49</mysql.version>
629629

630630
<native2ascii.plugin.version>2.0.1</native2ascii.plugin.version>
631+
<nodejs.version>v10.16.0</nodejs.version>
631632
<pmd.plugin.version>3.12.0</pmd.plugin.version>
632633

633634
<!-- Redefine default value from spring-boot-dependencies -->
@@ -1337,7 +1338,7 @@
13371338
<artifactId>frontend-maven-plugin</artifactId>
13381339
<version>${frontend.plugin.version}</version>
13391340
<configuration>
1340-
<nodeVersion>v10.16.0</nodeVersion>
1341+
<nodeVersion>${nodejs.version}</nodeVersion>
13411342
<workingDirectory>${basedir}/src/main/frontend</workingDirectory>
13421343
</configuration>
13431344
<executions>

0 commit comments

Comments
 (0)