mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
whatever
This commit is contained in:
parent
0962ed7e8f
commit
de865ab835
1 changed files with 9 additions and 0 deletions
9
pom.xml
9
pom.xml
|
@ -12,6 +12,10 @@
|
|||
</parent>
|
||||
<name>petclinic</name>
|
||||
|
||||
<scm>
|
||||
<developerConnection>scm:git@github.com:GasparAM/spring-petclinic.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
|
||||
<!-- Generic properties -->
|
||||
|
@ -116,6 +120,11 @@
|
|||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>3.0.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>io.spring.javaformat</groupId>
|
||||
<artifactId>spring-javaformat-maven-plugin</artifactId>
|
||||
|
|
Loading…
Reference in a new issue