Skip to content

Commit ed27cdd

Browse files
authored
Fix SN bom version (#1519)
### Motivation We should use `${sn.bom.version}` for the sn-bom version. Otherwise it would block the release.
1 parent ec80bd5 commit ed27cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>io.streamnative</groupId>
8989
<artifactId>streamnative-bom</artifactId>
90-
<version>4.1.0-SNAPSHOT</version>
90+
<version>${sn.bom.version}</version>
9191
<scope>import</scope>
9292
<type>pom</type>
9393
</dependency>

0 commit comments

Comments
 (0)