mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:25:50 +00:00
[revert] invalid connection url
This commit is contained in:
parent
cd28849425
commit
9e8ed41256
1 changed files with 2 additions and 3 deletions
5
pom.xml
5
pom.xml
|
@ -11,13 +11,12 @@
|
|||
|
||||
|
||||
<scm>
|
||||
<developerConnection>scm:git:https://github.com/obrenovicm/spring-petclinic.git</developerConnection>
|
||||
<tag>spring-petclinic-4.0.1</tag>
|
||||
<developerConnection>scm:git:git@github.com:obrenovicm/spring-petclinic.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<groupId>org.springframework.samples</groupId>
|
||||
<artifactId>spring-petclinic</artifactId>
|
||||
<version>4.0.1</version>
|
||||
<version>3.4.0-SNAPSHOT</version>
|
||||
|
||||
<name>petclinic</name>
|
||||
|
||||
|
|
Loading…
Reference in a new issue