2020-02-26 17:23:57 +01:00
|
|
|
<project>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2020-09-01 08:38:17 +02:00
|
|
|
<groupId>net.yatopia</groupId>
|
2020-08-03 18:48:42 +02:00
|
|
|
<artifactId>yatopia-parent</artifactId>
|
2020-02-26 17:23:57 +01:00
|
|
|
<version>dev-SNAPSHOT</version>
|
|
|
|
<packaging>pom</packaging>
|
2020-08-03 18:48:42 +02:00
|
|
|
<name>Yatopia (Parent)</name>
|
2020-02-26 17:23:57 +01:00
|
|
|
|
|
|
|
<modules>
|
2020-08-03 18:48:42 +02:00
|
|
|
<module>Yatopia-API</module>
|
|
|
|
<module>Yatopia-Server</module>
|
2020-02-26 17:23:57 +01:00
|
|
|
</modules>
|
2020-08-06 19:18:29 +02:00
|
|
|
|
|
|
|
<pluginRepositories>
|
|
|
|
<!-- CodeMC -->
|
|
|
|
<pluginRepository>
|
|
|
|
<id>codemc-repo</id>
|
|
|
|
<url>https://repo.codemc.io/repository/maven-public/</url>
|
|
|
|
</pluginRepository>
|
2020-09-01 08:38:17 +02:00
|
|
|
<!-- Ivan -->
|
|
|
|
<pluginRepository>
|
|
|
|
<id>ivan</id>
|
|
|
|
<url>https://repo.mrivanplays.com/repository/ivan/</url>
|
|
|
|
</pluginRepository>
|
2020-08-06 19:18:29 +02:00
|
|
|
</pluginRepositories>
|
|
|
|
|
2020-09-09 18:35:29 +02:00
|
|
|
<distributionManagement>
|
|
|
|
<repository>
|
|
|
|
<id>codemc-releases</id>
|
|
|
|
<url>https://repo.codemc.org/repository/maven-releases/</url>
|
|
|
|
</repository>
|
|
|
|
<snapshotRepository>
|
|
|
|
<id>codemc-snapshots</id>
|
|
|
|
<url>https://repo.codemc.org/repository/maven-snapshots/</url>
|
|
|
|
</snapshotRepository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
2020-08-06 19:18:29 +02:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2020-09-01 08:38:17 +02:00
|
|
|
<groupId>net.yatopia</groupId>
|
2020-08-06 19:18:29 +02:00
|
|
|
<artifactId>patchcredits</artifactId>
|
2020-09-01 08:38:17 +02:00
|
|
|
<version>0.0.2-SNAPSHOT</version>
|
2020-08-06 19:18:29 +02:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>update-credits</id>
|
|
|
|
<goals>
|
2020-09-01 08:38:17 +02:00
|
|
|
<goal>update</goal>
|
2020-08-06 19:18:29 +02:00
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2020-02-26 17:23:57 +01:00
|
|
|
</project>
|