mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
[maven-release-plugin] prepare release spring-petclinic-4.0.0
This commit is contained in:
parent
2f06654521
commit
f018642495
1 changed files with 3 additions and 2 deletions
5
pom.xml
5
pom.xml
|
@ -11,7 +11,7 @@
|
|||
|
||||
<groupId>org.springframework.samples</groupId>
|
||||
<artifactId>spring-petclinic</artifactId>
|
||||
<version>4.0.0-SNAPSHOT</version>
|
||||
<version>4.0.0</version>
|
||||
|
||||
<name>petclinic</name>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<!-- Important for reproducible builds. Update using e.g. ./mvnw versions:set
|
||||
-DnewVersion=... -->
|
||||
<project.build.outputTimestamp>2025-04-20T23:51:46Z</project.build.outputTimestamp>
|
||||
<project.build.outputTimestamp>2025-04-21T00:11:18Z</project.build.outputTimestamp>
|
||||
|
||||
<!-- Web dependencies -->
|
||||
<webjars-locator.version>1.0.1</webjars-locator.version>
|
||||
|
@ -299,6 +299,7 @@
|
|||
<scm>
|
||||
<connection>scm:git:https://github.com/schurikova/spring-petclinic.git</connection>
|
||||
<developerConnection>scm:git:https://github.com/schurikova/spring-petclinic.git</developerConnection>
|
||||
<tag>spring-petclinic-4.0.0</tag>
|
||||
</scm>
|
||||
|
||||
<repositories>
|
||||
|
|
Loading…
Reference in a new issue