mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-09 21:18:28 -06:00
Change revision to 3.1.0-SNAPSHOT and add distro management
This changes the revision number to be correct, as well as add distribution management for discal core as this is the main API the bot uses for object handling and utilities
This commit is contained in:
13
core/pom.xml
13
core/pom.xml
@@ -15,6 +15,19 @@
|
||||
<artifactId>core</artifactId>
|
||||
<version>${revision}</version>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>nova-release-pub</id>
|
||||
<name>Releases</name>
|
||||
<url>https://repo.novafox161.com/repository/nova-release-pub/</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>nova-snapshots-pub</id>
|
||||
<name>Snapshots</name>
|
||||
<url>https://repo.novafox161.com/repository/nova-snapshots-pub/</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<dependencies>
|
||||
<!--Discord4J API-->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user