Skip to content

Commit

Permalink
add deploy to maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokkonaut committed Aug 16, 2018
1 parent 680703a commit 38f4527
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -87,14 +87,14 @@
</dependencies>
<distributionManagement>
<repository>
<id>cyberiantiger.repo</id>
<name>CyberianTiger Maven Repository</name>
<url>dav:http://cyberiantiger.org/maven</url>
<id>nexus</id>
<name>Releases</name>
<url>https://www.iani.de/nexus/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>cyberiantiger.repo</id>
<name>CyberianTiger Maven Repository</name>
<url>dav:http://cyberiantiger.org/maven</url>
<id>nexus</id>
<name>Snapshot</name>
<url>https://www.iani.de/nexus/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit 38f4527

Please sign in to comment.