Skip to content

Commit

Permalink
[release] puzzlerbot-0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skapral committed Jun 6, 2018
1 parent fc462e0 commit a522336
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<groupId>com.github.skapral.puzzler</groupId>
<artifactId>puzzler</artifactId>
<packaging>pom</packaging>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.3</version>
<modules>
<module>puzzler-core</module>
<module>puzzler-web</module>
Expand Down
2 changes: 1 addition & 1 deletion puzzler-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<artifactId>puzzler</artifactId>
<groupId>com.github.skapral.puzzler</groupId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion puzzler-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<artifactId>puzzler</artifactId>
<groupId>com.github.skapral.puzzler</groupId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion puzzler-github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>puzzler</artifactId>
<groupId>com.github.skapral.puzzler</groupId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion puzzler-gitlab/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<artifactId>puzzler</artifactId>
<groupId>com.github.skapral.puzzler</groupId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion puzzler-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<artifactId>puzzler</artifactId>
<groupId>com.github.skapral.puzzler</groupId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit a522336

Please sign in to comment.