OpenRS2 ruleset for versions-maven-plugin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openrs2-version-rules/pom.xml

59 lines
1.9 KiB

5 years ago
<?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.openrs2</groupId>
5 years ago
<artifactId>openrs2-parent</artifactId>
<version>1.0.12</version>
5 years ago
</parent>
<artifactId>openrs2-version-rules</artifactId>
<version>1.0.3-SNAPSHOT</version>
5 years ago
<packaging>jar</packaging>
<name>OpenRS2 Version Rules</name>
<description>OpenRS2 ruleset for versions-maven-plugin.</description>
<scm>
<connection>scm:git:https://git.openrs2.org/openrs2/openrs2-version-rules.git</connection>
<developerConnection>scm:git:git@git.openrs2.org:openrs2/openrs2-version-rules.git</developerConnection>
<url>https://git.openrs2.org/openrs2/openrs2-version-rules</url>
<tag>HEAD</tag>
5 years ago
</scm>
<issueManagement>
<system>Gitea</system>
<url>https://git.openrs2.org/openrs2/openrs2-version-rules/issues</url>
5 years ago
</issueManagement>
<ciManagement>
<system>Drone</system>
<url>https://build.openrs2.org/openrs2/openrs2-version-rules/</url>
5 years ago
</ciManagement>
<repositories>
<repository>
<id>openrs2</id>
<name>OpenRS2</name>
<url>https://repo.openrs2.org/repository/openrs2/</url>
5 years ago
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
5 years ago
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>openrs2-snapshots</id>
<name>OpenRS2 Snapshots</name>
<url>https://repo.openrs2.org/repository/openrs2-snapshots/</url>
5 years ago
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>