Skip to content

Commit

Permalink
Update to V11 final (#654)
Browse files Browse the repository at this point in the history
* Update to V11 final
* Add more branches to travis configuration
  • Loading branch information
alvarezguille authored and DiegoCardoso committed Sep 6, 2018
1 parent e221379 commit c1f8db1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ deploy:
branches:
only:
- master
- /^platform-\d{2}$/
cache:
directories:
- $HOME/.m2
Expand All @@ -42,4 +43,4 @@ cache:
before_cache:
# remove all build artifacts
- rm -rf $HOME/.m2/repository/com/vaadin/starter/bakery


2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<failOnMissingWebXml>false</failOnMissingWebXml>
<!-- Dependencies -->
<vaadin.version>11.0.0.beta3</vaadin.version>
<vaadin.version>11.0.0</vaadin.version>

<failOnMissingWebXml>false</failOnMissingWebXml>
<!-- Overrides the old version specified by the Spring Boot parent -->
Expand Down

0 comments on commit c1f8db1

Please sign in to comment.