mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Added SCM section in pom.xml
This commit is contained in:
parent
3eab1f635c
commit
b1045e2b62
1 changed files with 4 additions and 2 deletions
6
pom.xml
6
pom.xml
|
@ -5,8 +5,10 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.samples</groupId>
|
||||
<artifactId>spring-petclinic</artifactId>
|
||||
<version>3.0.0</version>
|
||||
|
||||
<version>3.0.0-SNAPSHOT</version>
|
||||
<scm>
|
||||
<developerConnection>scm:git:https://github.com/omarxgrid/spring-petclinic.git</developerConnection>
|
||||
</scm>
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
|
|
Loading…
Reference in a new issue