[ci skip] rollback the release of spring-petclinic-4.0.7

This commit is contained in:
JustFiesta 2024-04-10 12:23:43 +02:00
parent f2fabf7b0b
commit 008567525f

18
pom.xml
View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.7-SNAPSHOT</version>
<parent>
<groupId>org.springframework.boot</groupId>
@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Important for reproducible builds. Update using e.g. ./mvnw versions:set -DnewVersion=... -->
<project.build.outputTimestamp>2024-04-10T10:01:33Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-04-10T09:48:32Z</project.build.outputTimestamp>
<!-- Web dependencies -->
<webjars-bootstrap.version>5.3.2</webjars-bootstrap.version>
@ -143,7 +143,7 @@
<developerConnection>scm:git:https://github.com/JustFiesta/spring-petclinic.git</developerConnection>
<connection>scm:git:https://github.com/JustFiesta/spring-petclinic.git</connection>
<url>https://github.com/JustFiesta/spring-petclinic.git</url>
<tag>spring-petclinic-4.0.7</tag>
<tag>spring-petclinic-4.0.6</tag>
</scm>
<distributionManagement>
@ -163,6 +163,18 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>${maven-deploy-plugin.version}</version>
<executions>
<execution>
<id>deploy-jar-file</id>
<phase>deploy</phase>
<goals>
<goal>deploy-file</goal>
</goals>
<configuration>
<packaging>jar</packaging>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>