[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

@ -191,7 +191,8 @@
<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>
<preRelease>true</preRelease>
<releaseProfiles>release</releaseProfiles> <releaseProfiles>release</releaseProfiles>
</configuration> </configuration>
</plugin> </plugin>