Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailMarmoush committed Apr 27, 2024
1 parent ad021f0 commit 74a31cc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>io.memoria</groupId>
<artifactId>atom</artifactId>
<version>21.39.0</version>
<version>21.40.0</version>
</parent>
<groupId>io.memoria.atom</groupId>
<artifactId>core</artifactId>
<version>21.39.0</version>
<version>21.40.0</version>
<packaging>jar</packaging>
<name>${project.groupId}.${project.artifactId}</name>
<description>Core Module</description>
Expand Down
4 changes: 2 additions & 2 deletions eventsourcing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.memoria</groupId>
<artifactId>atom</artifactId>
<version>21.39.0</version>
<version>21.40.0</version>
</parent>

<groupId>io.memoria.atom</groupId>
<artifactId>eventsourcing</artifactId>
<version>21.39.0</version>
<version>21.40.0</version>
<packaging>jar</packaging>

<name>${project.groupId}.${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!--suppress MavenRedundantGroupId -->
<groupId>io.memoria</groupId>
<artifactId>atom</artifactId>
<version>21.39.0</version>
<version>21.40.0</version>
<packaging>pom</packaging>

<name>${project.groupId}.${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>io.memoria</groupId>
<artifactId>atom</artifactId>
<version>21.39.0</version>
<version>21.40.0</version>
</parent>
<groupId>io.memoria.atom</groupId>
<artifactId>web</artifactId>
<version>21.39.0</version>
<version>21.40.0</version>
<packaging>jar</packaging>
<name>${project.groupId}.${project.artifactId}</name>
<description>Web module</description>
Expand Down
4 changes: 2 additions & 2 deletions xcassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.memoria</groupId>
<artifactId>atom</artifactId>
<version>21.39.0</version>
<version>21.40.0</version>
</parent>

<groupId>io.memoria.atom</groupId>
<artifactId>xcassandra</artifactId>
<version>21.39.0</version>
<version>21.40.0</version>
<packaging>jar</packaging>

<name>${project.groupId}.${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions xhelidon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>io.memoria</groupId>
<artifactId>atom</artifactId>
<version>21.39.0</version>
<version>21.40.0</version>
</parent>

<groupId>io.memoria.atom</groupId>
<artifactId>xhelidon</artifactId>
<version>21.39.0</version>
<version>21.40.0</version>
<packaging>jar</packaging>

<name>${project.groupId}.${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions xjackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>io.memoria</groupId>
<artifactId>atom</artifactId>
<version>21.39.0</version>
<version>21.40.0</version>
</parent>
<groupId>io.memoria.atom</groupId>
<artifactId>xjackson</artifactId>
<version>21.39.0</version>
<version>21.40.0</version>
<packaging>jar</packaging>
<name>${project.groupId}.${project.artifactId}</name>
<description>text Module</description>
Expand Down

0 comments on commit 74a31cc

Please sign in to comment.