File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ release :
2+ git checkout main
3+ git pull
4+ mvn release:clean release:prepare release:perform -Dgoals=deploy release:clean
Original file line number Diff line number Diff line change 377377 <tagNameFormat >@{project.version}</tagNameFormat >
378378 </configuration >
379379 </plugin >
380- <plugin >
381- <groupId >org.apache.maven.plugins</groupId >
382- <artifactId >maven-enforcer-plugin</artifactId >
383- <version >${maven-enforcer-plugin.version} </version >
384- <executions >
385- <execution >
386- <goals >
387- <goal >enforce</goal >
388- </goals >
389- <configuration >
390- <rules >
391- <requireJavaVersion >
392- <version >${jdk.version} </version >
393- </requireJavaVersion >
394- <requirePluginVersions />
395- </rules >
396- </configuration >
397- </execution >
398- </executions >
399- </plugin >
400380 <plugin >
401381 <groupId >org.apache.maven.plugins</groupId >
402382 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments