Commit 130d4c12 by Jessica Hawkwell

Fixing repo URLs

1 parent d316c656
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!