Fully updated pom and removed .log files

This commit is contained in:
Sasank Vishnubhatla 2017-06-16 14:55:18 -04:00
parent d603c787e2
commit b6a9e326cc
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ target/*
/target
_site/
.DS_Store
.log

View file

@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId>
<version>1.5.1</version>
<artifactId>kidclinic</artifactId>
<version>mvp</version>
<parent>
<groupId>org.springframework.boot</groupId>