Replace openrs2.dev with openrs2.org

master
Graham 4 years ago
parent 453289f189
commit 5dd5ced72e
  1. 2
      README.md
  2. 2
      gl-dri-natives/pom.xml
  3. 2
      gl-natives/pom.xml
  4. 2
      misc-natives/pom.xml
  5. 18
      pom.xml

@ -1,6 +1,6 @@
# OpenRS2 Natives # OpenRS2 Natives
[![Build status badge](https://build.openrs2.dev/api/badges/openrs2/openrs2-natives/status.svg)](https://build.openrs2.dev/openrs2/openrs2-natives/) [![Build status badge](https://build.openrs2.org/api/badges/openrs2/openrs2-natives/status.svg)](https://build.openrs2.org/openrs2/openrs2-natives/)
## Introduction ## Introduction

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>dev.openrs2</groupId> <groupId>org.openrs2</groupId>
<artifactId>openrs2-natives</artifactId> <artifactId>openrs2-natives</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
</parent> </parent>

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>dev.openrs2</groupId> <groupId>org.openrs2</groupId>
<artifactId>openrs2-natives</artifactId> <artifactId>openrs2-natives</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
</parent> </parent>

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>dev.openrs2</groupId> <groupId>org.openrs2</groupId>
<artifactId>openrs2-natives</artifactId> <artifactId>openrs2-natives</artifactId>
<version>1.0.1-SNAPSHOT</version> <version>1.0.1-SNAPSHOT</version>
</parent> </parent>

@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>dev.openrs2</groupId> <groupId>org.openrs2</groupId>
<artifactId>openrs2-parent</artifactId> <artifactId>openrs2-parent</artifactId>
<version>1.0.11</version> <version>1.0.13</version>
</parent> </parent>
<artifactId>openrs2-natives</artifactId> <artifactId>openrs2-natives</artifactId>
@ -19,18 +19,18 @@
</description> </description>
<scm> <scm>
<connection>scm:git:https://git.openrs2.dev/openrs2/openrs2-natives.git</connection> <connection>scm:git:https://git.openrs2.org/openrs2/openrs2-natives.git</connection>
<developerConnection>scm:git:git@git.openrs2.dev:openrs2/openrs2-natives.git</developerConnection> <developerConnection>scm:git:git@git.openrs2.org:openrs2/openrs2-natives.git</developerConnection>
<url>https://git.openrs2.dev/openrs2/openrs2-natives</url> <url>https://git.openrs2.org/openrs2/openrs2-natives</url>
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
<issueManagement> <issueManagement>
<system>Gitea</system> <system>Gitea</system>
<url>https://git.openrs2.dev/openrs2/openrs2-natives/issues</url> <url>https://git.openrs2.org/openrs2/openrs2-natives/issues</url>
</issueManagement> </issueManagement>
<ciManagement> <ciManagement>
<system>Drone</system> <system>Drone</system>
<url>https://build.openrs2.dev/openrs2/openrs2-natives/</url> <url>https://build.openrs2.org/openrs2/openrs2-natives/</url>
</ciManagement> </ciManagement>
<properties> <properties>
@ -41,7 +41,7 @@
<repository> <repository>
<id>openrs2</id> <id>openrs2</id>
<name>OpenRS2</name> <name>OpenRS2</name>
<url>https://repo.openrs2.dev/repository/openrs2/</url> <url>https://repo.openrs2.org/repository/openrs2/</url>
<releases> <releases>
<enabled>true</enabled> <enabled>true</enabled>
<updatePolicy>never</updatePolicy> <updatePolicy>never</updatePolicy>
@ -53,7 +53,7 @@
<repository> <repository>
<id>openrs2-snapshots</id> <id>openrs2-snapshots</id>
<name>OpenRS2 Snapshots</name> <name>OpenRS2 Snapshots</name>
<url>https://repo.openrs2.dev/repository/openrs2-snapshots/</url> <url>https://repo.openrs2.org/repository/openrs2-snapshots/</url>
<releases> <releases>
<enabled>false</enabled> <enabled>false</enabled>
</releases> </releases>

Loading…
Cancel
Save