Use snapshot version for demo

This commit is contained in:
Sebastian Sdorra 2017-09-27 08:37:58 +02:00
parent f24fb87c1e
commit d55ae63656
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View file

@ -39,7 +39,7 @@ node {
} }
stage('Deploy Application') { stage('Deploy Application') {
// ansible sh "ansible-playbook playbook.yaml"
} }
} }

View file

@ -5,7 +5,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>1.5.1</version> <version>1.5.2-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>