add buildspec.yml file

This commit is contained in:
unknown 2023-08-18 22:48:13 -04:00
parent cfedd6ba06
commit a7c769d821
2 changed files with 2 additions and 2 deletions

View file

@ -23,4 +23,4 @@ phases:
- docker push $REPOSITORY_URI/${REPO}:latest
artifacts:
files:
- target/spring-petclinic-2.2.0.BUILD-SNAPSHOT.jar
- target/spring-petclinic-3.1.0.jar

View file

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<parent>
<groupId>org.springframework.boot</groupId>