diff --git a/buildspec.yml b/buildspec.yml
index 8daf610e6..e1abfa73a 100644
--- a/buildspec.yml
+++ b/buildspec.yml
@@ -23,4 +23,4 @@ phases:
- docker push $REPOSITORY_URI/${REPO}:latest
artifacts:
files:
- - target/spring-petclinic-2.2.0.BUILD-SNAPSHOT.jar
\ No newline at end of file
+ - target/spring-petclinic-3.1.0.jar
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index ce92ea579..0e69ffb77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
org.springframework.samples
spring-petclinic
- 3.1.0-SNAPSHOT
+ 3.1.0
org.springframework.boot