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