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

This commit is contained in:
Mihail-Cristian 2024-01-30 13:40:24 +02:00
parent 1882014f40
commit ec6f3e7522

View file

@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId> <artifactId>spring-petclinic</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
@ -15,6 +13,7 @@
<name>petclinic</name> <name>petclinic</name>
<scm> <scm>
<developerConnection>scm:git:https://github.com/MihailInternul/spring-petclinic.git</developerConnection> <developerConnection>scm:git:https://github.com/MihailInternul/spring-petclinic.git</developerConnection>
<tag>spring-petclinic-3.2.0</tag>
</scm> </scm>
<properties> <properties>
@ -23,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Important for reproducible builds. Update using e.g. ./mvnw versions:set -DnewVersion=... --> <!-- Important for reproducible builds. Update using e.g. ./mvnw versions:set -DnewVersion=... -->
<project.build.outputTimestamp>2023-05-10T07:42:50Z</project.build.outputTimestamp> <project.build.outputTimestamp>2024-01-30T11:40:01Z</project.build.outputTimestamp>
<!-- Web dependencies --> <!-- Web dependencies -->
<webjars-bootstrap.version>5.3.2</webjars-bootstrap.version> <webjars-bootstrap.version>5.3.2</webjars-bootstrap.version>