Add distribution management repository

This commit is contained in:
Roman Zhuravlev 2025-11-02 00:39:46 +05:00
parent 6801a68e79
commit f1f30d441b

10
pom.xml
View file

@ -1,7 +1,7 @@
<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"> <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> <modelVersion>4.0.0</modelVersion>
<groupId>net.coreprotect</groupId> <groupId>org.zhdev</groupId>
<artifactId>CoreProtect</artifactId> <artifactId>griefus</artifactId>
<version>23.0</version> <version>23.0</version>
<properties> <properties>
<project.branch></project.branch> <project.branch></project.branch>
@ -10,6 +10,12 @@
<maven.compiler.source>11</maven.compiler.source> <maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target> <maven.compiler.target>11</maven.compiler.target>
</properties> </properties>
<distributionManagement>
<repository>
<id>zhdev-repo</id>
<url>https://maven.zhira.net/repository/zhdev/</url>
</repository>
</distributionManagement>
<build> <build>
<resources> <resources>
<resource> <resource>