From a7c769d821b2fe7e6e34df428d6ff1c612ff2541 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 18 Aug 2023 22:48:13 -0400 Subject: [PATCH] add buildspec.yml file --- buildspec.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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