|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 4 | <modelVersion>4.0.0</modelVersion> |
4 | | - <groupId>TelegramChat</groupId> |
5 | | - <artifactId>TelegramChat</artifactId> |
6 | | - <version>1.0.16</version> |
| 5 | + <groupId>xyz.spaceio</groupId> |
| 6 | + <artifactId>telegramchat</artifactId> |
| 7 | + <version>1.0.16-SNAPSHOT</version> |
7 | 8 | <name>TelegramChat</name> |
8 | 9 | <url>https://www.spigotmc.org/resources/telegramchat.16576/</url> |
9 | | - |
| 10 | + |
10 | 11 | <properties> |
11 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
12 | 13 | </properties> |
13 | | - |
| 14 | + |
14 | 15 | <repositories> |
| 16 | + <repository> |
| 17 | + <id>spaceio-repo</id> |
| 18 | + <url>https://repo.spaceio.xyz/repository/maven-public/</url> |
| 19 | + </repository> |
15 | 20 | <repository> |
16 | 21 | <id>spigot-repo</id> |
17 | 22 | <url>https://hub.spigotmc.org/nexus/content/groups/public/</url> |
18 | 23 | </repository> |
19 | | - <repository> |
20 | | - <id>jitpack.io</id> |
21 | | - <url>https://jitpack.io</url> |
22 | | - </repository> |
| 24 | + <repository> |
| 25 | + <id>jitpack.io</id> |
| 26 | + <url>https://jitpack.io</url> |
| 27 | + </repository> |
23 | 28 | </repositories> |
24 | | - |
| 29 | + |
25 | 30 | <dependencies> |
26 | 31 | <dependency> |
27 | 32 | <groupId>org.bukkit</groupId> |
28 | 33 | <artifactId>craftbukkit</artifactId> |
29 | 34 | <version>1.12.2-R0.1-SNAPSHOT</version> |
30 | 35 | <scope>provided</scope> |
31 | 36 | </dependency> |
32 | | - <dependency> |
33 | | - <groupId>com.github.MilkBowl</groupId> |
34 | | - <artifactId>VaultAPI</artifactId> |
35 | | - <version>1.7</version> |
36 | | - <scope>provided</scope> |
37 | | - </dependency> |
| 37 | + <dependency> |
| 38 | + <groupId>com.github.MilkBowl</groupId> |
| 39 | + <artifactId>VaultAPI</artifactId> |
| 40 | + <version>1.7</version> |
| 41 | + <scope>provided</scope> |
| 42 | + </dependency> |
38 | 43 | </dependencies> |
| 44 | + <distributionManagement> |
| 45 | + <snapshotRepository> |
| 46 | + <id>spaceio-snapshots</id> |
| 47 | + <name>snapshots</name> |
| 48 | + <url>https://repo.spaceio.xyz/repository/maven-snapshots/</url> |
| 49 | + </snapshotRepository> |
| 50 | + <repository> |
| 51 | + <id>spaceio-releases</id> |
| 52 | + <name>releases</name> |
| 53 | + <url>https://repo.spaceio.xyz/repository/maven-releases/</url> |
| 54 | + </repository> |
| 55 | + </distributionManagement> |
39 | 56 | <build> |
40 | 57 | <!-- Uses the properties in this file for plugin.yml and config.yml --> |
41 | 58 | <resources> |
|
0 commit comments