Added SCM section in pom.xml

This commit is contained in:
Omar Peart 2023-11-29 23:41:58 -05:00
parent 3eab1f635c
commit b1045e2b62

View file

@ -5,8 +5,10 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId> <artifactId>spring-petclinic</artifactId>
<version>3.0.0</version> <version>3.0.0-SNAPSHOT</version>
<scm>
<developerConnection>scm:git:https://github.com/omarxgrid/spring-petclinic.git</developerConnection>
</scm>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>