Skip to content

Commit b527bc9

Browse files
committed
Release1.0
1 parent d71a34d commit b527bc9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<groupId>felnull.dev</groupId>
7+
<groupId>dev.felnull</groupId>
88
<artifactId>bettergui</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>BetterGUI</name>
@@ -63,6 +63,10 @@
6363
<name>felnull maven</name>
6464
<url>https://maven.felnull.dev/</url>
6565
</repository>
66+
<repository>
67+
<id>net.azisaba</id>
68+
<url>https://repo.azisaba.net/repository/maven-public/</url>
69+
</repository>
6670
</repositories>
6771

6872
<dependencies>

0 commit comments

Comments
 (0)