Fix SCM to use HTTPS instead of SSH

This commit is contained in:
Anna Ishkhanyan 2025-12-22 02:08:23 +04:00
parent 4193699f72
commit 997c04c60f

12
pom.xml
View file

@ -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>