mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +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>
|
</properties>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<developerConnection>scm:git:https://github.com/liatrio/spring-petclinic/</developerConnection>
|
||||||
|
</scm>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<!-- Import the maven Spring IO Platform Bill Of Materials (BOM) -->
|
<!-- Import the maven Spring IO Platform Bill Of Materials (BOM) -->
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -389,6 +393,11 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
|
<version>2.5.3</version>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<reporting>
|
<reporting>
|
||||||
|
|
Loading…
Reference in a new issue