Skip to content

Commit

Permalink
Use https for Maven repositories (vaadin#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro authored and Denis committed Jul 30, 2019
1 parent 6f82be1 commit 1bf9dab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<snapshotRepository>
<id>vaadin-snapshots</id>
<name>Vaadin snapshot repository</name>
<url>http://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
<url>https://oss.sonatype.org/content/repositories/vaadin-snapshots/</url>
</snapshotRepository>
</distributionManagement>

Expand All @@ -180,7 +180,7 @@
</repository>
<repository>
<id>vaadin-prereleases</id>
<url>http://maven.vaadin.com/vaadin-prereleases</url>
<url>https://maven.vaadin.com/vaadin-prereleases</url>
</repository>
</repositories>

Expand Down

0 comments on commit 1bf9dab

Please sign in to comment.