Skip to content

Commit

Permalink
bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 18, 2023
1 parent 0d40771 commit 3701c7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1.0-SNAPSHOT</version>
<version>0.1.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.1.0-SNAPSHOT</version>
<version>0.1.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.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</parent>

<artifactId>media-json-api</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.1.0-SNAPSHOT</version>
<version>0.1.0</version>

<name>Domain Driven Desgin</name>
<packaging>pom</packaging>
Expand Down

0 comments on commit 3701c7d

Please sign in to comment.