summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorBenjamin Culkin <scorpress@gmail.com>2025-12-08 20:26:12 -0500
committerBenjamin Culkin <scorpress@gmail.com>2025-12-08 20:26:12 -0500
commit2780ed4edf159ad589722e42d62f7ab866ac5444 (patch)
treec6f234bdff6e4ebd322580f8470b6cd827e815aa /pom.xml
parent7ebce8e14ff7afcf815a0211cbe2975157abf5df (diff)
parentd79a0693ba45cfe120f60dc495bd7b615b91a7ee (diff)
Merge branch 'trunk' of git@ashardalon.com:esodata.git into trunkHEADtrunk
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b46be38..bd0adb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>