Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

[SECURITY] Use HTTPS to resolve dependencies in Maven Build #287

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 52n-wps-ags/52n-wps-ags-workspace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<repository>
<id>n52-releases</id>
<name>52n Releases</name>
<url>http://52north.org/maven/repo/releases</url>
<url>https://52north.org/maven/repo/releases</url>
</repository>
</repositories>

Expand Down
2 changes: 1 addition & 1 deletion 52n-wps-grass/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<repositories>
<repository>
<id>wso2-maven2-repository</id>
<url>http://dist.wso2.org/maven2</url>
<url>https://dist.wso2.org/maven2</url>
</repository>
</repositories>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion 52n-wps-io-geotools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<repository>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
<url>https://download.osgeo.org/webdav/geotools/</url>
</repository>
</repositories>
<build>
Expand Down
2 changes: 1 addition & 1 deletion 52n-wps-io-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<repository>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
<url>https://download.osgeo.org/webdav/geotools/</url>
</repository>
</repositories>
<build>
Expand Down
2 changes: 1 addition & 1 deletion 52n-wps-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<repository>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
<url>https://download.osgeo.org/webdav/geotools/</url>
</repository>
</repositories>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
<repository>
<id>Apache</id>
<name>Apache repository</name>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>n52-releases</id>
<name>52n Releases</name>
<url>http://52north.org/maven/repo/releases</url>
<url>https://52north.org/maven/repo/releases</url>
<releases>
<enabled>true</enabled>
</releases>
Expand All @@ -54,7 +54,7 @@
<repository>
<id>geotools</id>
<name>Geotools Repo</name>
<url>http://download.osgeo.org/webdav/geotools</url>
<url>https://download.osgeo.org/webdav/geotools</url>
<releases>
<enabled>true</enabled>
</releases>
Expand Down