Skip to content

Commit

Permalink
Fix Vaadin confusion and let Travis to compile the project
Browse files Browse the repository at this point in the history
  • Loading branch information
elmot committed Feb 17, 2017
1 parent 065040d commit 86fbacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<maven.compiler.target>1.8</maven.compiler.target>

<!-- These are typically overridden with BOMs -->
<vaadin.version>8.0.0.rc1</vaadin.version>
<vaadin.version>8.0-SNAPSHOT</vaadin.version>
<spring.version>4.3.3.RELEASE</spring.version>
<spring.boot.version>1.4.1.RELEASE</spring.boot.version>

Expand Down
2 changes: 1 addition & 1 deletion vaadin-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-server</artifactId>
<version>8.0-SNAPSHOT</version>
<version>${vaadin.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 86fbacd

Please sign in to comment.