Skip to content

Commit

Permalink
feature/IVYPORTAL-18028-High-Failure-to-use-HTTPS-or-SFTP-URL-in-Mave…
Browse files Browse the repository at this point in the history
…n-artifact-upload-download-Two-occurrences-12

- Update URL with HTTPS in maven download/upload
  • Loading branch information
lmluat-axonivy committed Dec 13, 2024
1 parent 8732522 commit 52d7510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AxonIvyPortal/portal-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</releases>
<name>Axonivy Repo</name>
<id>release-repo</id>
<url>http://repo.axonivy.com/artifactory/libs-release/</url>
<url>https://repo.axonivy.com/artifactory/libs-release/</url>
<layout>default</layout>
</repository>
<repository>
Expand All @@ -35,7 +35,7 @@
</snapshots>
<name>Axonivy Repo</name>
<id>snapshots-repo</id>
<url>http://repo.axonivy.com/artifactory/libs-snapshot/</url>
<url>https://repo.axonivy.com/artifactory/libs-snapshot/</url>
<layout>default</layout>
</repository>
</repositories>
Expand Down

0 comments on commit 52d7510

Please sign in to comment.