mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 23:05:49 +00:00
Modify pom
This commit is contained in:
parent
7be682f90c
commit
07d6605a4e
1 changed files with 10 additions and 11 deletions
21
pom.xml
21
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>4.0-SNAPSHOT</version>
|
<version>4.1-SNAPSHOT</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
@ -11,19 +11,18 @@
|
||||||
<version>3.3.0</version>
|
<version>3.3.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
<name>petclinic</name>
|
<name>petclinic</name>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<developerConnection>scm:git:https://github.com/KubaGrid/spring-petclinic.git</developerConnection>
|
||||||
|
</scm>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>dev</id>
|
<id>nexus</id>
|
||||||
<name>local</name>
|
<url>http://localhost:8081/repository/maven-proxy-repo/</url>
|
||||||
<url>file://${user.home}/.m2/repository</url>
|
|
||||||
</repository>
|
</repository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
<scm>
|
|
||||||
<connection>scm:git:https://github.com/KubaGrid/spring-petclinic.git</connection>
|
|
||||||
<developerConnection>scm:git:https://github.com/KubaGrid/spring-petclinic.git</developerConnection>
|
|
||||||
<url>https://github.com/KubaGrid/spring-petclinic</url>
|
|
||||||
<tag>HEAD</tag>
|
|
||||||
</scm>
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
||||||
<!-- Generic properties -->
|
<!-- Generic properties -->
|
||||||
|
@ -31,7 +30,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-10T10:43:56Z</project.build.outputTimestamp>
|
<project.build.outputTimestamp>2024-07-15T09:11:57Z</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