File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed
spring-javaformat-vscode/spring-javaformat-vscode-extension Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 2929echo " Staging ${stageVersion} (next version will be ${nextVersion} )"
3030run_maven versions:set -DnewVersion=${stageVersion} -DgenerateBackupPoms=false
3131run_maven org.eclipse.tycho:tycho-versions-plugin:update-eclipse-metadata
32- run_maven --projects io.spring.javaformat:spring-javaformat-vscode-extension antrun:run@update-version
32+ run_maven --projects io.spring.javaformat:spring-javaformat-vscode-extension -P ' !formatter-dependencies ' antrun:run@update-version
3333
3434git config user.name " Spring Builds" > /dev/null
3535git config user.email
" [email protected] " > /dev/null
Original file line number Diff line number Diff line change 138138 </plugin >
139139 </plugins >
140140 </build >
141- <dependencies >
142- <dependency >
143- <groupId >io.spring.javaformat</groupId >
144- <artifactId >spring-javaformat-formatter-shaded</artifactId >
145- <version >${project.version} </version >
146- </dependency >
147- </dependencies >
141+ <profiles >
142+ <profile >
143+ <id >formatter-dependencies</id >
144+ <activation >
145+ <activeByDefault >true</activeByDefault >
146+ </activation >
147+ <dependencies >
148+ <dependency >
149+ <groupId >io.spring.javaformat</groupId >
150+ <artifactId >spring-javaformat-formatter-shaded</artifactId >
151+ <version >${project.version} </version >
152+ </dependency >
153+ </dependencies >
154+ </profile >
155+ </profiles >
148156</project >
You can’t perform that action at this time.
0 commit comments