Update pom.xml

This commit is contained in:
Memogoz 2025-05-22 16:19:43 -06:00
parent 3a931080d4
commit 1b2ddf0c5e

14
pom.xml
View file

@ -15,6 +15,13 @@
<name>petclinic</name>
<scm>
<connection>scm:git:https://github.com/Memogoz/spring-petclinic.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Memogoz/spring-petclinic.git</developerConnection>
<url>https://github.com/Memogoz/spring-petclinic</url>
<tag>HEAD</tag> <!-- Or your current branch/tag -->
</scm>
<properties>
<!-- Generic properties -->
@ -287,6 +294,13 @@
<artifactId>cyclonedx-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<!-- Version is often managed by the Spring Boot parent -->
<!-- You can specify <version>3.0.1</version> or similar if not managed -->
</plugin>
</plugins>
</build>
<licenses>