Add distributionManagement
This commit is contained in:
parent
1a96dd3423
commit
bda27f29fa
7
pom.xml
7
pom.xml
|
|
@ -8,6 +8,13 @@
|
||||||
<artifactId>ShutdownInfo</artifactId>
|
<artifactId>ShutdownInfo</artifactId>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>Alttd-Nexus</id>
|
||||||
|
<url>https://repo.destro.xyz/snapshots</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>16</maven.compiler.source>
|
<maven.compiler.source>16</maven.compiler.source>
|
||||||
<maven.compiler.target>16</maven.compiler.target>
|
<maven.compiler.target>16</maven.compiler.target>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user