Change to load pom from central maven

This commit is contained in:
YuCheng Hu 2021-04-21 12:23:04 -04:00
parent 3afceea3bb
commit 922170da43
No known key found for this signature in database
GPG Key ID: C395DC68EF030B59
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ossez</groupId>
<artifactId>discourse</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.0.1</version>
<name>discourse</name>
<packaging>jar</packaging>

View File

@ -9,11 +9,11 @@
<parent>
<groupId>com.ossez</groupId>
<artifactId>parent-modules</artifactId>
<version>1.0.0</version>
<version>0.0.1</version>
</parent>
<modules>
<module>codebank</module>
<module>discourse</module>
</modules>
</project>