mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +00:00
add buildspec.yml file
This commit is contained in:
parent
cfedd6ba06
commit
a7c769d821
2 changed files with 2 additions and 2 deletions
|
@ -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
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue