Fix SCM to use HTTPS instead of SSH

This commit is contained in:
Anna Ishkhanyan 2025-12-22 02:07:19 +04:00
parent 57310a61e4
commit 4193699f72

13
pom.xml
View file

@ -39,13 +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:git@github.com:anna-ishkhanyan/spring-petclinic.git</developerConnection>
<url>https://github.com/anna-ishkhanyan/spring-petclinic</url>
<tag>release-5.0.0</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>