mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:35:50 +00:00
[maven-release-plugin] prepare release my-proj-4.0.0
This commit is contained in:
parent
06c666c21d
commit
9865d1a5e9
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
<scm>
|
<scm>
|
||||||
<developerConnection>scm:git:git@github.com:avmang/spring-petclinic.git</developerConnection>
|
<developerConnection>scm:git:git@github.com:avmang/spring-petclinic.git</developerConnection>
|
||||||
|
|
||||||
<tag>HEAD</tag>
|
<tag>my-proj-4.0.0</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<groupId>org.springframework.samples</groupId>
|
<groupId>org.springframework.samples</groupId>
|
||||||
<artifactId>spring-petclinic</artifactId>
|
<artifactId>spring-petclinic</artifactId>
|
||||||
<version>3.4.1-SNAPSHOT</version>
|
<version>4.0.0</version>
|
||||||
|
|
||||||
<name>petclinic</name>
|
<name>petclinic</name>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
<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
|
<!-- Important for reproducible builds. Update using e.g. ./mvnw versions:set
|
||||||
-DnewVersion=... -->
|
-DnewVersion=... -->
|
||||||
<project.build.outputTimestamp>2025-01-15T07:57:23Z</project.build.outputTimestamp>
|
<project.build.outputTimestamp>2025-01-15T07:57:44Z</project.build.outputTimestamp>
|
||||||
|
|
||||||
<!-- Web dependencies -->
|
<!-- Web dependencies -->
|
||||||
<webjars-locator.version>1.0.1</webjars-locator.version>
|
<webjars-locator.version>1.0.1</webjars-locator.version>
|
||||||
|
|
Loading…
Reference in a new issue