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:
NovaFox161
2020-03-28 14:45:07 -05:00
parent 1a0b1c1d01
commit d427908d3b
2 changed files with 14 additions and 1 deletions

View File

@@ -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>

View File

@@ -27,7 +27,7 @@
<google.client-api.version>1.28.0</google.client-api.version>
<revision>3.0.0-SNAPSHOT</revision>
<revision>3.1.0-SNAPSHOT</revision>
</properties>
<groupId>org.dreamexposure</groupId>