Skip to content

Commit

Permalink
Use latest upload version (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneToIgnore authored Oct 25, 2018
1 parent 4d0e88c commit 59c1ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vaadin-spring-tests/test-spring-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<skipTests>true</skipTests>
<vaadin.upload.version>1.1.0</vaadin.upload.version>
</properties>

<dependencies>
Expand All @@ -37,7 +38,7 @@
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>vaadin-upload-flow</artifactId>
<version>${vaadin.flow.version}</version>
<version>${vaadin.upload.version}</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 59c1ee8

Please sign in to comment.