update minor version
This commit is contained in:
parent
fda86cc69e
commit
72b48d2666
12
pom.xml
12
pom.xml
@ -4,7 +4,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>xyz.spaceio</groupId>
|
<groupId>xyz.spaceio</groupId>
|
||||||
<artifactId>telegramchat</artifactId>
|
<artifactId>telegramchat</artifactId>
|
||||||
<version>1.0.17-SNAPSHOT</version>
|
<version>1.0.18-SNAPSHOT</version>
|
||||||
<name>TelegramChat</name>
|
<name>TelegramChat</name>
|
||||||
<url>https://www.spigotmc.org/resources/telegramchat.16576/</url>
|
<url>https://www.spigotmc.org/resources/telegramchat.16576/</url>
|
||||||
|
|
||||||
@ -51,16 +51,16 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<snapshotRepository>
|
|
||||||
<id>spaceio-snapshots</id>
|
|
||||||
<name>snapshots</name>
|
|
||||||
<url>https://repo.spaceio.xyz/repository/maven-snapshots/</url>
|
|
||||||
</snapshotRepository>
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>spaceio-releases</id>
|
<id>spaceio-releases</id>
|
||||||
<name>releases</name>
|
<name>releases</name>
|
||||||
<url>https://repo.spaceio.xyz/repository/maven-releases/</url>
|
<url>https://repo.spaceio.xyz/repository/maven-releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>spaceio-snapshots</id>
|
||||||
|
<name>snapshots</name>
|
||||||
|
<url>https://repo.spaceio.xyz/repository/maven-snapshots/</url>
|
||||||
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
<build>
|
<build>
|
||||||
<!-- Uses the properties in this file for plugin.yml and config.yml -->
|
<!-- Uses the properties in this file for plugin.yml and config.yml -->
|
||||||
|
Loading…
Reference in New Issue
Block a user