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