Skip to content

Commit dc4084c

Browse files
mbartoofftherailz
authored andcommitted
Fixes #2669: use https version of geosolutions maven repo (#3182)
1 parent 70ee3b9 commit dc4084c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

project/custom/templates/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
<repository>
232232
<id>geosolutions</id>
233233
<name>GeoSolutions Repository</name>
234-
<url>http://maven.geo-solutions.it</url>
234+
<url>https://maven.geo-solutions.it</url>
235235
<snapshots>
236236
<enabled>true</enabled>
237237
</snapshots>

project/standard/templates/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@
430430
<repository>
431431
<id>geosolutions</id>
432432
<name>GeoSolutions Repository</name>
433-
<url>http://maven.geo-solutions.it</url>
433+
<url>https://maven.geo-solutions.it</url>
434434
<snapshots>
435435
<enabled>true</enabled>
436436
</snapshots>

web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@
455455
<repository>
456456
<id>geosolutions</id>
457457
<name>GeoSolutions Repository</name>
458-
<url>http://maven.geo-solutions.it</url>
458+
<url>https://maven.geo-solutions.it</url>
459459
<snapshots>
460460
<enabled>true</enabled>
461461
</snapshots>

0 commit comments

Comments
 (0)