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 /target
_site/ _site/
.DS_Store .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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId> <groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId> <artifactId>kidclinic</artifactId>
<version>1.5.1</version> <version>mvp</version>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>