Skip to content

Commit f93cdcc

Browse files
committed
Correct version of VS Code extension snapshots
Closes gh-388
1 parent a80b41c commit f93cdcc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: ci/scripts/stage.sh

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ if [[ $nextVersion != $snapshotVersion ]]; then
4444
echo "Setting next development version (v$nextVersion)"
4545
run_maven versions:set -DnewVersion=$nextVersion -DgenerateBackupPoms=false
4646
run_maven org.eclipse.tycho:tycho-versions-plugin:update-eclipse-metadata
47+
run_maven --projects io.spring.javaformat:spring-javaformat-vscode-extension -P '!formatter-dependencies' antrun:run@update-version
4748
sed -i "s/:release-version:.*/:release-version: ${stageVersion}/g" README.adoc
4849
sed -i "s/spring-javaformat-gradle-plugin:.*/spring-javaformat-gradle-plugin:${nextVersion}\"\)/g" samples/spring-javaformat-gradle-sample/build.gradle
4950
sed -i "s/spring-javaformat-checkstyle:.*/spring-javaformat-checkstyle:${nextVersion}\"\)/g" samples/spring-javaformat-gradle-sample/build.gradle

Diff for: spring-javaformat-vscode/spring-javaformat-vscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "spring-javaformat-vscode-extension",
33
"description": "Spring JavaFormat Visual Studio Code Extension",
44
"displayName": "Spring JavaFormat",
5-
"version": "0.0.36-SNAPSHOT",
5+
"version": "0.0.40-SNAPSHOT",
66
"publisher": "io.spring.javaformat",
77
"engines": {
88
"vscode": "^1.75.0"

0 commit comments

Comments
 (0)