update minor version

This commit is contained in:
MasterCake 2022-02-08 18:46:10 +01:00
parent fda86cc69e
commit 72b48d2666
1 changed files with 6 additions and 6 deletions

12
pom.xml
View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>xyz.spaceio</groupId>
<artifactId>telegramchat</artifactId>
<version>1.0.17-SNAPSHOT</version>
<version>1.0.18-SNAPSHOT</version>
<name>TelegramChat</name>
<url>https://www.spigotmc.org/resources/telegramchat.16576/</url>
@ -51,16 +51,16 @@
</dependency>
</dependencies>
<distributionManagement>
<snapshotRepository>
<id>spaceio-snapshots</id>
<name>snapshots</name>
<url>https://repo.spaceio.xyz/repository/maven-snapshots/</url>
</snapshotRepository>
<repository>
<id>spaceio-releases</id>
<name>releases</name>
<url>https://repo.spaceio.xyz/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>spaceio-snapshots</id>
<name>snapshots</name>
<url>https://repo.spaceio.xyz/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<build>
<!-- Uses the properties in this file for plugin.yml and config.yml -->