Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Enable vaadin-prerelease for snapshot (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed Apr 30, 2020
1 parent 8cfbac9 commit 66f8d43
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@

<repositories>
<repository>
<id>vaadin-snapshots</id>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<id>vaadin-prereleases</id>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

Expand Down

0 comments on commit 66f8d43

Please sign in to comment.