diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2025-12-08 20:26:12 -0500 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2025-12-08 20:26:12 -0500 |
| commit | 2780ed4edf159ad589722e42d62f7ab866ac5444 (patch) | |
| tree | c6f234bdff6e4ebd322580f8470b6cd827e815aa /pom.xml | |
| parent | 7ebce8e14ff7afcf815a0211cbe2975157abf5df (diff) | |
| parent | d79a0693ba45cfe120f60dc495bd7b615b91a7ee (diff) | |
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -257,19 +257,19 @@ <snapshotRepository> <id>ashardalon</id> <name>Ashardalon Snapshots</name> - <url>http://ashardalon.com:8080/snapshots</url> + <url>https://repo.ashardalon.com/snapshots</url> </snapshotRepository> <repository> <id>ashardalon</id> <name>Ashardalon Releases</name> - <url>http://ashardalon.com:8080/releases</url> + <url>https://repo.ashardalon.com/releases</url> </repository> </distributionManagement> <repositories> <repository> <id>ashardalon-forge</id> <name>Ashardalon Forge</name> - <url>http://ashardalon.com:8080/</url> + <url>https://repo.ashardalon.com</url> <releases> <enabled>true</enabled> </releases> |
