diff --git a/pom.xml b/pom.xml index 7ec264dec..504e97c35 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 7.0.59 - 3.2.0 + 2.2.0 1.3 diff --git a/readme.md b/readme.md index 8c84871da..f5cd48300 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ ## Running petclinic locally ``` - git clone https://github.com/spring-projects/spring-petclinic.git + git clone https://github.com/karlhenselin/spring-petclinic.git mvn tomcat7:run ```