We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71a34d commit b527bc9Copy full SHA for b527bc9
pom.xml
@@ -4,9 +4,9 @@
4
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
<modelVersion>4.0.0</modelVersion>
6
7
- <groupId>felnull.dev</groupId>
+ <groupId>dev.felnull</groupId>
8
<artifactId>bettergui</artifactId>
9
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
10
<packaging>jar</packaging>
11
12
<name>BetterGUI</name>
@@ -63,6 +63,10 @@
63
<name>felnull maven</name>
64
<url>https://maven.felnull.dev/</url>
65
</repository>
66
+ <repository>
67
+ <id>net.azisaba</id>
68
+ <url>https://repo.azisaba.net/repository/maven-public/</url>
69
+ </repository>
70
</repositories>
71
72
<dependencies>
0 commit comments