mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-02-05 05:41:11 +00:00
Fix SCM to use HTTPS instead of SSH
This commit is contained in:
parent
4193699f72
commit
997c04c60f
1 changed files with 6 additions and 6 deletions
12
pom.xml
12
pom.xml
|
|
@ -39,12 +39,12 @@
|
|||
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/anna-ishkhanyan/spring-petclinic.git</connection>
|
||||
<developerConnection>scm:git:https://github.com/anna-ishkhanyan/spring-petclinic.git</developerConnection>
|
||||
<url>https://github.com/anna-ishkhanyan/spring-petclinic</url>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/anna-ishkhanyan/spring-petclinic.git</connection>
|
||||
<developerConnection>scm:git:https://github.com/anna-ishkhanyan/spring-petclinic.git</developerConnection>
|
||||
<url>https://github.com/anna-ishkhanyan/spring-petclinic</url>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<!-- Spring and Spring Boot dependencies -->
|
||||
<dependency>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue