Skip to content

Commit

Permalink
Update to latest Boot and add some gitignores
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Mar 11, 2019
1 parent 827dc12 commit 91fa971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ target/*
.settings/*
.classpath
.project
.factorypath
.attach_pid*
.idea
*.iml
/target
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.2.RELEASE</version>
<version>2.1.3.RELEASE</version>
</parent>
<name>petclinic</name>

Expand Down

0 comments on commit 91fa971

Please sign in to comment.