diff options
Diffstat (limited to 'clformat/pom.xml')
| -rw-r--r-- | clformat/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clformat/pom.xml b/clformat/pom.xml index 47439f6..5154c42 100644 --- a/clformat/pom.xml +++ b/clformat/pom.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> + <parent> <artifactId>BJCUtils-Parent</artifactId> - <groupId>bjc</groupId> + <groupId>com.ashardalon</groupId> <version>2.0-SNAPSHOT</version> </parent> @@ -35,7 +35,7 @@ <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> @@ -65,7 +65,7 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <!-- Sets the VM argument line used when unit tests are run. --> - <argLine>${surefireArgLine}</argLine> + <forkCount>0</forkCount> </configuration> </plugin> <plugin> |
