Skip to content

Commit

Permalink
Updated Maven repository URLs that broke due to the repository transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen authored and christen90 committed Aug 2, 2023
1 parent 0a80084 commit f11146f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion portfolio-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<repository>
<id>portfolio-jre</id>
<layout>p2</layout>
<url>https://www.portfolio-performance.info/bundled-jre/17.0.5</url>
<url>http://portfolio-performance.github.io/bundled-jre/17.0.5</url>
</repository>
</repositories>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<repositories>
<repository>
<id>portfolio-non-maven-dependencies</id>
<url>https://www.portfolio-performance.info/maven-repo/</url>
<url>https://portfolio-performance.github.io/portfolio-maven-repo/</url>
</repository>
</repositories>
</location>
Expand All @@ -134,7 +134,7 @@
<repositories>
<repository>
<id>portfolio-non-maven-dependencies</id>
<url>https://www.portfolio-performance.info/maven-repo/</url>
<url>https://portfolio-performance.github.io/portfolio-maven-repo/</url>
</repository>
</repositories>
</location>
Expand Down

0 comments on commit f11146f

Please sign in to comment.