mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
release prepare release spring-petclinic-1.0.0
This commit is contained in:
parent
486c194722
commit
ca950a53ca
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>1.0.0</version>
|
||||
|
||||
<name>petclinic</name>
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
|||
<connection>scm:git:git://github.com/TomP101/spring-petclinic.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com/TomP101/spring-petclinic.git</developerConnection>
|
||||
<url>https://github.com/TomP101/spring-petclinic</url>
|
||||
<tag>spring-petclinic-1.0.0</tag>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
|
@ -29,7 +30,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-01-21T13:34:14Z</project.build.outputTimestamp>
|
||||
<project.build.outputTimestamp>2025-01-21T14:50:07Z</project.build.outputTimestamp>
|
||||
|
||||
<!-- Web dependencies -->
|
||||
<webjars-locator.version>1.0.1</webjars-locator.version>
|
||||
|
|
Loading…
Reference in a new issue