Skip to content

Commit

Permalink
Fix SN bom version (#1519)
Browse files Browse the repository at this point in the history
### Motivation

We should use `${sn.bom.version}` for the sn-bom version. Otherwise it would block the release.

(cherry picked from commit ed27cdd)
  • Loading branch information
RobertIndie committed Jan 22, 2025
1 parent dc50f47 commit 1de19d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>io.streamnative</groupId>
<artifactId>streamnative-bom</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>${sn.bom.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 1de19d4

Please sign in to comment.