Skip to content

Commit 5595bf2

Browse files
committed
Add issue management and fix deployment settings
1 parent ce97083 commit 5595bf2

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pom.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,24 @@
4949
<url>http://github.com/HyperaOfficial/UpdateLib/tree/main</url>
5050
</scm>
5151

52+
<issueManagement>
53+
<system>GitHub</system>
54+
<url>https://github.com/HyperaOfficial/UpdateLib/issues</url>
55+
</issueManagement>
56+
5257
<properties>
5358
<java.version>1.8</java.version>
5459
</properties>
5560

5661
<distributionManagement>
57-
<repository>
58-
<id>hypera</id>
59-
<name>Hypera Releases</name>
60-
<url>https://repo.hypera.dev/releases/</url>
61-
</repository>
6262
<snapshotRepository>
63-
<id>hypera</id>
64-
<name>Hypera Snapshots</name>
63+
<id>hypera-snapshots</id>
6564
<url>https://repo.hypera.dev/snapshots/</url>
6665
</snapshotRepository>
66+
<repository>
67+
<id>hypera-releases</id>
68+
<url>https://repo.hypera.dev/releases/</url>
69+
</repository>
6770
</distributionManagement>
6871

6972
<build>

0 commit comments

Comments
 (0)