|
|
|
@ -2,18 +2,18 @@ |
|
|
|
|
<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> |
|
|
|
|
|
|
|
|
|
<groupId>dev.openrs2</groupId> |
|
|
|
|
<groupId>org.openrs2</groupId> |
|
|
|
|
<artifactId>openrs2-parent</artifactId> |
|
|
|
|
<version>1.0.12-SNAPSHOT</version> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
|
|
|
|
|
<name>OpenRS2 Parent</name> |
|
|
|
|
<description>Parent POM for all OpenRS2 projects.</description> |
|
|
|
|
<url>https://www.openrs2.dev/</url> |
|
|
|
|
<url>https://www.openrs2.org/</url> |
|
|
|
|
<inceptionYear>2019</inceptionYear> |
|
|
|
|
<organization> |
|
|
|
|
<name>OpenRS2 Authors</name> |
|
|
|
|
<url>https://www.openrs2.dev/</url> |
|
|
|
|
<url>https://www.openrs2.org/</url> |
|
|
|
|
</organization> |
|
|
|
|
<licenses> |
|
|
|
|
<license> |
|
|
|
@ -23,29 +23,29 @@ |
|
|
|
|
</licenses> |
|
|
|
|
|
|
|
|
|
<scm> |
|
|
|
|
<connection>scm:git:https://git.openrs2.dev/openrs2/openrs2-parent.git</connection> |
|
|
|
|
<developerConnection>scm:git:git@git.openrs2.dev:openrs2/openrs2-parent.git</developerConnection> |
|
|
|
|
<url>https://git.openrs2.dev/openrs2/openrs2-parent</url> |
|
|
|
|
<connection>scm:git:https://git.openrs2.org/openrs2/openrs2-parent.git</connection> |
|
|
|
|
<developerConnection>scm:git:git@git.openrs2.org:openrs2/openrs2-parent.git</developerConnection> |
|
|
|
|
<url>https://git.openrs2.org/openrs2/openrs2-parent</url> |
|
|
|
|
<tag>HEAD</tag> |
|
|
|
|
</scm> |
|
|
|
|
<issueManagement> |
|
|
|
|
<system>Gitea</system> |
|
|
|
|
<url>https://git.openrs2.dev/openrs2/openrs2-parent/issues</url> |
|
|
|
|
<url>https://git.openrs2.org/openrs2/openrs2-parent/issues</url> |
|
|
|
|
</issueManagement> |
|
|
|
|
<ciManagement> |
|
|
|
|
<system>Drone</system> |
|
|
|
|
<url>https://build.openrs2.dev/openrs2/openrs2-parent/</url> |
|
|
|
|
<url>https://build.openrs2.org/openrs2/openrs2-parent/</url> |
|
|
|
|
</ciManagement> |
|
|
|
|
<distributionManagement> |
|
|
|
|
<repository> |
|
|
|
|
<id>openrs2</id> |
|
|
|
|
<name>OpenRS2</name> |
|
|
|
|
<url>https://repo.openrs2.dev/repository/openrs2/</url> |
|
|
|
|
<url>https://repo.openrs2.org/repository/openrs2/</url> |
|
|
|
|
</repository> |
|
|
|
|
<snapshotRepository> |
|
|
|
|
<id>openrs2-snapshots</id> |
|
|
|
|
<name>OpenRS2 Snapshots</name> |
|
|
|
|
<url>https://repo.openrs2.dev/repository/openrs2-snapshots/</url> |
|
|
|
|
<url>https://repo.openrs2.org/repository/openrs2-snapshots/</url> |
|
|
|
|
</snapshotRepository> |
|
|
|
|
</distributionManagement> |
|
|
|
|
|
|
|
|
@ -57,7 +57,7 @@ |
|
|
|
|
<repository> |
|
|
|
|
<id>openrs2</id> |
|
|
|
|
<name>OpenRS2</name> |
|
|
|
|
<url>https://repo.openrs2.dev/repository/openrs2/</url> |
|
|
|
|
<url>https://repo.openrs2.org/repository/openrs2/</url> |
|
|
|
|
<releases> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
<updatePolicy>never</updatePolicy> |
|
|
|
@ -69,7 +69,7 @@ |
|
|
|
|
<repository> |
|
|
|
|
<id>openrs2-snapshots</id> |
|
|
|
|
<name>OpenRS2 Snapshots</name> |
|
|
|
|
<url>https://repo.openrs2.dev/repository/openrs2-snapshots/</url> |
|
|
|
|
<url>https://repo.openrs2.org/repository/openrs2-snapshots/</url> |
|
|
|
|
<releases> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</releases> |
|
|
|
@ -82,7 +82,7 @@ |
|
|
|
|
<pluginRepository> |
|
|
|
|
<id>openrs2</id> |
|
|
|
|
<name>OpenRS2</name> |
|
|
|
|
<url>https://repo.openrs2.dev/repository/openrs2/</url> |
|
|
|
|
<url>https://repo.openrs2.org/repository/openrs2/</url> |
|
|
|
|
<releases> |
|
|
|
|
<enabled>true</enabled> |
|
|
|
|
<updatePolicy>never</updatePolicy> |
|
|
|
@ -94,7 +94,7 @@ |
|
|
|
|
<pluginRepository> |
|
|
|
|
<id>openrs2-snapshots</id> |
|
|
|
|
<name>OpenRS2 Snapshots</name> |
|
|
|
|
<url>https://repo.openrs2.dev/repository/openrs2-snapshots/</url> |
|
|
|
|
<url>https://repo.openrs2.org/repository/openrs2-snapshots/</url> |
|
|
|
|
<releases> |
|
|
|
|
<enabled>false</enabled> |
|
|
|
|
</releases> |
|
|
|
|