mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
[maven-release-plugin] prepare for next development iteration
This commit is contained in:
parent
eec9d84257
commit
be107e6346
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<groupId>org.springframework.samples</groupId>
|
<groupId>org.springframework.samples</groupId>
|
||||||
<artifactId>spring-petclinic</artifactId>
|
<artifactId>spring-petclinic</artifactId>
|
||||||
<version>4.0.1</version>
|
<version>4.0.2-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>petclinic</name>
|
<name>petclinic</name>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
<connection>scm:git:https://github.com/Memogoz/spring-petclinic.git</connection>
|
<connection>scm:git:https://github.com/Memogoz/spring-petclinic.git</connection>
|
||||||
<developerConnection>scm:git:ssh://git@github.com/Memogoz/spring-petclinic.git</developerConnection>
|
<developerConnection>scm:git:ssh://git@github.com/Memogoz/spring-petclinic.git</developerConnection>
|
||||||
<url>https://github.com/Memogoz/spring-petclinic</url>
|
<url>https://github.com/Memogoz/spring-petclinic</url>
|
||||||
<tag>spring-petclinic-4.0.1</tag> <!-- Or your current branch/tag -->
|
<tag>HEAD</tag> <!-- Or your current branch/tag -->
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
@ -30,7 +30,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-05-23T17:28:07Z</project.build.outputTimestamp>
|
<project.build.outputTimestamp>2025-05-23T17:29:10Z</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