Skip to content

Commit

Permalink
[skip ci] prepare release v1.47
Browse files Browse the repository at this point in the history
  • Loading branch information
rtr-deploy committed Jun 12, 2024
1 parent 53a3ed7 commit dfee810
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
6 changes: 2 additions & 4 deletions conduit-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>conduit-parent</artifactId>
<groupId>io.rtr</groupId>
<version>1.47-SNAPSHOT</version>
<version>1.47</version>
</parent>

<name>Conduit BOM</name>
Expand Down
6 changes: 2 additions & 4 deletions conduit-dependencies/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.rtr</groupId>
<artifactId>conduit-parent</artifactId>
<version>1.47-SNAPSHOT</version>
<version>1.47</version>
</parent>

<name>Conduit Dependencies BOM</name>
Expand Down
2 changes: 1 addition & 1 deletion conduit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>conduit-parent</artifactId>
<groupId>io.rtr</groupId>
<version>1.47-SNAPSHOT</version>
<version>1.47</version>
</parent>

<name>Conduit</name>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<name>Conduit</name>
Expand All @@ -10,7 +8,7 @@
<groupId>io.rtr</groupId>
<artifactId>conduit-parent</artifactId>
<packaging>pom</packaging>
<version>1.47-SNAPSHOT</version>
<version>1.47</version>

<modules>
<module>conduit-bom</module>
Expand All @@ -30,7 +28,7 @@
<connection>scm:git:git@github.com:RentTheRunway/conduit.git</connection>
<developerConnection>${project.scm.connection}</developerConnection>
<url>${project.url}</url>
<tag>HEAD</tag>
<tag>v1.47</tag>
</scm>

<developers>
Expand Down

0 comments on commit dfee810

Please sign in to comment.