Skip to content

Commit 850fbf1

Browse files
committed
[skip ci] prepare release v1.46
1 parent f3119d3 commit 850fbf1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conduit-bom/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.46-SNAPSHOT</version>
8+
<version>1.46</version>
99
</parent>
1010

1111
<name>Conduit 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.46-SNAPSHOT</version>
8+
<version>1.46</version>
99
</parent>
1010

1111
<name>Conduit</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>io.rtr</groupId>
99
<artifactId>conduit-parent</artifactId>
1010
<packaging>pom</packaging>
11-
<version>1.46-SNAPSHOT</version>
11+
<version>1.46</version>
1212

1313
<modules>
1414
<module>conduit-bom</module>
@@ -27,7 +27,7 @@
2727
<connection>scm:git:[email protected]:RentTheRunway/conduit.git</connection>
2828
<developerConnection>${project.scm.connection}</developerConnection>
2929
<url>${project.url}</url>
30-
<tag>HEAD</tag>
30+
<tag>v1.46</tag>
3131
</scm>
3232

3333
<developers>

0 commit comments

Comments
 (0)