mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:25:49 +00:00
Update pom.xml
This commit is contained in:
parent
3a931080d4
commit
1b2ddf0c5e
1 changed files with 14 additions and 0 deletions
14
pom.xml
14
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue