Add SCM configuration

This commit is contained in:
Anna Ishkhanyan 2025-12-22 02:04:28 +04:00
parent 3e1ce239f4
commit 9a13d9e9b4

View file

@ -39,6 +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>HEAD</tag>
</scm>
<dependencies>
<!-- Spring and Spring Boot dependencies -->