Skip to content

Commit

Permalink
VERSION 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rendaw committed Sep 22, 2017
1 parent 8d64a29 commit 6986146
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.zarbosoft.merman</groupId>
<artifactId>core</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
<parent>
<groupId>com.zarbosoft</groupId>
<artifactId>merman</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<build>
Expand Down
8 changes: 4 additions & 4 deletions documenter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.zarbosoft.merman</groupId>
<artifactId>documenter</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
<build>
<plugins>
<plugin>
Expand All @@ -20,19 +20,19 @@
<parent>
<groupId>com.zarbosoft</groupId>
<artifactId>merman</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>com.zarbosoft.merman</groupId>
<artifactId>core</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
</dependency>
<dependency>
<groupId>com.zarbosoft.merman</groupId>
<artifactId>standalone</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
</dependency>
<dependency>
<groupId>com.zarbosoft</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.zarbosoft</groupId>
<artifactId>merman</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
<packaging>pom</packaging>
<modules>
<module>core</module>
Expand Down
6 changes: 3 additions & 3 deletions standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.zarbosoft.merman</groupId>
<artifactId>standalone</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
<parent>
<groupId>com.zarbosoft</groupId>
<artifactId>merman</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>
<build>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>com.zarbosoft.merman</groupId>
<artifactId>core</artifactId>
<version>0.0.5</version>
<version>0.0.6</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 6986146

Please sign in to comment.