Add distribution management repository
This commit is contained in:
parent
6801a68e79
commit
f1f30d441b
1 changed files with 8 additions and 2 deletions
10
pom.xml
10
pom.xml
|
|
@ -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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>net.coreprotect</groupId>
|
||||
<artifactId>CoreProtect</artifactId>
|
||||
<groupId>org.zhdev</groupId>
|
||||
<artifactId>griefus</artifactId>
|
||||
<version>23.0</version>
|
||||
<properties>
|
||||
<project.branch></project.branch>
|
||||
|
|
@ -10,6 +10,12 @@
|
|||
<maven.compiler.source>11</maven.compiler.source>
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
</properties>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>zhdev-repo</id>
|
||||
<url>https://maven.zhira.net/repository/zhdev/</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
<build>
|
||||
<resources>
|
||||
<resource>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue