Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
[ci skip] bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHlt committed Nov 22, 2016
1 parent ae9a4cc commit adcf205
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ after_success:
- bin/push-report
- mvn -B clean install -DskipTests=true
- mkdir -p db-dumper-service/target
- cp target/db-dumper-service-1.3.0.war db-dumper-service/target
- cp target/db-dumper-service-1.3.1.war db-dumper-service/target
- cp manifest.yml db-dumper-service/
- zip -r db-dumper-service ./db-dumper-service/*
deploy:
Expand Down
2 changes: 1 addition & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: db-dumper-service
memory: 1G
instances: 2 # db-dumper-service handle n instances
path: ./target/db-dumper-service-1.3.0.war
path: ./target/db-dumper-service-1.3.1.war
host: db-dumper-service
timeout: 180
env:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.orange.clara.cloud</groupId>
<name>db-dumper-service</name>
<artifactId>db-dumper-service</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
<description>A Cloud Foundry service broker to dump and restore database on demand</description>
<url>https://github.com/Orange-OpenSource/</url>
<organization>
Expand Down

0 comments on commit adcf205

Please sign in to comment.