[maven-release-plugin] prepare release spring-petclinic-3.1.4

This commit is contained in:
rgheorghe 2023-10-27 13:49:57 +03:00
parent a2efdaf089
commit 18fb4c7fcc

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId>
<version>3.1.4-SNAPSHOT</version>
<version>3.1.4</version>
<packaging>jar</packaging>
<distributionManagement>
<snapshotRepository>
@ -28,7 +28,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>2023-10-27T10:37:07Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-10-27T10:49:24Z</project.build.outputTimestamp>
<!-- Web dependencies -->
<webjars-bootstrap.version>5.2.3</webjars-bootstrap.version>