I don't like this
This commit is contained in:
parent
1f5613cf1b
commit
f5b4c44864
2 changed files with 13 additions and 2 deletions
11
pom.xml
11
pom.xml
|
@ -17,6 +17,17 @@
|
||||||
<tag>HEAD</tag>
|
<tag>HEAD</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>724rocks</id>
|
||||||
|
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
|
||||||
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>724rocks</id>
|
||||||
|
<url>https://git.724.rocks/api/packages/Minecon724/maven</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>spigot-repo</id>
|
<id>spigot-repo</id>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#release configuration
|
#release configuration
|
||||||
#Tue Jun 18 13:22:44 CEST 2024
|
#Tue Jun 18 13:28:07 CEST 2024
|
||||||
completedPhase=check-poms
|
completedPhase=check-poms
|
||||||
exec.pomFileName=pom.xml
|
exec.pomFileName=pom.xml
|
||||||
exec.snapshotReleasePluginAllowed=false
|
exec.snapshotReleasePluginAllowed=false
|
||||||
|
|
Loading…
Reference in a new issue