Skip to content

Commit

Permalink
Manually bump to 2.2.4 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlf0 authored Nov 27, 2023
1 parent e0b8876 commit 607d2af
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion alchemy-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alchemy-parent</artifactId>
<groupId>io.rtr.alchemy</groupId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.4-SNAPSHOT</version>
</parent>

<name>Alchemy API Library</name>
Expand Down
2 changes: 1 addition & 1 deletion alchemy-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alchemy-parent</artifactId>
<groupId>io.rtr.alchemy</groupId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.4-SNAPSHOT</version>
</parent>

<artifactId>alchemy-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion alchemy-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alchemy-parent</artifactId>
<groupId>io.rtr.alchemy</groupId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.4-SNAPSHOT</version>
</parent>

<name>Alchemy Service REST Client</name>
Expand Down
2 changes: 1 addition & 1 deletion alchemy-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alchemy-parent</artifactId>
<groupId>io.rtr.alchemy</groupId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.4-SNAPSHOT</version>
</parent>

<name>Alchemy Core Library</name>
Expand Down
2 changes: 1 addition & 1 deletion alchemy-db-memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alchemy-parent</artifactId>
<groupId>io.rtr.alchemy</groupId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.4-SNAPSHOT</version>
</parent>

<name>Alchemy Database Support using Memory</name>
Expand Down
2 changes: 1 addition & 1 deletion alchemy-db-mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alchemy-parent</artifactId>
<groupId>io.rtr.alchemy</groupId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.4-SNAPSHOT</version>
</parent>

<name>Alchemy Database Support for Mongo</name>
Expand Down
2 changes: 1 addition & 1 deletion alchemy-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alchemy-parent</artifactId>
<groupId>io.rtr.alchemy</groupId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.4-SNAPSHOT</version>
</parent>

<artifactId>alchemy-dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion alchemy-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>alchemy-parent</artifactId>
<groupId>io.rtr.alchemy</groupId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.4-SNAPSHOT</version>
</parent>

<name>Alchemy Example Program</name>
Expand Down
2 changes: 1 addition & 1 deletion alchemy-mapping/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alchemy-parent</artifactId>
<groupId>io.rtr.alchemy</groupId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.4-SNAPSHOT</version>
</parent>

<name>Alchemy Mapper Library</name>
Expand Down
2 changes: 1 addition & 1 deletion alchemy-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alchemy-parent</artifactId>
<groupId>io.rtr.alchemy</groupId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.4-SNAPSHOT</version>
</parent>

<name>Alchemy REST Service</name>
Expand Down
2 changes: 1 addition & 1 deletion alchemy-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>alchemy-parent</artifactId>
<groupId>io.rtr.alchemy</groupId>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.4-SNAPSHOT</version>
</parent>

<name>Alchemy Unit Test Helpers</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.rtr.alchemy</groupId>
<artifactId>alchemy-parent</artifactId>
<packaging>pom</packaging>
<version>2.2.3-SNAPSHOT</version>
<version>2.2.4-SNAPSHOT</version>
<url>https://github.com/RentTheRunway/alchemy</url>
<name>Alchemy Project</name>
<description>
Expand Down

0 comments on commit 607d2af

Please sign in to comment.