Commit 9a07b1c3 by Jessica Hawkwell

Fixing repo URLs

1 parent 39e3fd24
Pipeline #75 passed
in 18 seconds
Showing with 2 additions and 2 deletions
...@@ -52,11 +52,11 @@ ...@@ -52,11 +52,11 @@
<distributionManagement> <distributionManagement>
<repository> <repository>
<id>internal</id> <id>internal</id>
<url>https://mvn.felinewith.me/internal/</url> <url>https://mvn.felinewith.me/repository/internal/</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>snapshots</id> <id>snapshots</id>
<url>https://mvn.felinewith.me/snapshots/</url> <url>https://mvn.felinewith.me/repository/snapshots/</url>
</snapshotRepository> </snapshotRepository>
<site> <site>
<id>stage</id> <id>stage</id>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!