summaryrefslogtreecommitdiff
path: root/base/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'base/pom.xml')
-rw-r--r--base/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/pom.xml b/base/pom.xml
index cae055c..66522c4 100644
--- a/base/pom.xml
+++ b/base/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>
@@ -17,7 +17,7 @@
<configuration>
<!-- Sets the VM argument line used
when unit tests are run. -->
- <argLine>${surefireArgLine}</argLine>
+ <forkCount>0</forkCount>
</configuration>
</plugin>
<plugin>
@@ -148,7 +148,7 @@
<dependency>
- <groupId>io.github.bculkin2442</groupId>
+ <groupId>com.ashardalon</groupId>
<artifactId>esodata</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>