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 (#1298)

- Use HTTPS URL in maven artifact download
  • Loading branch information
lmluat-axonivy authored Dec 13, 2024
1 parent e2e2645 commit 955e9b9
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 955e9b9

Please sign in to comment.