mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Fixed merge conflict post maven release
This commit is contained in:
commit
e4df4d21f3
1 changed files with 5 additions and 1 deletions
6
pom.xml
6
pom.xml
|
@ -4,7 +4,11 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.samples</groupId>
|
||||
<artifactId>spring-petclinic</artifactId>
|
||||
<<<<<<< HEAD
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
=======
|
||||
<version>1.0.0</version>
|
||||
>>>>>>> 01e0e14dae2ef7bb46e5b5e506c7d0f593a06725
|
||||
|
||||
<name>petclinic</name>
|
||||
<packaging>war</packaging>
|
||||
|
@ -48,7 +52,7 @@
|
|||
|
||||
<scm>
|
||||
<developerConnection>scm:git:https://github.com/liatrio/spring-petclinic/</developerConnection>
|
||||
<tag>HEAD</tag>
|
||||
<tag>spring-petclinic-1.0.0</tag>
|
||||
</scm>
|
||||
|
||||
<dependencyManagement>
|
||||
|
|
Loading…
Reference in a new issue