Skip to content

Commit

Permalink
bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 28, 2024
1 parent cbf747b commit 17b86a0
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion benchmark/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.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>media-benchmark</artifactId>
Expand Down
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.7.0-SNAPSHOT</version>
<version>0.7.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.7.0-SNAPSHOT</version>
<version>0.7.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.7.0-SNAPSHOT</version>
<version>0.7.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.7.0-SNAPSHOT</version>
<version>0.7.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.7.0-SNAPSHOT</version>
<version>0.7.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.7.0-SNAPSHOT</version>
<version>0.7.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.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

<artifactId>media-poi-spreadsheet</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>io.github.sebastian-toepfer.ddd</groupId>
<artifactId>domain-driven-desgin</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>

<name>Domain Driven Desgin</name>
<packaging>pom</packaging>
Expand Down Expand Up @@ -49,7 +49,7 @@
</scm>

<properties>
<project.build.outputTimestamp>2024-01-04T00:00:00Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-28T15:14:27Z</project.build.outputTimestamp>

<maven.compiler.source>17</maven.compiler.source>

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.7.0-SNAPSHOT</version>
<version>0.7.0</version>
</parent>

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

0 comments on commit 17b86a0

Please sign in to comment.