Update pom.xml

This commit is contained in:
LOOHP 2020-09-15 14:50:52 +08:00
parent 5dd6401309
commit 02ead9e558
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>Limbo</groupId>
<artifactId>Limbo</artifactId>
<groupId>com.loohp</groupId>
<artifactId>limbo</artifactId>
<version>0.3.3-ALPHA</version>
<build>
<sourceDirectory>src</sourceDirectory>