diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-01-21 15:46:25 -0500 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-01-21 15:46:25 -0500 |
| commit | fe92f1f934c1b20fb97b7dad072927f90b60a7b4 (patch) | |
| tree | 296895e3830c8496e3405df3a011953c6b95ed17 /commander | |
| parent | c1d4716b079d4ef32650144709294525fed6badf (diff) | |
Fix things
Diffstat (limited to 'commander')
| -rw-r--r-- | commander/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commander/pom.xml b/commander/pom.xml index c764012..fc0aed9 100644 --- a/commander/pom.xml +++ b/commander/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>bjc</groupId> + <groupId>com.ashardalon</groupId> <artifactId>BJCUtils-Parent</artifactId> <version>2.0-SNAPSHOT</version> </parent> @@ -26,7 +26,7 @@ <scope>test</scope> </dependency> <dependency> - <groupId>bjc</groupId> + <groupId>com.ashardalon</groupId> <artifactId>BJC-Utils2</artifactId> <version>2.0-SNAPSHOT</version> <type>jar</type> |
