mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +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
|
- docker push $REPOSITORY_URI/${REPO}:latest
|
||||||
artifacts:
|
artifacts:
|
||||||
files:
|
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>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.samples</groupId>
|
<groupId>org.springframework.samples</groupId>
|
||||||
<artifactId>spring-petclinic</artifactId>
|
<artifactId>spring-petclinic</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|
Loading…
Reference in a new issue