Skip to content

Commit dfee810

Browse files
committed
[skip ci] prepare release v1.47
1 parent 53a3ed7 commit dfee810

File tree

4 files changed

+8
-14
lines changed

4 files changed

+8
-14
lines changed

conduit-bom/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<artifactId>conduit-parent</artifactId>
97
<groupId>io.rtr</groupId>
10-
<version>1.47-SNAPSHOT</version>
8+
<version>1.47</version>
119
</parent>
1210

1311
<name>Conduit BOM</name>

conduit-dependencies/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<parent>
86
<groupId>io.rtr</groupId>
97
<artifactId>conduit-parent</artifactId>
10-
<version>1.47-SNAPSHOT</version>
8+
<version>1.47</version>
119
</parent>
1210

1311
<name>Conduit Dependencies BOM</name>

conduit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>conduit-parent</artifactId>
77
<groupId>io.rtr</groupId>
8-
<version>1.47-SNAPSHOT</version>
8+
<version>1.47</version>
99
</parent>
1010

1111
<name>Conduit</name>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<name>Conduit</name>
@@ -10,7 +8,7 @@
108
<groupId>io.rtr</groupId>
119
<artifactId>conduit-parent</artifactId>
1210
<packaging>pom</packaging>
13-
<version>1.47-SNAPSHOT</version>
11+
<version>1.47</version>
1412

1513
<modules>
1614
<module>conduit-bom</module>
@@ -30,7 +28,7 @@
3028
<connection>scm:git:[email protected]:RentTheRunway/conduit.git</connection>
3129
<developerConnection>${project.scm.connection}</developerConnection>
3230
<url>${project.url}</url>
33-
<tag>HEAD</tag>
31+
<tag>v1.47</tag>
3432
</scm>
3533

3634
<developers>

0 commit comments

Comments
 (0)