mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +00:00
Added maven release plugin information to pom
This commit is contained in:
parent
fad8750b08
commit
46a05dd036
1 changed files with 9 additions and 0 deletions
9
pom.xml
9
pom.xml
|
@ -46,6 +46,10 @@
|
|||
|
||||
</properties>
|
||||
|
||||
<scm>
|
||||
<developerConnection>scm:git:https://github.com/liatrio/spring-petclinic/</developerConnection>
|
||||
</scm>
|
||||
|
||||
<dependencyManagement>
|
||||
<!-- Import the maven Spring IO Platform Bill Of Materials (BOM) -->
|
||||
<dependencies>
|
||||
|
@ -389,6 +393,11 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>2.5.3</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<reporting>
|
||||
|
|
Loading…
Reference in a new issue