mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
[maven-release-plugin] prepare release myproj-1.2-SNAPSHOT
This commit is contained in:
parent
9d10a4aaac
commit
4768a03e94
1 changed files with 3 additions and 3 deletions
6
pom.xml
6
pom.xml
|
@ -3,7 +3,7 @@
|
||||||
<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>1.4p-SNAPSHOT</version>
|
<version>1.4p</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<connection>scm:git:https://github.com/KubaGrid/spring-petclinic.git</connection>
|
<connection>scm:git:https://github.com/KubaGrid/spring-petclinic.git</connection>
|
||||||
<developerConnection>scm:git:https://github.com/KubaGrid/spring-petclinic.git</developerConnection>
|
<developerConnection>scm:git:https://github.com/KubaGrid/spring-petclinic.git</developerConnection>
|
||||||
<url>https://github.com/KubaGrid/spring-petclinic</url>
|
<url>https://github.com/KubaGrid/spring-petclinic</url>
|
||||||
<tag>HEAD</tag>
|
<tag>myproj-1.2-SNAPSHOT</tag>
|
||||||
</scm>
|
</scm>
|
||||||
<properties>
|
<properties>
|
||||||
|
|
||||||
|
@ -25,7 +25,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>2024-07-10T09:57:20Z</project.build.outputTimestamp>
|
<project.build.outputTimestamp>2024-07-10T10:43:37Z</project.build.outputTimestamp>
|
||||||
|
|
||||||
<!-- Web dependencies -->
|
<!-- Web dependencies -->
|
||||||
<webjars-bootstrap.version>5.3.3</webjars-bootstrap.version>
|
<webjars-bootstrap.version>5.3.3</webjars-bootstrap.version>
|
||||||
|
|
Loading…
Reference in a new issue