Skip to content

Commit a2694f8

Browse files
committed
fix: correct io.github to com.github in pom.xml
1 parent 00b0775 commit a2694f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
@@ -52,7 +52,7 @@
5252
<dependencies>
5353
<!-- FastCore - Unified JNI loader -->
5454
<dependency>
55-
<groupId>io.github.andrestubbe</groupId>
55+
<groupId>com.github.andrestubbe</groupId>
5656
<artifactId>FastCore</artifactId>
5757
<version>0.1.0</version>
5858
</dependency>

0 commit comments

Comments
 (0)