Skip to content

Commit

Permalink
[release] poetryclub-0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skapral committed Sep 30, 2018
1 parent aafe0bf commit 88e80fd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion poetryclub-app/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>poetryclub</artifactId>
<groupId>com.github.skapral.poetryclub</groupId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>poetryclub-app</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion poetryclub-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>poetryclub</artifactId>
<groupId>com.github.skapral.poetryclub</groupId>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.skapral.poetryclub</groupId>
<artifactId>poetryclub</artifactId>
<packaging>pom</packaging>
<version>0.0.0-SNAPSHOT</version>
<version>0.0.1</version>
<modules>
<module>poetryclub-db</module>
<module>poetryclub-core</module>
Expand Down

0 comments on commit 88e80fd

Please sign in to comment.