Skip to content

Commit 3f3259b

Browse files
authored
Use https for Maven repositories
replace the usage in profiles See vaadin/platform#766
1 parent 58c40a5 commit 3f3259b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<repositories>
139139
<repository>
140140
<id>vaadin-prereleases</id>
141-
<url>http://maven.vaadin.com/vaadin-prereleases</url>
141+
<url>https://maven.vaadin.com/vaadin-prereleases</url>
142142
</repository>
143143
<repository>
144144
<id>vaadin-snapshots</id>
@@ -154,7 +154,7 @@
154154
<pluginRepositories>
155155
<pluginRepository>
156156
<id>vaadin-prereleases</id>
157-
<url>http://maven.vaadin.com/vaadin-prereleases</url>
157+
<url>https://maven.vaadin.com/vaadin-prereleases</url>
158158
</pluginRepository>
159159
<pluginRepository>
160160
<id>vaadin-snapshots</id>

0 commit comments

Comments
 (0)