Skip to content

Commit

Permalink
Isolate the acceptance tests from the other modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 30, 2012
1 parent 03fbe77 commit e90a926
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions gameoflife-acceptance-tests/pom.xml
Expand Up @@ -2,12 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" 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"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>gameoflife-acceptance-tests</artifactId> <artifactId>gameoflife-acceptance-tests</artifactId>
<version>1.0-SNAPSHOT</version>
<name>gameoflife-acceptance-tests</name> <name>gameoflife-acceptance-tests</name>
<properties> <properties>
<target.version>0.9.22</target.version> <target.version>0.9.22</target.version>
Expand Down

0 comments on commit e90a926

Please sign in to comment.