Skip to content

Commit

Permalink
Simplified build modules
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Sep 27, 2012
2 parents c0a67fc + 02704f9 commit e54ba91
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gameoflife-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.66-SNAPSHOT</version>
</parent>
<artifactId>gameoflife-build</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion gameoflife-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.66-SNAPSHOT</version>
</parent>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-core</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions gameoflife-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gameoflife</artifactId>
<groupId>com.wakaleo.gameoflife</groupId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.66-SNAPSHOT</version>
</parent>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-web</artifactId>
Expand Down Expand Up @@ -121,12 +121,12 @@
<dependency>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-core</artifactId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.66-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife-webservice</artifactId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.66-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.wakaleo.gameoflife</groupId>
<artifactId>gameoflife</artifactId>
<version>0.9.65-SNAPSHOT</version>
<version>0.9.66-SNAPSHOT</version>
<packaging>pom</packaging>
<name>gameoflife</name>
<url>https://github.com/wakaleo/game-of-life</url>
Expand Down

0 comments on commit e54ba91

Please sign in to comment.