2019-12-01 21:16:52 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.geysermc</groupId>
|
|
|
|
<artifactId>geyser-parent</artifactId>
|
|
|
|
<version>parent</version>
|
|
|
|
<relativePath>../</relativePath>
|
|
|
|
</parent>
|
|
|
|
<artifactId>bootstrap-parent</artifactId>
|
2020-07-06 01:38:24 +00:00
|
|
|
<version>1.0.0</version>
|
2019-12-01 21:16:52 +00:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
<repositories>
|
|
|
|
<repository>
|
|
|
|
<id>spigot-public</id>
|
|
|
|
<url>https://hub.spigotmc.org/nexus/content/repositories/public/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>bukkit-public</id>
|
|
|
|
<url>https://repo.md-5.net/content/repositories/public/</url>
|
|
|
|
</repository>
|
|
|
|
<repository>
|
|
|
|
<id>sponge-repo</id>
|
|
|
|
<url>https://repo.spongepowered.org/maven</url>
|
|
|
|
</repository>
|
2019-12-01 22:52:07 +00:00
|
|
|
<repository>
|
|
|
|
<id>bungeecord-repo</id>
|
|
|
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
|
|
|
</repository>
|
2020-02-08 19:43:25 +00:00
|
|
|
<repository>
|
|
|
|
<id>velocity-repo</id>
|
|
|
|
<url>https://repo.velocitypowered.com/snapshots/</url>
|
|
|
|
</repository>
|
2019-12-01 21:16:52 +00:00
|
|
|
</repositories>
|
|
|
|
<modules>
|
2019-12-01 22:52:07 +00:00
|
|
|
<module>bungeecord</module>
|
2020-05-26 14:05:25 +00:00
|
|
|
<module>spigot</module>
|
2019-12-21 22:18:34 +00:00
|
|
|
<module>sponge</module>
|
2019-12-01 21:16:52 +00:00
|
|
|
<module>standalone</module>
|
2020-02-08 19:43:25 +00:00
|
|
|
<module>velocity</module>
|
2019-12-01 21:16:52 +00:00
|
|
|
</modules>
|
|
|
|
</project>
|