File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 29
29
echo " Staging ${stageVersion} (next version will be ${nextVersion} )"
30
30
run_maven versions:set -DnewVersion=${stageVersion} -DgenerateBackupPoms=false
31
31
run_maven org.eclipse.tycho:tycho-versions-plugin:update-eclipse-metadata
32
- run_maven --projects io.spring.javaformat:spring-javaformat-vscode-extension -P ' !formatter-dependencies' antrun:run@update-version frontend:npm@update-package-lock
32
+ run_maven --projects io.spring.javaformat:spring-javaformat-vscode-extension -P ' !formatter-dependencies' antrun:run@update-version frontend:install-node-and-npm frontend: npm@update-package-lock
33
33
34
34
git config user.name " Spring Builds" > /dev/null
35
35
git config user.email " spring-builds@users.noreply.github.com" > /dev/null
You can’t perform that action at this time.
0 commit comments