Added maven release plugin information to pom

This commit is contained in:
Justin Bankes 2016-07-14 22:59:45 -07:00
parent fad8750b08
commit 46a05dd036

View file

@ -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>