[maven-release-plugin] rollback the release of spring-petclinic-4.0.8

This commit is contained in:
Matthew 2024-04-18 15:37:27 +02:00 committed by JustFiesta
parent fd6f1a252f
commit 6fc0e9084c

View file

@ -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>