From 852d15a03366f6fa328764d1ad9dba61a6892134 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 4 Sep 2018 12:36:48 -0700 Subject: [PATCH] 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. --- ant/pom.xml | 4 ++-- core/pom.xml | 2 +- launcher/pom.xml | 10 +++++----- pom.xml | 2 +- tools/pom.xml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ant/pom.xml b/ant/pom.xml index 8994dd4..f588b4e 100644 --- a/ant/pom.xml +++ b/ant/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - com.threerings + com.threerings.getdown getdown 1.8-SNAPSHOT @@ -14,7 +14,7 @@ - com.threerings + com.threerings.getdown getdown-tools ${project.version} diff --git a/core/pom.xml b/core/pom.xml index 1ce30ac..1deb1c5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - com.threerings + com.threerings.getdown getdown 1.8-SNAPSHOT diff --git a/launcher/pom.xml b/launcher/pom.xml index 6c570e3..f91d244 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - com.threerings + com.threerings.getdown getdown 1.8-SNAPSHOT @@ -21,12 +21,12 @@ - com.threerings + com.threerings.getdown getdown-core ${project.version} - com.threerings + com.threerings.getdown getdown-tools ${project.version} @@ -66,11 +66,11 @@ - com.threerings + com.threerings.getdown getdown-core - com.threerings + com.threerings.getdown getdown-tools diff --git a/pom.xml b/pom.xml index 31c37d3..4208d9c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ 7 - com.threerings + com.threerings.getdown getdown pom 1.8-SNAPSHOT diff --git a/tools/pom.xml b/tools/pom.xml index f085419..0548472 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -2,7 +2,7 @@ 4.0.0 - com.threerings + com.threerings.getdown getdown 1.8-SNAPSHOT @@ -14,7 +14,7 @@ - com.threerings + com.threerings.getdown getdown-core ${project.version}