Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually bump to 2.2.4 #128

Merged
merged 1 commit into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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