Change groupId to com.threerings.getdown.

I don't want to pollute the com.threerings top-level namespace with a bunch of
getdown-foo artifacts, and grouping everything under the top-level project
name, even when that name is repeated for all the artifacts is fairly standard
practice.
This commit is contained in:
Michael Bayne
2018-09-04 12:36:48 -07:00
parent a21657d6d0
commit 852d15a033
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<version>7</version>
</parent>
<groupId>com.threerings</groupId>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<packaging>pom</packaging>
<version>1.8-SNAPSHOT</version>