mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25: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>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>3.0.1</version>
|
<version>3.0.1</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<preparationGoals>package</preparationGoals>
|
<tagName>${project.artifactId}-${project.version}</tagName>
|
||||||
<releaseProfiles>release</releaseProfiles>
|
<preRelease>true</preRelease>
|
||||||
</configuration>
|
<releaseProfiles>release</releaseProfiles>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
|
Loading…
Reference in a new issue