Skip to content

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 2, 2023
1 parent 68c2350 commit 994193c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.ddd</groupId>
<artifactId>domain-driven-desgin</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion media-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.ddd</groupId>
<artifactId>domain-driven-desgin</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>media-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion media-json-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.ddd</groupId>
<artifactId>domain-driven-desgin</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>media-json-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion media-logging-slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.ddd</groupId>
<artifactId>domain-driven-desgin</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>media-logging-slf4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion media-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.ddd</groupId>
<artifactId>domain-driven-desgin</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>media-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion media-message/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.ddd</groupId>
<artifactId>domain-driven-desgin</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>media-message</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion media-poi-spreadsheet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.ddd</groupId>
<artifactId>domain-driven-desgin</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>media-poi-spreadsheet</artifactId>
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>io.github.sebastian-toepfer.ddd</groupId>
<artifactId>domain-driven-desgin</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>

<name>Domain Driven Desgin</name>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion printables-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.sebastian-toepfer.ddd</groupId>
<artifactId>domain-driven-desgin</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<artifactId>printables-core</artifactId>
Expand Down

0 comments on commit 994193c

Please sign in to comment.