mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
[maven-release-plugin] rollback the release of spring-petclinic-4.0.8
This commit is contained in:
parent
fd6f1a252f
commit
6fc0e9084c
1 changed files with 5 additions and 4 deletions
9
pom.xml
9
pom.xml
|
@ -190,10 +190,11 @@
|
|||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>3.0.1</version>
|
||||
<configuration>
|
||||
<preparationGoals>package</preparationGoals>
|
||||
<releaseProfiles>release</releaseProfiles>
|
||||
</configuration>
|
||||
<configuration>
|
||||
<tagName>${project.artifactId}-${project.version}</tagName>
|
||||
<preRelease>true</preRelease>
|
||||
<releaseProfiles>release</releaseProfiles>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
|
Loading…
Reference in a new issue