Commit 545b0518 by Jessica Hawkwell

Merge branch 'develop' into 'master'

Adding stuff to distributionManagement

See merge request !5
2 parents 55e769ea 39e3fd24
Pipeline #74 failed
in 13 seconds
Showing with 8 additions and 0 deletions
...@@ -50,6 +50,14 @@ ...@@ -50,6 +50,14 @@
</build> </build>
<distributionManagement> <distributionManagement>
<repository>
<id>internal</id>
<url>https://mvn.felinewith.me/internal/</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<url>https://mvn.felinewith.me/snapshots/</url>
</snapshotRepository>
<site> <site>
<id>stage</id> <id>stage</id>
<url>https://ladyserenakitty.felinewith.me/candle-pos/</url> <url>https://ladyserenakitty.felinewith.me/candle-pos/</url>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!