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" 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"> 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> <modelVersion>4.0.0</modelVersion>
<groupId>Limbo</groupId> <groupId>com.loohp</groupId>
<artifactId>Limbo</artifactId> <artifactId>limbo</artifactId>
<version>0.3.3-ALPHA</version> <version>0.3.3-ALPHA</version>
<build> <build>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>