Skip to content

Commit

Permalink
bump jbom
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailMarmoush committed May 5, 2024
1 parent 3f201bb commit 1e5e1dd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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>22.0.0</version>
<version>22.0.1</version>
</parent>
<groupId>io.memoria.atom</groupId>
<artifactId>core</artifactId>
<version>22.0.0</version>
<version>22.0.1</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>22.0.0</version>
<version>22.0.1</version>
</parent>

<groupId>io.memoria.atom</groupId>
<artifactId>eventsourcing</artifactId>
<version>22.0.0</version>
<version>22.0.1</version>
<packaging>jar</packaging>

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

<!--suppress MavenRedundantGroupId -->
<groupId>io.memoria</groupId>
<artifactId>atom</artifactId>
<version>22.0.0</version>
<version>22.0.1</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>22.0.0</version>
<version>22.0.1</version>
</parent>
<groupId>io.memoria.atom</groupId>
<artifactId>web</artifactId>
<version>22.0.0</version>
<version>22.0.1</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>22.0.0</version>
<version>22.0.1</version>
</parent>

<groupId>io.memoria.atom</groupId>
<artifactId>xcassandra</artifactId>
<version>22.0.0</version>
<version>22.0.1</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>22.0.0</version>
<version>22.0.1</version>
</parent>
<groupId>io.memoria.atom</groupId>
<artifactId>xjackson</artifactId>
<version>22.0.0</version>
<version>22.0.1</version>
<packaging>jar</packaging>
<name>${project.groupId}.${project.artifactId}</name>
<description>text Module</description>
Expand Down

0 comments on commit 1e5e1dd

Please sign in to comment.