Skip to content

Commit eba7bba

Browse files
committed
add repo.spaceio.xyz to distribution managment
1 parent 8fda59f commit eba7bba

1 file changed

Lines changed: 34 additions & 17 deletions

File tree

pom.xml

Lines changed: 34 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,58 @@
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"
23
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<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>
78
<name>TelegramChat</name>
89
<url>https://www.spigotmc.org/resources/telegramchat.16576/</url>
9-
10+
1011
<properties>
1112
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1213
</properties>
13-
14+
1415
<repositories>
16+
<repository>
17+
<id>spaceio-repo</id>
18+
<url>https://repo.spaceio.xyz/repository/maven-public/</url>
19+
</repository>
1520
<repository>
1621
<id>spigot-repo</id>
1722
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
1823
</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>
2328
</repositories>
24-
29+
2530
<dependencies>
2631
<dependency>
2732
<groupId>org.bukkit</groupId>
2833
<artifactId>craftbukkit</artifactId>
2934
<version>1.12.2-R0.1-SNAPSHOT</version>
3035
<scope>provided</scope>
3136
</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>
3843
</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>
3956
<build>
4057
<!-- Uses the properties in this file for plugin.yml and config.yml -->
4158
<resources>

0 commit comments

Comments
 (0)