mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:45:50 +00:00
release: pom.xml release plugin
This commit is contained in:
parent
668629d5bd
commit
4b3c64172d
1 changed files with 9 additions and 0 deletions
9
pom.xml
9
pom.xml
|
@ -13,6 +13,10 @@
|
|||
<artifactId>spring-petclinic</artifactId>
|
||||
<version>3.3.0-SNAPSHOT</version>
|
||||
|
||||
<scm>
|
||||
<developerConnection>scm:git:https://github.com/idvylyuk/spring-petclinic.git</developerConnection>
|
||||
</scm>
|
||||
|
||||
<name>petclinic</name>
|
||||
|
||||
<properties>
|
||||
|
@ -144,6 +148,11 @@
|
|||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>3.1.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-enforcer-plugin</artifactId>
|
||||
|
|
Loading…
Reference in a new issue