Skip to content

Commit

Permalink
[skip ci] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
rtr-deploy committed Nov 19, 2024
1 parent 3b1098e commit 38cc390
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 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.16</version>
<version>2.2.17-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.16</version>
<version>2.2.17-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.16</version>
<version>2.2.17-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.16</version>
<version>2.2.17-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.16</version>
<version>2.2.17-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.16</version>
<version>2.2.17-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.16</version>
<version>2.2.17-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.16</version>
<version>2.2.17-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.16</version>
<version>2.2.17-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.16</version>
<version>2.2.17-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.16</version>
<version>2.2.17-SNAPSHOT</version>
</parent>

<name>Alchemy Unit Test Helpers</name>
Expand Down
4 changes: 2 additions & 2 deletions 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.16</version>
<version>2.2.17-SNAPSHOT</version>
<url>https://github.com/RentTheRunway/alchemy</url>
<name>Alchemy Project</name>
<description>
Expand Down Expand Up @@ -384,7 +384,7 @@
<connection>scm:git:git@github.com:RentTheRunway/alchemy.git</connection>
<developerConnection>scm:git:git@github.com:RentTheRunway/alchemy.git</developerConnection>
<url>https://github.com/RentTheRunway/alchemy</url>
<tag>v2.2.16</tag>
<tag>HEAD</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 38cc390

Please sign in to comment.