diff options
| author | Benjamin Culkin <scorpress@gmail.com> | 2024-01-31 19:52:13 -0500 |
|---|---|---|
| committer | Benjamin Culkin <scorpress@gmail.com> | 2024-01-31 19:52:13 -0500 |
| commit | 444ec37dd69191c2438ec1522f7e76d6657d047a (patch) | |
| tree | 1336335408de453df9dfb294f55d2511bea8d489 /dice/pom.xml | |
| parent | 13a96e852f2fea4d3b3cb03cf803007b9b63041e (diff) | |
Diffstat (limited to 'dice/pom.xml')
| -rw-r--r-- | dice/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dice/pom.xml b/dice/pom.xml index af1d24b..5f8d13e 100644 --- a/dice/pom.xml +++ b/dice/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>bjc</groupId> + <groupId>com.ashardalon</groupId> <artifactId>dicelang-parent</artifactId> <version>2.0-SNAPSHOT</version> </parent> @@ -27,12 +27,12 @@ <version>4.13.1</version> </dependency> <dependency> - <groupId>bjc</groupId> + <groupId>com.ashardalon</groupId> <artifactId>BJC-Utils2</artifactId> <version>2.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>io.github.bculkin2442</groupId> + <groupId>com.ashardalon</groupId> <artifactId>esodata</artifactId> <version>2.0-SNAPSHOT</version> </dependency> |
